CoolFace
Modelpublic

N-Bot-Int/OpenElla-NovelWriter-Requiem

sourceHugging Faceagpl-3.0updated 2mo agoView on Hugging Face
1likes34downloads
tokenizer_config.json15 linesDownload Raw Back to root
1{2  "backend": "tokenizers",3  "bos_token": "<|begin_of_text|>",4  "clean_up_tokenization_spaces": true,5  "eos_token": "<|eot_id|>",6  "is_local": true,7  "model_input_names": [8    "input_ids",9    "attention_mask"10  ],11  "model_max_length": 131072,12  "pad_token": "<|end_of_text|>",13  "tokenizer_class": "TokenizersBackend"14}15