Upload config
Browse files- config.json +3 -7
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
"LlamaForCausalLM"
|
| 5 |
],
|
|
@@ -22,11 +22,7 @@
|
|
| 22 |
"num_attention_heads": 24,
|
| 23 |
"num_hidden_layers": 28,
|
| 24 |
"num_key_value_heads": 8,
|
| 25 |
-
"pad_token_id":
|
| 26 |
-
128001,
|
| 27 |
-
128008,
|
| 28 |
-
128009
|
| 29 |
-
],
|
| 30 |
"pretraining_tp": 1,
|
| 31 |
"rms_norm_eps": 1e-05,
|
| 32 |
"rope_scaling": {
|
|
@@ -39,7 +35,7 @@
|
|
| 39 |
"rope_theta": 500000.0,
|
| 40 |
"tie_word_embeddings": true,
|
| 41 |
"torch_dtype": "float16",
|
| 42 |
-
"transformers_version": "4.48.
|
| 43 |
"use_cache": true,
|
| 44 |
"vocab_size": 128256
|
| 45 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "updated_model_config",
|
| 3 |
"architectures": [
|
| 4 |
"LlamaForCausalLM"
|
| 5 |
],
|
|
|
|
| 22 |
"num_attention_heads": 24,
|
| 23 |
"num_hidden_layers": 28,
|
| 24 |
"num_key_value_heads": 8,
|
| 25 |
+
"pad_token_id": 128009,
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
"pretraining_tp": 1,
|
| 27 |
"rms_norm_eps": 1e-05,
|
| 28 |
"rope_scaling": {
|
|
|
|
| 35 |
"rope_theta": 500000.0,
|
| 36 |
"tie_word_embeddings": true,
|
| 37 |
"torch_dtype": "float16",
|
| 38 |
+
"transformers_version": "4.48.3",
|
| 39 |
"use_cache": true,
|
| 40 |
"vocab_size": 128256
|
| 41 |
}
|