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