Jackrong commited on
Commit
613ea2b
·
verified ·
1 Parent(s): e0e1a37

(Trained with Unsloth)

Browse files
Files changed (3) hide show
  1. config.json +2 -1
  2. processor_config.json +63 -0
  3. tokenizer_config.json +1 -0
config.json CHANGED
@@ -6,6 +6,7 @@
6
  "torch_dtype": "bfloat16",
7
  "eos_token_id": 248046,
8
  "image_token_id": 248056,
 
9
  "model_type": "qwen3_5",
10
  "pad_token_id": 248044,
11
  "text_config": {
@@ -120,7 +121,7 @@
120
  "vocab_size": 248320
121
  },
122
  "tie_word_embeddings": false,
123
- "unsloth_version": "2026.2.1",
124
  "use_cache": false,
125
  "video_token_id": 248057,
126
  "vision_config": {
 
6
  "torch_dtype": "bfloat16",
7
  "eos_token_id": 248046,
8
  "image_token_id": 248056,
9
+ "model_name": "qwen/Qwen3.5-27B",
10
  "model_type": "qwen3_5",
11
  "pad_token_id": 248044,
12
  "text_config": {
 
121
  "vocab_size": 248320
122
  },
123
  "tie_word_embeddings": false,
124
+ "unsloth_version": "2026.3.3",
125
  "use_cache": false,
126
  "video_token_id": 248057,
127
  "vision_config": {
processor_config.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "image_processor": {
3
+ "data_format": "channels_first",
4
+ "do_convert_rgb": true,
5
+ "do_normalize": true,
6
+ "do_rescale": true,
7
+ "do_resize": true,
8
+ "image_mean": [
9
+ 0.5,
10
+ 0.5,
11
+ 0.5
12
+ ],
13
+ "image_processor_type": "Qwen2VLImageProcessorFast",
14
+ "image_std": [
15
+ 0.5,
16
+ 0.5,
17
+ 0.5
18
+ ],
19
+ "merge_size": 2,
20
+ "patch_size": 16,
21
+ "resample": 3,
22
+ "rescale_factor": 0.00392156862745098,
23
+ "size": {
24
+ "longest_edge": 16777216,
25
+ "shortest_edge": 65536
26
+ },
27
+ "temporal_patch_size": 2
28
+ },
29
+ "processor_class": "Qwen3VLProcessor",
30
+ "video_processor": {
31
+ "data_format": "channels_first",
32
+ "default_to_square": true,
33
+ "do_convert_rgb": true,
34
+ "do_normalize": true,
35
+ "do_rescale": true,
36
+ "do_resize": true,
37
+ "do_sample_frames": true,
38
+ "fps": 2,
39
+ "image_mean": [
40
+ 0.5,
41
+ 0.5,
42
+ 0.5
43
+ ],
44
+ "image_std": [
45
+ 0.5,
46
+ 0.5,
47
+ 0.5
48
+ ],
49
+ "max_frames": 768,
50
+ "merge_size": 2,
51
+ "min_frames": 4,
52
+ "patch_size": 16,
53
+ "resample": 3,
54
+ "rescale_factor": 0.00392156862745098,
55
+ "return_metadata": false,
56
+ "size": {
57
+ "longest_edge": 25165824,
58
+ "shortest_edge": 4096
59
+ },
60
+ "temporal_patch_size": 2,
61
+ "video_processor_type": "Qwen3VLVideoProcessor"
62
+ }
63
+ }
tokenizer_config.json CHANGED
@@ -23,6 +23,7 @@
23
  "pad_token": "<|endoftext|>",
24
  "padding_side": "right",
25
  "pretokenize_regex": "(?i:'s|'t|'re|'ve|'m|'ll|'d)|[^\\r\\n\\p{L}\\p{N}]?[\\p{L}\\p{M}]+|\\p{N}| ?[^\\s\\p{L}\\p{M}\\p{N}]+[\\r\\n]*|\\s*[\\r\\n]+|\\s+(?!\\S)|\\s+",
 
26
  "split_special_tokens": false,
27
  "tokenizer_class": "TokenizersBackend",
28
  "unk_token": null,
 
23
  "pad_token": "<|endoftext|>",
24
  "padding_side": "right",
25
  "pretokenize_regex": "(?i:'s|'t|'re|'ve|'m|'ll|'d)|[^\\r\\n\\p{L}\\p{N}]?[\\p{L}\\p{M}]+|\\p{N}| ?[^\\s\\p{L}\\p{M}\\p{N}]+[\\r\\n]*|\\s*[\\r\\n]+|\\s+(?!\\S)|\\s+",
26
+ "processor_class": "Qwen3VLProcessor",
27
  "split_special_tokens": false,
28
  "tokenizer_class": "TokenizersBackend",
29
  "unk_token": null,