hf7486 commited on
Commit
d4942c8
·
1 Parent(s): 0aee80e

Upload 4 files

Browse files
tokenizer/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer/special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"bos_token": {"content": "<|startoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "eos_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "unk_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "pad_token": {"content": "!", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}}
tokenizer/tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"errors": "replace", "max_len": 77, "bos_token": "<|startoftext|>", "eos_token": "<|endoftext|>", "unk_token": "<|endoftext|>", "pad_token": "!", "tokenizer_class": "CLIPTokenizer", "model_max_length": 77, "special_tokens_map_file": "/home/aistudio/.paddlenlp/models/openai/clip-vit-large-patch14/special_tokens_map.json"}
tokenizer/vocab.json ADDED
The diff for this file is too large to render. See raw diff