CoolFace
Modelpublic

hf-tiny-model-private/tiny-random-BlipForConditionalGeneration

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes48downloads
tokenizer_config.json22 linesDownload Raw Back to root
1{2  "clean_up_tokenization_spaces": true,3  "cls_token": "[CLS]",4  "do_basic_tokenize": true,5  "do_lower_case": true,6  "mask_token": "[MASK]",7  "model_input_names": [8    "input_ids",9    "attention_mask"10  ],11  "model_max_length": 512,12  "never_split": null,13  "pad_token": "[PAD]",14  "processor_class": "BlipProcessor",15  "sep_token": "[SEP]",16  "special_tokens_map_file": null,17  "strip_accents": null,18  "tokenize_chinese_chars": true,19  "tokenizer_class": "BertTokenizer",20  "unk_token": "[UNK]"21}22