nielsr HF staff commited on
Commit
f5c511b
1 Parent(s): 0cbe718

Upload processor

Browse files
preprocessor_config.json CHANGED
@@ -1,4 +1,5 @@
1
  {
 
2
  "crop_size": {
3
  "height": 336,
4
  "width": 336
@@ -8,7 +9,6 @@
8
  "do_normalize": true,
9
  "do_rescale": true,
10
  "do_resize": true,
11
- "image_aspect_ratio": "anyres",
12
  "image_grid_pinpoints": [
13
  [
14
  336,
@@ -36,13 +36,13 @@
36
  0.4578275,
37
  0.40821073
38
  ],
39
- "image_processor_type": "LlavaImageProcessor",
40
  "image_std": [
41
  0.26862954,
42
  0.26130258,
43
  0.27577711
44
  ],
45
- "processor_class": "LlavaProcessor",
46
  "resample": 3,
47
  "rescale_factor": 0.00392156862745098,
48
  "size": {
 
1
  {
2
+ "aspect_ratio_setting": "anyres",
3
  "crop_size": {
4
  "height": 336,
5
  "width": 336
 
9
  "do_normalize": true,
10
  "do_rescale": true,
11
  "do_resize": true,
 
12
  "image_grid_pinpoints": [
13
  [
14
  336,
 
36
  0.4578275,
37
  0.40821073
38
  ],
39
+ "image_processor_type": "LlavaNextImageProcessor",
40
  "image_std": [
41
  0.26862954,
42
  0.26130258,
43
  0.27577711
44
  ],
45
+ "processor_class": "LlavaNextProcessor",
46
  "resample": 3,
47
  "rescale_factor": 0.00392156862745098,
48
  "size": {
tokenizer.json CHANGED
@@ -1,7 +1,14 @@
1
  {
2
  "version": "1.0",
3
  "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
  "truncation": null,
4
+ "padding": {
5
+ "strategy": "BatchLongest",
6
+ "direction": "Left",
7
+ "pad_to_multiple_of": null,
8
+ "pad_id": 32001,
9
+ "pad_type_id": 0,
10
+ "pad_token": "<pad>"
11
+ },
12
  "added_tokens": [
13
  {
14
  "id": 0,
tokenizer_config.json CHANGED
@@ -51,7 +51,7 @@
51
  "legacy": true,
52
  "model_max_length": 1000000000000000019884624838656,
53
  "pad_token": "<pad>",
54
- "processor_class": "LlavaProcessor",
55
  "sp_model_kwargs": {},
56
  "spaces_between_special_tokens": false,
57
  "tokenizer_class": "LlamaTokenizer",
 
51
  "legacy": true,
52
  "model_max_length": 1000000000000000019884624838656,
53
  "pad_token": "<pad>",
54
+ "processor_class": "LlavaNextProcessor",
55
  "sp_model_kwargs": {},
56
  "spaces_between_special_tokens": false,
57
  "tokenizer_class": "LlamaTokenizer",