PyTorch
English
Tevatron
phi3_v
vidore
custom_code
MrLight commited on
Commit
9ecf6de
1 Parent(s): 2081611

Update preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +19 -20
preprocessor_config.json CHANGED
@@ -1,21 +1,20 @@
1
  {
2
- "auto_map": {
3
- "AutoImageProcessor": "microsoft/Phi-3-vision-128k-instruct--image_processing_phi3_v.Phi3VImageProcessor",
4
- "AutoProcessor": "microsoft/Phi-3-vision-128k-instruct--processing_phi3_v.Phi3VProcessor"
5
- },
6
- "do_convert_rgb": true,
7
- "image_mean": [
8
- 0.48145466,
9
- 0.4578275,
10
- 0.40821073
11
- ],
12
- "image_processor_type": "Phi3VImageProcessor",
13
- "image_std": [
14
- 0.26862954,
15
- 0.26130258,
16
- 0.27577711
17
- ],
18
- "num_crops": 16,
19
- "num_img_tokens": 144,
20
- "processor_class": "Phi3VProcessor"
21
- }
 
1
  {
2
+ "auto_map": {
3
+ "AutoProcessor": "processing_phi3_v.Phi3VProcessor",
4
+ "AutoImageProcessor": "image_processing_phi3_v.Phi3VImageProcessor"
5
+ },
6
+ "num_crops": 16,
7
+ "image_mean": [
8
+ 0.48145466,
9
+ 0.4578275,
10
+ 0.40821073
11
+ ],
12
+ "image_processor_type": "Phi3VImageProcessor",
13
+ "image_std": [
14
+ 0.26862954,
15
+ 0.26130258,
16
+ 0.27577711
17
+ ],
18
+ "processor_class": "Phi3VProcessor",
19
+ "num_img_tokens": 144
20
+ }