Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
| 16 |
"model_type": "llama",
|
| 17 |
"num_attention_heads": 8,
|
| 18 |
"num_hidden_layers": 8,
|
| 19 |
-
"num_key_value_heads":
|
| 20 |
"pretraining_tp": 1,
|
| 21 |
"rms_norm_eps": 1e-05,
|
| 22 |
"rope_scaling": null,
|
|
@@ -25,5 +25,5 @@
|
|
| 25 |
"torch_dtype": "bfloat16",
|
| 26 |
"transformers_version": "4.51.3",
|
| 27 |
"use_cache": true,
|
| 28 |
-
"vocab_size":
|
| 29 |
}
|
|
|
|
| 16 |
"model_type": "llama",
|
| 17 |
"num_attention_heads": 8,
|
| 18 |
"num_hidden_layers": 8,
|
| 19 |
+
"num_key_value_heads": 2,
|
| 20 |
"pretraining_tp": 1,
|
| 21 |
"rms_norm_eps": 1e-05,
|
| 22 |
"rope_scaling": null,
|
|
|
|
| 25 |
"torch_dtype": "bfloat16",
|
| 26 |
"transformers_version": "4.51.3",
|
| 27 |
"use_cache": true,
|
| 28 |
+
"vocab_size": 50260
|
| 29 |
}
|