Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -37,7 +37,8 @@
|
|
37 |
"high_freq_factor": 4.0,
|
38 |
"low_freq_factor": 1.0,
|
39 |
"original_max_position_embeddings": 8192,
|
40 |
-
"rope_type": "llama3"
|
|
|
41 |
},
|
42 |
"rope_theta": 500000.0,
|
43 |
"tie_word_embeddings": false,
|
|
|
37 |
"high_freq_factor": 4.0,
|
38 |
"low_freq_factor": 1.0,
|
39 |
"original_max_position_embeddings": 8192,
|
40 |
+
"rope_type": "llama3",
|
41 |
+
"type": "llama3"
|
42 |
},
|
43 |
"rope_theta": 500000.0,
|
44 |
"tie_word_embeddings": false,
|