Upload config.json
Browse files- config.json +15 -0
config.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"head_dim": 8,
|
| 3 |
+
"hidden_size": 64,
|
| 4 |
+
"intermediate_size": 115,
|
| 5 |
+
"max_position_embeddings": 256,
|
| 6 |
+
"model_type": "qwen3",
|
| 7 |
+
"num_attention_heads": 8,
|
| 8 |
+
"num_hidden_layers": 8,
|
| 9 |
+
"num_key_value_heads": 4,
|
| 10 |
+
"rms_norm_eps": 1e-06,
|
| 11 |
+
"rope_scaling": null,
|
| 12 |
+
"rope_theta": 1000000.0,
|
| 13 |
+
"tie_word_embeddings": true,
|
| 14 |
+
"vocab_size": 151936
|
| 15 |
+
}
|