orcn commited on
Commit
4e94dbc
·
verified ·
1 Parent(s): 0ceac8e

(Trained with Unsloth)

Browse files
Files changed (2) hide show
  1. config.json +1 -1
  2. tokenizer_config.json +3 -0
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "unsloth/Qwen2.5-VL-3B-Instruct",
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,