Update config.json
Browse files- config.json +1 -4
config.json
CHANGED
@@ -31,10 +31,7 @@
|
|
31 |
"rms_norm_eps": 1e-05,
|
32 |
"rope_scaling": {
|
33 |
"factor": 8.0,
|
34 |
-
"
|
35 |
-
"low_freq_factor": 1.0,
|
36 |
-
"original_max_position_embeddings": 8192,
|
37 |
-
"rope_type": "llama3"
|
38 |
},
|
39 |
"rope_theta": 500000.0,
|
40 |
"tie_word_embeddings": false,
|
|
|
31 |
"rms_norm_eps": 1e-05,
|
32 |
"rope_scaling": {
|
33 |
"factor": 8.0,
|
34 |
+
"type": "dynamic"
|
|
|
|
|
|
|
35 |
},
|
36 |
"rope_theta": 500000.0,
|
37 |
"tie_word_embeddings": false,
|