CoolFace
Modelpublic

ruby56/story-generator

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes17downloads
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": "<|endoftext|>",10  "tokenizer_class": "GPT2Tokenizer",11  "unk_token": "<|endoftext|>"12}13