Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/
|
3 |
"add_bias_to_lm_head": true,
|
4 |
"architectures": [
|
5 |
"RuQwen2ForCausalLM"
|
@@ -32,7 +32,7 @@
|
|
32 |
},
|
33 |
"rms_norm_eps": 1e-06,
|
34 |
"rope_theta": 1000000.0,
|
35 |
-
"sliding_window":
|
36 |
"tie_word_embeddings": true,
|
37 |
"torch_dtype": "float16",
|
38 |
"transformers_version": "4.44.2",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "FractalGPT/RuQwen2.5-3B-Instruct-AWQ",
|
3 |
"add_bias_to_lm_head": true,
|
4 |
"architectures": [
|
5 |
"RuQwen2ForCausalLM"
|
|
|
32 |
},
|
33 |
"rms_norm_eps": 1e-06,
|
34 |
"rope_theta": 1000000.0,
|
35 |
+
"sliding_window": 32768,
|
36 |
"tie_word_embeddings": true,
|
37 |
"torch_dtype": "float16",
|
38 |
"transformers_version": "4.44.2",
|