trainer_output / tokenizer_config.json
anujjamwal's picture
Training in progress, epoch 2
833fadf verified
raw
history blame contribute delete
435 Bytes
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": null,
"clean_up_tokenization_spaces": false,
"eos_token": "<|endoftext|>",
"errors": "replace",
"extra_special_tokens": [
"[THOUGHT]",
"[SOLUTION]",
"[RETURN]"
],
"is_local": false,
"model_max_length": 131072,
"pad_token": "<|endoftext|>",
"split_special_tokens": false,
"tokenizer_class": "Qwen2Tokenizer",
"unk_token": null
}