Upload config.json with huggingface_hub
Browse files- config.json +7 -0
config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"vocab_size": 1791,
|
| 3 |
+
"hidden_size": 256,
|
| 4 |
+
"max_seq_len": 512,
|
| 5 |
+
"rope_theta": 10000.0,
|
| 6 |
+
"num_heads": 8
|
| 7 |
+
}
|