Update preprocessor_config.json
Browse files- preprocessor_config.json +19 -20
preprocessor_config.json
CHANGED
|
@@ -1,21 +1,20 @@
|
|
| 1 |
{
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 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 |
+
}
|
|
|