Update config.json
Browse files- config.json +6 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"Qwen2ForCausalLM"
|
5 |
],
|
@@ -26,6 +26,11 @@
|
|
26 |
},
|
27 |
"rms_norm_eps": 1e-06,
|
28 |
"rope_theta": 5000000.0,
|
|
|
|
|
|
|
|
|
|
|
29 |
"sliding_window": null,
|
30 |
"tie_word_embeddings": false,
|
31 |
"torch_dtype": "float16",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "huihui-ai/Qwen2.5-Coder-7B-Instruct-abliterated",
|
3 |
"architectures": [
|
4 |
"Qwen2ForCausalLM"
|
5 |
],
|
|
|
26 |
},
|
27 |
"rms_norm_eps": 1e-06,
|
28 |
"rope_theta": 5000000.0,
|
29 |
+
"rope_scaling": {
|
30 |
+
"factor": 4.0,
|
31 |
+
"original_max_position_embeddings": 32768,
|
32 |
+
"type": "yarn"
|
33 |
+
},
|
34 |
"sliding_window": null,
|
35 |
"tie_word_embeddings": false,
|
36 |
"torch_dtype": "float16",
|