Upload GAT/internal_only/config.json with huggingface_hub
Browse files
GAT/internal_only/config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dropout": 0.5,
|
| 3 |
+
"heads": 4,
|
| 4 |
+
"hidden": 128,
|
| 5 |
+
"in_dim": 5,
|
| 6 |
+
"num_classes": 2,
|
| 7 |
+
"num_layers": 3
|
| 8 |
+
}
|