Add config.json so Hub download stats are tracked

#1
Files changed (1) hide show
  1. config.json +11 -0
config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "nesso1",
3
+ "architectures": ["Nesso1"],
4
+ "library_name": "nesso",
5
+ "default_revision": "v1.0.0",
6
+ "files": {
7
+ "hparams": "hparams.json",
8
+ "weights": "model.safetensors",
9
+ "ccd": "ccd.pkl"
10
+ }
11
+ }