Upload config.json with huggingface_hub
Browse files- config.json +9 -0
config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"vocab_size": 4000,
|
| 3 |
+
"d_model": 256,
|
| 4 |
+
"n_heads": 8,
|
| 5 |
+
"n_layers": 6,
|
| 6 |
+
"d_ff": 1024,
|
| 7 |
+
"dropout": 0.1,
|
| 8 |
+
"max_len": 512
|
| 9 |
+
}
|