CoolFace
Modelpublic

microsoft/xclip-base-patch16

sourceHugging Facemitupdated 2y agoView on Hugging Face
6likes8.7kdownloads
tokenizer_config.json35 linesDownload Raw Back to root
1{2  "add_prefix_space": false,3  "bos_token": {4    "__type": "AddedToken",5    "content": "<|startoftext|>",6    "lstrip": false,7    "normalized": true,8    "rstrip": false,9    "single_word": false10  },11  "do_lower_case": true,12  "eos_token": {13    "__type": "AddedToken",14    "content": "<|endoftext|>",15    "lstrip": false,16    "normalized": true,17    "rstrip": false,18    "single_word": false19  },20  "errors": "replace",21  "model_max_length": 77,22  "name_or_path": "openai/clip-vit-base-patch32",23  "pad_token": "<|endoftext|>",24  "special_tokens_map_file": "/home/niels/.cache/huggingface/hub/models--openai--clip-vit-base-patch32/snapshots/f4881ba48ee4d21b7ed5602603b9e3e92eb1b346/special_tokens_map.json",25  "tokenizer_class": "CLIPTokenizer",26  "unk_token": {27    "__type": "AddedToken",28    "content": "<|endoftext|>",29    "lstrip": false,30    "normalized": true,31    "rstrip": false,32    "single_word": false33  }34}35