Upload config.json with huggingface_hub
Browse files- config.json +9 -0
config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"sequence_len": 2048,
|
| 3 |
+
"vocab_size": 32768,
|
| 4 |
+
"n_layer": 8,
|
| 5 |
+
"n_head": 8,
|
| 6 |
+
"n_kv_head": 4,
|
| 7 |
+
"n_embd": 512,
|
| 8 |
+
"window_pattern": "SSSL"
|
| 9 |
+
}
|