File size: 445 Bytes
a21f226 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
{
"added_tokens_decoder": {},
"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": 2048,
"pad_token": "<|reg0|>",
"padding_side": "right",
"tokenizer_class": "Arcade100kTokenizer",
"unk_token": "<|reg0|>",
"use_fast": false
}
|