Upload config.json with huggingface_hub
Browse files- config.json +7 -0
config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"vocab_size": 32256,
|
| 3 |
+
"n_layer": 12,
|
| 4 |
+
"n_head": 12,
|
| 5 |
+
"n_embd": 768,
|
| 6 |
+
"sequence_length": 1024
|
| 7 |
+
}
|