Update config.json
Browse files- config.json +1 -3
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"Qwen2ForCausalLM"
|
5 |
],
|
@@ -23,8 +23,6 @@
|
|
23 |
"tie_word_embeddings": false,
|
24 |
"torch_dtype": "float16",
|
25 |
"transformers_version": "4.49.0",
|
26 |
-
"unsloth_fixed": true,
|
27 |
-
"unsloth_version": "2025.3.9",
|
28 |
"use_cache": true,
|
29 |
"use_sliding_window": false,
|
30 |
"vocab_size": 152064
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "Qwen/Qwen2.5-7B-Instruct",
|
3 |
"architectures": [
|
4 |
"Qwen2ForCausalLM"
|
5 |
],
|
|
|
23 |
"tie_word_embeddings": false,
|
24 |
"torch_dtype": "float16",
|
25 |
"transformers_version": "4.49.0",
|
|
|
|
|
26 |
"use_cache": true,
|
27 |
"use_sliding_window": false,
|
28 |
"vocab_size": 152064
|