TwIL-LM / tokenizer_config.json
cutterdalton-webai's picture
Add TwIL-LM2 weights (smollm2-1.7b-formal-logic-mgpo)
7ced750 verified
Raw
History Blame
353 Bytes
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "<|im_start|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|im_end|>",
"errors": "replace",
"is_local": true,
"model_max_length": 8192,
"pad_token": "<|im_end|>",
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "<|endoftext|>",
"vocab_size": 49152
}