Upload processor
Browse files- preprocessor_config.json +2 -0
- tokenizer.json +2 -2
- video_preprocessor_config.json +2 -2
preprocessor_config.json
CHANGED
|
@@ -7,6 +7,7 @@
|
|
| 7 |
"do_center_crop": null,
|
| 8 |
"do_convert_rgb": true,
|
| 9 |
"do_normalize": true,
|
|
|
|
| 10 |
"do_rescale": true,
|
| 11 |
"do_resize": true,
|
| 12 |
"image_mean": [
|
|
@@ -24,6 +25,7 @@
|
|
| 24 |
"max_pixels": 12845056,
|
| 25 |
"merge_size": 2,
|
| 26 |
"min_pixels": 3136,
|
|
|
|
| 27 |
"patch_size": 14,
|
| 28 |
"processor_class": "Qwen2_5_VLProcessor",
|
| 29 |
"resample": 3,
|
|
|
|
| 7 |
"do_center_crop": null,
|
| 8 |
"do_convert_rgb": true,
|
| 9 |
"do_normalize": true,
|
| 10 |
+
"do_pad": null,
|
| 11 |
"do_rescale": true,
|
| 12 |
"do_resize": true,
|
| 13 |
"image_mean": [
|
|
|
|
| 25 |
"max_pixels": 12845056,
|
| 26 |
"merge_size": 2,
|
| 27 |
"min_pixels": 3136,
|
| 28 |
+
"pad_size": null,
|
| 29 |
"patch_size": 14,
|
| 30 |
"processor_class": "Qwen2_5_VLProcessor",
|
| 31 |
"resample": 3,
|
tokenizer.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
|
| 3 |
+
size 11421896
|
video_preprocessor_config.json
CHANGED
|
@@ -6,7 +6,6 @@
|
|
| 6 |
"do_center_crop": null,
|
| 7 |
"do_convert_rgb": true,
|
| 8 |
"do_normalize": true,
|
| 9 |
-
"do_pad": null,
|
| 10 |
"do_rescale": true,
|
| 11 |
"do_resize": true,
|
| 12 |
"do_sample_frames": false,
|
|
@@ -28,15 +27,16 @@
|
|
| 28 |
"min_frames": 4,
|
| 29 |
"min_pixels": 3136,
|
| 30 |
"num_frames": null,
|
|
|
|
| 31 |
"patch_size": 14,
|
| 32 |
"processor_class": "Qwen2_5_VLProcessor",
|
| 33 |
"resample": 3,
|
| 34 |
"rescale_factor": 0.00392156862745098,
|
|
|
|
| 35 |
"size": {
|
| 36 |
"longest_edge": 12845056,
|
| 37 |
"shortest_edge": 3136
|
| 38 |
},
|
| 39 |
-
"size_divisor": null,
|
| 40 |
"temporal_patch_size": 2,
|
| 41 |
"video_metadata": null,
|
| 42 |
"video_processor_type": "Qwen2VLVideoProcessor"
|
|
|
|
| 6 |
"do_center_crop": null,
|
| 7 |
"do_convert_rgb": true,
|
| 8 |
"do_normalize": true,
|
|
|
|
| 9 |
"do_rescale": true,
|
| 10 |
"do_resize": true,
|
| 11 |
"do_sample_frames": false,
|
|
|
|
| 27 |
"min_frames": 4,
|
| 28 |
"min_pixels": 3136,
|
| 29 |
"num_frames": null,
|
| 30 |
+
"pad_size": null,
|
| 31 |
"patch_size": 14,
|
| 32 |
"processor_class": "Qwen2_5_VLProcessor",
|
| 33 |
"resample": 3,
|
| 34 |
"rescale_factor": 0.00392156862745098,
|
| 35 |
+
"return_metadata": false,
|
| 36 |
"size": {
|
| 37 |
"longest_edge": 12845056,
|
| 38 |
"shortest_edge": 3136
|
| 39 |
},
|
|
|
|
| 40 |
"temporal_patch_size": 2,
|
| 41 |
"video_metadata": null,
|
| 42 |
"video_processor_type": "Qwen2VLVideoProcessor"
|