mini_llm_dpo / tokenizer_config.json
wtxfrancise's picture
DPO LLM
2f76b25 verified
raw
history blame
No virus
328 Bytes
{
"added_tokens_decoder": {},
"auto_map": {
"AutoTokenizer": [
"tokenization_qwen.QWenTokenizer",
null
]
},
"bos_token": "<|im_end|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|im_end|>",
"model_max_length": 8192,
"pad_token": "<|im_end|>",
"tokenizer_class": "QWenTokenizer"
}