Update config.json
Browse files- config.json +1 -4
config.json
CHANGED
@@ -22,10 +22,7 @@
|
|
22 |
"rms_norm_eps": 1e-05,
|
23 |
"rope_scaling": {
|
24 |
"type": "llama3",
|
25 |
-
"factor": 8.0
|
26 |
-
"high_freq_factor": 4.0,
|
27 |
-
"low_freq_factor": 1.0,
|
28 |
-
"original_max_position_embeddings": 8192
|
29 |
},
|
30 |
"rope_theta": 500000.0,
|
31 |
"tie_word_embeddings": false,
|
|
|
22 |
"rms_norm_eps": 1e-05,
|
23 |
"rope_scaling": {
|
24 |
"type": "llama3",
|
25 |
+
"factor": 8.0
|
|
|
|
|
|
|
26 |
},
|
27 |
"rope_theta": 500000.0,
|
28 |
"tie_word_embeddings": false,
|