Upload config.json with huggingface_hub
Browse files- config.json +8 -0
config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"vocab_size": 128,
|
| 3 |
+
"n_embd": 128,
|
| 4 |
+
"block_size": 64,
|
| 5 |
+
"n_layer": 8,
|
| 6 |
+
"n_head": 8,
|
| 7 |
+
"model_type": "custom_transformer"
|
| 8 |
+
}
|