Update preprocessor_config.json
Browse files- preprocessor_config.json +1 -0
preprocessor_config.json
CHANGED
|
@@ -8,5 +8,6 @@
|
|
| 8 |
"no_repeat_ngram_size": 3,
|
| 9 |
"num_beams": 4,
|
| 10 |
"pad_token_id": 1,
|
|
|
|
| 11 |
"transformers_version": "4.46.3"
|
| 12 |
}
|
|
|
|
| 8 |
"no_repeat_ngram_size": 3,
|
| 9 |
"num_beams": 4,
|
| 10 |
"pad_token_id": 1,
|
| 11 |
+
"image_processor_type": "vit",
|
| 12 |
"transformers_version": "4.46.3"
|
| 13 |
}
|