Upload processor
Browse files- preprocessor_config.json +2 -0
- tokenizer.json +2 -2
- video_preprocessor_config.json +2 -2
preprocessor_config.json
CHANGED
@@ -8,6 +8,7 @@
|
|
8 |
"do_center_crop": null,
|
9 |
"do_convert_rgb": true,
|
10 |
"do_normalize": true,
|
|
|
11 |
"do_rescale": true,
|
12 |
"do_resize": true,
|
13 |
"image_mean": [
|
@@ -24,6 +25,7 @@
|
|
24 |
"input_data_format": null,
|
25 |
"max_patches": 12,
|
26 |
"min_patches": 1,
|
|
|
27 |
"processor_class": "InternVLProcessor",
|
28 |
"resample": 3,
|
29 |
"rescale_factor": 0.00392156862745098,
|
|
|
8 |
"do_center_crop": null,
|
9 |
"do_convert_rgb": true,
|
10 |
"do_normalize": true,
|
11 |
+
"do_pad": null,
|
12 |
"do_rescale": true,
|
13 |
"do_resize": true,
|
14 |
"image_mean": [
|
|
|
25 |
"input_data_format": null,
|
26 |
"max_patches": 12,
|
27 |
"min_patches": 1,
|
28 |
+
"pad_size": null,
|
29 |
"processor_class": "InternVLProcessor",
|
30 |
"resample": 3,
|
31 |
"rescale_factor": 0.00392156862745098,
|
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:7cc80b7e20adf8bf6f6ca442bf1abfac8056bb3b7d3e0b11c9d497d3e79398c9
|
3 |
+
size 11423732
|
video_preprocessor_config.json
CHANGED
@@ -7,7 +7,6 @@
|
|
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 |
"do_sample_frames": false,
|
@@ -28,15 +27,16 @@
|
|
28 |
"max_patches": 12,
|
29 |
"min_patches": 1,
|
30 |
"num_frames": null,
|
|
|
31 |
"processor_class": "InternVLProcessor",
|
32 |
"resample": 3,
|
33 |
"rescale_factor": 0.00392156862745098,
|
|
|
34 |
"return_tensors": null,
|
35 |
"size": {
|
36 |
"height": 448,
|
37 |
"width": 448
|
38 |
},
|
39 |
-
"size_divisor": null,
|
40 |
"video_metadata": null,
|
41 |
"video_processor_type": "InternVLVideoProcessor"
|
42 |
}
|
|
|
7 |
"do_center_crop": null,
|
8 |
"do_convert_rgb": true,
|
9 |
"do_normalize": true,
|
|
|
10 |
"do_rescale": true,
|
11 |
"do_resize": true,
|
12 |
"do_sample_frames": false,
|
|
|
27 |
"max_patches": 12,
|
28 |
"min_patches": 1,
|
29 |
"num_frames": null,
|
30 |
+
"pad_size": null,
|
31 |
"processor_class": "InternVLProcessor",
|
32 |
"resample": 3,
|
33 |
"rescale_factor": 0.00392156862745098,
|
34 |
+
"return_metadata": false,
|
35 |
"return_tensors": null,
|
36 |
"size": {
|
37 |
"height": 448,
|
38 |
"width": 448
|
39 |
},
|
|
|
40 |
"video_metadata": null,
|
41 |
"video_processor_type": "InternVLVideoProcessor"
|
42 |
}
|