Upload config.json with huggingface_hub
Browse files- config.json +13 -0
config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_config": {
|
| 3 |
+
"k": 5,
|
| 4 |
+
"nhid": 10,
|
| 5 |
+
"ratio1": 1,
|
| 6 |
+
"ratio2": 1,
|
| 7 |
+
"ratio3": 0.8,
|
| 8 |
+
"mode": "RW",
|
| 9 |
+
"dropout": 0.0,
|
| 10 |
+
"input_dim": 1
|
| 11 |
+
},
|
| 12 |
+
"name": "H2MN"
|
| 13 |
+
}
|