add tokenizer
This commit is contained in:
parent
d71cdce5b4
commit
b309c4bc66
17
preprocessor_config.json
Normal file
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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user