Upload config.json with huggingface_hub
Browse files- config.json +11 -0
config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bias": true,
|
| 3 |
+
"block_size": 256,
|
| 4 |
+
"dropout": 0.1,
|
| 5 |
+
"model_type": "odia_gpt",
|
| 6 |
+
"n_embd": 768,
|
| 7 |
+
"n_head": 12,
|
| 8 |
+
"n_layer": 24,
|
| 9 |
+
"transformers_version": "4.56.1",
|
| 10 |
+
"vocab_size": 50000
|
| 11 |
+
}
|