Update config.json
Browse files- config.json +2 -5
config.json
CHANGED
|
@@ -40,11 +40,8 @@
|
|
| 40 |
},
|
| 41 |
"rms_norm_eps": 1e-05,
|
| 42 |
"rope_scaling": {
|
| 43 |
-
"
|
| 44 |
-
"
|
| 45 |
-
"low_freq_factor": 1.0,
|
| 46 |
-
"original_max_position_embeddings": 8192,
|
| 47 |
-
"rope_type": "llama3"
|
| 48 |
},
|
| 49 |
"rope_theta": 500000.0,
|
| 50 |
"tie_word_embeddings": false,
|
|
|
|
| 40 |
},
|
| 41 |
"rms_norm_eps": 1e-05,
|
| 42 |
"rope_scaling": {
|
| 43 |
+
"type": "linear",
|
| 44 |
+
"factor": 8.0
|
|
|
|
|
|
|
|
|
|
| 45 |
},
|
| 46 |
"rope_theta": 500000.0,
|
| 47 |
"tie_word_embeddings": false,
|