Update config.json
Browse files- config.json +1 -4
config.json
CHANGED
@@ -38,10 +38,7 @@
|
|
38 |
"rms_norm_eps": 1e-05,
|
39 |
"rope_scaling": {
|
40 |
"factor": 8.0,
|
41 |
-
"
|
42 |
-
"low_freq_factor": 1.0,
|
43 |
-
"original_max_position_embeddings": 8192,
|
44 |
-
"rope_type": "llama3"
|
45 |
},
|
46 |
"rope_theta": 500000.0,
|
47 |
"tie_word_embeddings": false,
|
|
|
38 |
"rms_norm_eps": 1e-05,
|
39 |
"rope_scaling": {
|
40 |
"factor": 8.0,
|
41 |
+
"type": "dynamic"
|
|
|
|
|
|
|
42 |
},
|
43 |
"rope_theta": 500000.0,
|
44 |
"tie_word_embeddings": false,
|