Update preprocessor_config.json
Browse files- preprocessor_config.json +3 -2
preprocessor_config.json
CHANGED
|
@@ -18,9 +18,10 @@
|
|
| 18 |
"height": 16,
|
| 19 |
"width": 16
|
| 20 |
},
|
|
|
|
| 21 |
"resample": 3,
|
| 22 |
"rescale_factor": 0.00392156862745098,
|
| 23 |
"size": {
|
| 24 |
-
"longest_edge":
|
| 25 |
}
|
| 26 |
-
}
|
|
|
|
| 18 |
"height": 16,
|
| 19 |
"width": 16
|
| 20 |
},
|
| 21 |
+
"processor_class": "PixtralProcessor",
|
| 22 |
"resample": 3,
|
| 23 |
"rescale_factor": 0.00392156862745098,
|
| 24 |
"size": {
|
| 25 |
+
"longest_edge": 256
|
| 26 |
}
|
| 27 |
+
}
|