Update preprocessor_config.json
Browse filesReplace (max & min) _pixels to (longest & shortest)_edge to fix for latest transformers compatibility.
- preprocessor_config.json +2 -2
preprocessor_config.json
CHANGED
|
@@ -22,8 +22,8 @@
|
|
| 22 |
"resample": 3,
|
| 23 |
"rescale_factor": 0.00392156862745098,
|
| 24 |
"size": {
|
| 25 |
-
"
|
| 26 |
-
"
|
| 27 |
},
|
| 28 |
"temporal_patch_size": 2,
|
| 29 |
"vision_token_id": 151654
|
|
|
|
| 22 |
"resample": 3,
|
| 23 |
"rescale_factor": 0.00392156862745098,
|
| 24 |
"size": {
|
| 25 |
+
"longest_edge": 1003520,
|
| 26 |
+
"shortest_edge": 3136
|
| 27 |
},
|
| 28 |
"temporal_patch_size": 2,
|
| 29 |
"vision_token_id": 151654
|