stablelm-exp / tokenizer_config.json
TinyPixel's picture
Upload folder using huggingface_hub
7f536f9 verified
raw
history blame
477 Bytes
{
"added_tokens_decoder": {},
"additional_special_tokens": [
"<|im_end|>",
"<|im_start|>"
],
"auto_map": {
"AutoTokenizer": [
"stabilityai/stablelm-2-1_6b--tokenization_arcade100k.Arcade100kTokenizer",
null
]
},
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"errors": "replace",
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<|endoftext|>",
"tokenizer_class": "Arcade100kTokenizer"
}