Upload feature extractor

This commit is contained in:
Lewis Tunstall 2022-09-07 11:15:37 +00:00 committed by huggingface-web
parent 077954d5d1
commit 91d8211403
1 changed files with 10 additions and 0 deletions

10
preprocessor_config.json Normal file
View File

@ -0,0 +1,10 @@
{
"crop_size": 256,
"do_center_crop": true,
"do_flip_channel_order": true,
"do_flip_channels": true,
"do_resize": true,
"feature_extractor_type": "MobileViTFeatureExtractor",
"resample": 2,
"size": 288
}