Upload config.json with huggingface_hub
Browse files- config.json +8 -0
config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"vocab_size": 50000,
|
| 3 |
+
"max_seq_len": 128,
|
| 4 |
+
"embedding_dim": 256,
|
| 5 |
+
"num_heads": 8,
|
| 6 |
+
"num_layers": 4,
|
| 7 |
+
"dropout": 0.1
|
| 8 |
+
}
|