Update config.json
#2
by
ThatOneCoder
- opened
- config.json +1 -4
config.json
CHANGED
@@ -24,10 +24,7 @@
|
|
24 |
"rms_norm_eps": 1e-05,
|
25 |
"rope_scaling": {
|
26 |
"factor": 8.0,
|
27 |
-
"
|
28 |
-
"high_freq_factor": 4.0,
|
29 |
-
"original_max_position_embeddings": 8192,
|
30 |
-
"rope_type": "llama3"
|
31 |
},
|
32 |
"rope_theta": 500000.0,
|
33 |
"tie_word_embeddings": false,
|
|
|
24 |
"rms_norm_eps": 1e-05,
|
25 |
"rope_scaling": {
|
26 |
"factor": 8.0,
|
27 |
+
"type": "linear"
|
|
|
|
|
|
|
28 |
},
|
29 |
"rope_theta": 500000.0,
|
30 |
"tie_word_embeddings": false,
|