(Trained with Unsloth)
Browse files- config.json +1 -1
- tokenizer_config.json +3 -0
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
"Qwen2_5_VLForConditionalGeneration"
|
| 5 |
],
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "orcn/qwenfinetune",
|
| 3 |
"architectures": [
|
| 4 |
"Qwen2_5_VLForConditionalGeneration"
|
| 5 |
],
|
tokenizer_config.json
CHANGED
|
@@ -200,8 +200,11 @@
|
|
| 200 |
"eos_token": "<|im_end|>",
|
| 201 |
"errors": "replace",
|
| 202 |
"extra_special_tokens": {},
|
|
|
|
| 203 |
"model_max_length": 32768,
|
|
|
|
| 204 |
"pad_token": "<|vision_pad|>",
|
|
|
|
| 205 |
"padding_side": "right",
|
| 206 |
"processor_class": "Qwen2_5_VLProcessor",
|
| 207 |
"split_special_tokens": false,
|
|
|
|
| 200 |
"eos_token": "<|im_end|>",
|
| 201 |
"errors": "replace",
|
| 202 |
"extra_special_tokens": {},
|
| 203 |
+
"max_length": null,
|
| 204 |
"model_max_length": 32768,
|
| 205 |
+
"pad_to_multiple_of": null,
|
| 206 |
"pad_token": "<|vision_pad|>",
|
| 207 |
+
"pad_token_type_id": 0,
|
| 208 |
"padding_side": "right",
|
| 209 |
"processor_class": "Qwen2_5_VLProcessor",
|
| 210 |
"split_special_tokens": false,
|