maxcushion / tokenizer /tokenizer_config.json
colt12's picture
Create tokenizer/tokenizer_config.json
1c32642 verified
raw
history blame contribute delete
230 Bytes
{
"model_max_length": 77,
"padding_side": "right",
"truncation_side": "right",
"special_tokens_map_file": null,
"tokenizer_class": "CLIPTokenizer",
"name_or_path": "openai/clip-vit-large-patch14",
"use_fast": false
}