CoolFace
Modelpublic

cuongdev/cothu2

sourceHugging Facecreativeml-openrail-mupdated 2y agoView on Hugging Face
0likes25downloads
tokenizer_config.json34 linesDownload Raw Back to tokenizer
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  "tokenizer_class": "CLIPTokenizer",25  "unk_token": {26    "__type": "AddedToken",27    "content": "<|endoftext|>",28    "lstrip": false,29    "normalized": true,30    "rstrip": false,31    "single_word": false32  }33}34