qgallouedec HF Staff commited on
Commit
e4b95da
·
verified ·
1 Parent(s): b0d3026

Upload processor

Browse files
Files changed (2) hide show
  1. tokenizer.json +1 -8
  2. video_preprocessor_config.json +2 -1
tokenizer.json CHANGED
@@ -1,14 +1,7 @@
1
  {
2
  "version": "1.0",
3
  "truncation": null,
4
- "padding": {
5
- "strategy": "BatchLongest",
6
- "direction": "Right",
7
- "pad_to_multiple_of": null,
8
- "pad_id": 2,
9
- "pad_type_id": 0,
10
- "pad_token": "<|im_end|>"
11
- },
12
  "added_tokens": [
13
  {
14
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
  "truncation": null,
4
+ "padding": null,
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
video_preprocessor_config.json CHANGED
@@ -28,13 +28,14 @@
28
  "longest_edge": 384
29
  },
30
  "num_frames": 64,
 
31
  "processor_class": "SmolVLMProcessor",
32
  "resample": 1,
33
  "rescale_factor": 0.00392156862745098,
 
34
  "size": {
35
  "longest_edge": 1536
36
  },
37
- "size_divisor": null,
38
  "video_metadata": null,
39
  "video_processor_type": "SmolVLMVideoProcessor",
40
  "video_sampling": {
 
28
  "longest_edge": 384
29
  },
30
  "num_frames": 64,
31
+ "pad_size": null,
32
  "processor_class": "SmolVLMProcessor",
33
  "resample": 1,
34
  "rescale_factor": 0.00392156862745098,
35
+ "return_metadata": false,
36
  "size": {
37
  "longest_edge": 1536
38
  },
 
39
  "video_metadata": null,
40
  "video_processor_type": "SmolVLMVideoProcessor",
41
  "video_sampling": {