Olmo3-GRPO-Instruct-7B / tokenizer_config.json
wetsoledrysoul's picture
Add tokenizer_config (tokenizer_class fixed)
d0f8276 verified
Raw
History Blame Contribute Delete
272 Bytes
{
"add_prefix_space": false,
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|endoftext|>",
"model_max_length": 65536,
"pad_token": "<|pad|>",
"tokenizer_class": "PreTrainedTokenizerFast",
"unk_token": "<|endoftext|>"
}