Upload config.json with huggingface_hub
Browse files- config.json +14 -0
config.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"TinySmartLLMForHF"
|
| 4 |
+
],
|
| 5 |
+
"dropout": 0.1,
|
| 6 |
+
"max_seq_len": 512,
|
| 7 |
+
"model_type": "tiny_smart_llm",
|
| 8 |
+
"n_embd": 256,
|
| 9 |
+
"n_heads": 8,
|
| 10 |
+
"n_layers": 6,
|
| 11 |
+
"torch_dtype": "float32",
|
| 12 |
+
"transformers_version": "4.51.3",
|
| 13 |
+
"vocab_size": 50257
|
| 14 |
+
}
|