Extremely4606 commited on
Commit
1a70d20
1 Parent(s): 24ecedf

Delete preprocessor_config111.json

Browse files
Files changed (1) hide show
  1. preprocessor_config111.json +0 -40
preprocessor_config111.json DELETED
@@ -1,40 +0,0 @@
1
- {
2
- "_valid_processor_keys": [
3
- "images",
4
- "do_resize",
5
- "size",
6
- "resample",
7
- "do_rescale",
8
- "rescale_factor",
9
- "do_normalize",
10
- "image_mean",
11
- "image_std",
12
- "return_tensors",
13
- "data_format",
14
- "input_data_format",
15
- "do_convert_rgb"
16
- ],
17
- "do_convert_rgb": null,
18
- "do_normalize": true,
19
- "do_rescale": true,
20
- "do_resize": true,
21
- "image_mean": [
22
- 0.5,
23
- 0.5,
24
- 0.5
25
- ],
26
- "image_processor_type": "SiglipImageProcessor",
27
- "image_seq_length": 256,
28
- "image_std": [
29
- 0.5,
30
- 0.5,
31
- 0.5
32
- ],
33
- "processor_class": "PaliGemmaProcessor",
34
- "resample": 3,
35
- "rescale_factor": 0.00392156862745098,
36
- "size": {
37
- "height": 224,
38
- "width": 224
39
- }
40
- }