Upload config.json with huggingface_hub
Browse files- config.json +13 -0
config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_config": {
|
| 3 |
+
"input_dim": 1,
|
| 4 |
+
"hidden_dim": 10,
|
| 5 |
+
"dropout": 0,
|
| 6 |
+
"n_layers": 3,
|
| 7 |
+
"conv_type": "SAGE",
|
| 8 |
+
"skip": "learnable",
|
| 9 |
+
"post_mp_dim": 64,
|
| 10 |
+
"margin": 0.5
|
| 11 |
+
},
|
| 12 |
+
"name": "neuromatch"
|
| 13 |
+
}
|