Update checkpoint-1836/config.json
Browse files
checkpoint-1836/config.json
CHANGED
|
@@ -18,19 +18,18 @@
|
|
| 18 |
"num_attention_heads": 24,
|
| 19 |
"num_hidden_layers": 28,
|
| 20 |
"num_key_value_heads": 8,
|
| 21 |
-
"pad_token_id": null,
|
| 22 |
"pretraining_tp": 1,
|
| 23 |
"rms_norm_eps": 1e-05,
|
| 24 |
-
"
|
| 25 |
"factor": 32.0,
|
| 26 |
"high_freq_factor": 4.0,
|
| 27 |
"low_freq_factor": 1.0,
|
| 28 |
"original_max_position_embeddings": 8192,
|
| 29 |
-
"rope_theta": 500000.0,
|
| 30 |
"rope_type": "llama3"
|
| 31 |
},
|
|
|
|
| 32 |
"tie_word_embeddings": true,
|
| 33 |
-
"transformers_version": "
|
| 34 |
"use_cache": false,
|
| 35 |
"vocab_size": 156940
|
| 36 |
-
}
|
|
|
|
| 18 |
"num_attention_heads": 24,
|
| 19 |
"num_hidden_layers": 28,
|
| 20 |
"num_key_value_heads": 8,
|
|
|
|
| 21 |
"pretraining_tp": 1,
|
| 22 |
"rms_norm_eps": 1e-05,
|
| 23 |
+
"rope_scaling": {
|
| 24 |
"factor": 32.0,
|
| 25 |
"high_freq_factor": 4.0,
|
| 26 |
"low_freq_factor": 1.0,
|
| 27 |
"original_max_position_embeddings": 8192,
|
|
|
|
| 28 |
"rope_type": "llama3"
|
| 29 |
},
|
| 30 |
+
"rope_theta": 500000.0,
|
| 31 |
"tie_word_embeddings": true,
|
| 32 |
+
"transformers_version": "4.57.1",
|
| 33 |
"use_cache": false,
|
| 34 |
"vocab_size": 156940
|
| 35 |
+
}
|