Visual Question Answering
Transformers
Safetensors
llava
image-text-to-text
AIGC
LLaVA
Inference Endpoints
zhangYuanHui commited on
Commit
c72c91a
·
1 Parent(s): 58d6115
Files changed (1) hide show
  1. preprocessor_config.json +0 -46
preprocessor_config.json DELETED
@@ -1,46 +0,0 @@
1
- {
2
- "_valid_processor_keys": [
3
- "images",
4
- "do_resize",
5
- "size",
6
- "resample",
7
- "do_center_crop",
8
- "crop_size",
9
- "do_rescale",
10
- "rescale_factor",
11
- "do_normalize",
12
- "image_mean",
13
- "image_std",
14
- "do_convert_rgb",
15
- "return_tensors",
16
- "data_format",
17
- "input_data_format"
18
- ],
19
- "crop_size": {
20
- "height": 224,
21
- "width": 224
22
- },
23
- "do_center_crop": true,
24
- "do_convert_rgb": true,
25
- "do_normalize": true,
26
- "do_rescale": true,
27
- "do_resize": true,
28
- "image_mean": [
29
- 0.5,
30
- 0.5,
31
- 0.5
32
- ],
33
- "image_processor_type": "CLIPImageProcessor",
34
- "image_std": [
35
- 0.5,
36
- 0.5,
37
- 0.5
38
- ],
39
- "processor_class": "LlavaProcessor",
40
- "resample": 3,
41
- "rescale_factor": 0.00392156862745098,
42
- "size": {
43
- "height": 384,
44
- "width": 384
45
- }
46
- }