Update config.json
Browse files- config.json +2 -5
config.json
CHANGED
@@ -43,11 +43,8 @@
|
|
43 |
},
|
44 |
"rms_norm_eps": 1e-05,
|
45 |
"rope_scaling": {
|
46 |
-
"
|
47 |
-
"
|
48 |
-
"low_freq_factor": 1.0,
|
49 |
-
"original_max_position_embeddings": 8192,
|
50 |
-
"rope_type": "llama3"
|
51 |
},
|
52 |
"rope_theta": 500000.0,
|
53 |
"tie_word_embeddings": true,
|
|
|
43 |
},
|
44 |
"rms_norm_eps": 1e-05,
|
45 |
"rope_scaling": {
|
46 |
+
"name": "dynamic",
|
47 |
+
"factor": 32.0
|
|
|
|
|
|
|
48 |
},
|
49 |
"rope_theta": 500000.0,
|
50 |
"tie_word_embeddings": true,
|