custom_efficient_vision / tokenizer_config.json
rjeeva's picture
All files
4be4621 verified
raw
history blame contribute delete
265 Bytes
{
"model_max_length": 224,
"padding_side": "right",
"truncation_side": "right",
"model_input_names": [
"input"
],
"special_tokens_map_file": "special_tokens_map.json",
"tokenizer_class": "PreTrainedTokenizer",
"is_vision_model": true
}