CoolFace
Modelpublic

FierceLLM/CoreGPT-small

sourceHugging Facecc-by-nc-4.0updated 6mo agoView on Hugging Face
0likes9downloads
tokenizer_config.json17 linesDownload Raw Back to root
1{2  "add_prefix_space": false,3  "backend": "tokenizers",4  "bos_token": "<s>",5  "clean_up_tokenization_spaces": true,6  "eos_token": "</s>",7  "errors": "replace",8  "is_local": false,9  "mask_token": "<mask>",10  "model_max_length": 2048,11  "pad_token": "</s>",12  "padding_side": "left",13  "tokenizer_class": "GPT2Tokenizer",14  "truncation_side": "left",15  "unk_token": "<unk>"16}17