Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -25,7 +25,8 @@
|
|
25 |
"high_freq_factor": 4.0,
|
26 |
"low_freq_factor": 1.0,
|
27 |
"original_max_position_embeddings": 8192,
|
28 |
-
"rope_type": "llama3"
|
|
|
29 |
},
|
30 |
"rope_theta": 500000.0,
|
31 |
"tie_word_embeddings": false,
|
|
|
25 |
"high_freq_factor": 4.0,
|
26 |
"low_freq_factor": 1.0,
|
27 |
"original_max_position_embeddings": 8192,
|
28 |
+
"rope_type": "llama3",
|
29 |
+
"type": "linear"
|
30 |
},
|
31 |
"rope_theta": 500000.0,
|
32 |
"tie_word_embeddings": false,
|