Upload config.json with huggingface_hub
Browse files- config.json +11 -0
config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"n_nodes": 64,
|
| 3 |
+
"d_model": 128,
|
| 4 |
+
"n_heads": 4,
|
| 5 |
+
"n_layers": 4,
|
| 6 |
+
"d_ff": 512,
|
| 7 |
+
"dropout": 0.1,
|
| 8 |
+
"train_iters": 8,
|
| 9 |
+
"rope_base": 10.0,
|
| 10 |
+
"damping": 0.85
|
| 11 |
+
}
|