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