CoolFace
Modelpublic

GeorgeIbrahim/concap

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes5downloads
tokenizer_config.json49 linesDownload Raw Back to root
1{2  "add_prefix_space": null,3  "added_tokens_decoder": {4    "0": {5      "content": "<pad>",6      "lstrip": false,7      "normalized": false,8      "rstrip": false,9      "single_word": false,10      "special": true11    },12    "1": {13      "content": "</s>",14      "lstrip": false,15      "normalized": false,16      "rstrip": false,17      "single_word": false,18      "special": true19    },20    "2": {21      "content": "<unk>",22      "lstrip": false,23      "normalized": false,24      "rstrip": false,25      "single_word": false,26      "special": true27    },28    "250100": {29      "content": "<image>",30      "lstrip": false,31      "normalized": false,32      "rstrip": false,33      "single_word": false,34      "special": true35    }36  },37  "additional_special_tokens": [],38  "clean_up_tokenization_spaces": true,39  "eos_token": "</s>",40  "extra_ids": 0,41  "extra_special_tokens": {},42  "model_max_length": 1000000000000000019884624838656,43  "pad_token": "<pad>",44  "processor_class": "Blip2Processor",45  "sp_model_kwargs": {},46  "tokenizer_class": "T5Tokenizer",47  "unk_token": "<unk>"48}49