Shiyunee commited on
Commit
cb2a62f
·
verified ·
1 Parent(s): 142f947

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -0
config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ # used for count the download.
2
+ {
3
+ "model_type": "meta",
4
+ "architectures": ["ModelCollection"],
5
+ "submodels": ["lr_1e-4", "lr_5e-5", "lr_1e-5"]
6
+ }