CoolFace
Modelpublic

rsl-ai/code-search-net-tokenizer

sourceHugging Faceupdated 8mo agoView on Hugging Face
0likes
tokenizer_config.json13 linesDownload Raw Back to root
1{2  "add_prefix_space": false,3  "backend": "tokenizers",4  "bos_token": "<|endoftext|>",5  "eos_token": "<|endoftext|>",6  "errors": "replace",7  "is_local": false,8  "model_max_length": 1024,9  "pad_token": null,10  "tokenizer_class": "GPT2Tokenizer",11  "unk_token": "<|endoftext|>"12}13