CoolFace
Modelpublic

noamrot/FuseCap_Image_Captioning

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