CoolFace
Modelpublic

optimum-intel-internal-testing/tiny-random-CLIPModel

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes164kdownloads
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  "clean_up_tokenization_spaces": true,12  "do_lower_case": true,13  "eos_token": {14    "__type": "AddedToken",15    "content": "<|endoftext|>",16    "lstrip": false,17    "normalized": true,18    "rstrip": false,19    "single_word": false20  },21  "errors": "replace",22  "model_max_length": 77,23  "pad_token": "<|endoftext|>",24  "special_tokens_map_file": "/home/runner/.cache/huggingface/hub/models--openai--clip-vit-base-patch32/snapshots/e6a30b603a447e251fdaca1c3056b2a16cdfebeb/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