Update config.json
Browse files- config.json +7 -1
config.json
CHANGED
@@ -38,7 +38,13 @@
|
|
38 |
"quant_method": "bitsandbytes"
|
39 |
},
|
40 |
"rms_norm_eps": 1e-05,
|
41 |
-
"rope_scaling":
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
"rope_theta": 500000.0,
|
43 |
"tie_word_embeddings": false,
|
44 |
"torch_dtype": "bfloat16",
|
|
|
38 |
"quant_method": "bitsandbytes"
|
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,
|
50 |
"torch_dtype": "bfloat16",
|