Update config.json
Browse files"rope_scaling": {
"factor": 8.0,
"high_freq_factor": 4.0,
"low_freq_factor": 1.0,
"original_max_position_embeddings": 8192,
"rope_type": "llama3"
},
- config.json +2 -5
config.json
CHANGED
@@ -25,11 +25,8 @@
|
|
25 |
"pretraining_tp": 1,
|
26 |
"rms_norm_eps": 1e-05,
|
27 |
"rope_scaling": {
|
28 |
-
|
29 |
-
|
30 |
-
"low_freq_factor": 1.0,
|
31 |
-
"original_max_position_embeddings": 8192,
|
32 |
-
"rope_type": "llama3"
|
33 |
},
|
34 |
"rope_theta": 500000.0,
|
35 |
"tie_word_embeddings": false,
|
|
|
25 |
"pretraining_tp": 1,
|
26 |
"rms_norm_eps": 1e-05,
|
27 |
"rope_scaling": {
|
28 |
+
"factor": 8.0,
|
29 |
+
"type": "dynamic"
|
|
|
|
|
|
|
30 |
},
|
31 |
"rope_theta": 500000.0,
|
32 |
"tie_word_embeddings": false,
|