Upload baselines/tinygsm/mdlm/config.json with huggingface_hub
Browse files
baselines/tinygsm/mdlm/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "small",
|
| 3 |
+
"type": "dit",
|
| 4 |
+
"hidden_size": 768,
|
| 5 |
+
"cond_dim": 128,
|
| 6 |
+
"length": 512,
|
| 7 |
+
"n_blocks": 12,
|
| 8 |
+
"n_heads": 12,
|
| 9 |
+
"dropout": 0.1
|
| 10 |
+
}
|