Add files using upload-large-folder tool
Browse files- config.json +2 -2
- generation_config.json +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"Qwen2_5_VLForConditionalGeneration"
|
5 |
],
|
@@ -51,7 +51,7 @@
|
|
51 |
"sliding_window": 32768,
|
52 |
"tie_word_embeddings": false,
|
53 |
"torch_dtype": "bfloat16",
|
54 |
-
"transformers_version": "4.
|
55 |
"unsloth_fixed": true,
|
56 |
"use_cache": true,
|
57 |
"use_sliding_window": false,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "unsloth/Qwen2.5-VL-7B-Instruct",
|
3 |
"architectures": [
|
4 |
"Qwen2_5_VLForConditionalGeneration"
|
5 |
],
|
|
|
51 |
"sliding_window": 32768,
|
52 |
"tie_word_embeddings": false,
|
53 |
"torch_dtype": "bfloat16",
|
54 |
+
"transformers_version": "4.49.0",
|
55 |
"unsloth_fixed": true,
|
56 |
"use_cache": true,
|
57 |
"use_sliding_window": false,
|
generation_config.json
CHANGED
@@ -11,5 +11,5 @@
|
|
11 |
"temperature": 0.1,
|
12 |
"top_k": 1,
|
13 |
"top_p": 0.001,
|
14 |
-
"transformers_version": "4.
|
15 |
}
|
|
|
11 |
"temperature": 0.1,
|
12 |
"top_k": 1,
|
13 |
"top_p": 0.001,
|
14 |
+
"transformers_version": "4.49.0"
|
15 |
}
|