test
Browse files- config.json +7 -0
config.json
CHANGED
|
@@ -19,6 +19,13 @@
|
|
| 19 |
"num_key_value_heads": 8,
|
| 20 |
"pretraining_tp": 1,
|
| 21 |
"rms_norm_eps": 1e-05,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
"rope_theta": 500000.0,
|
| 23 |
"tie_word_embeddings": true,
|
| 24 |
"torch_dtype": "bfloat16",
|
|
|
|
| 19 |
"num_key_value_heads": 8,
|
| 20 |
"pretraining_tp": 1,
|
| 21 |
"rms_norm_eps": 1e-05,
|
| 22 |
+
"rope_scaling": {
|
| 23 |
+
"factor": 32.0,
|
| 24 |
+
"high_freq_factor": 4.0,
|
| 25 |
+
"low_freq_factor": 1.0,
|
| 26 |
+
"original_max_position_embeddings": 8192,
|
| 27 |
+
"rope_type": "llama3"
|
| 28 |
+
},
|
| 29 |
"rope_theta": 500000.0,
|
| 30 |
"tie_word_embeddings": true,
|
| 31 |
"torch_dtype": "bfloat16",
|