codeShare commited on
Commit
1ce2435
·
verified ·
1 Parent(s): 2578661

Delete processor_config.json

Browse files
Files changed (1) hide show
  1. processor_config.json +0 -31
processor_config.json DELETED
@@ -1,31 +0,0 @@
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": "SiglipImageProcessorFast",
14
- "image_std": [
15
- 0.5,
16
- 0.5,
17
- 0.5
18
- ],
19
- "resample": 1,
20
- "rescale_factor": 0.00392156862745098,
21
- "size": {
22
- "height": 384,
23
- "width": 384
24
- }
25
- },
26
- "image_token": "<|reserved_special_token_69|>",
27
- "num_additional_image_tokens": 1,
28
- "patch_size": 14,
29
- "processor_class": "LlavaProcessor",
30
- "vision_feature_select_strategy": "default"
31
- }