add tokenizer

This commit is contained in:
ankur310794 2022-01-04 06:29:47 +00:00
parent d71cdce5b4
commit b309c4bc66

17
preprocessor_config.json Normal file

@ -0,0 +1,17 @@
{
"do_normalize": true,
"do_resize": true,
"feature_extractor_type": "ViTFeatureExtractor",
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"resample": 2,
"size": 224
}