ipda-targeted-sft-v1 / tokenizer_config.json
dgonier's picture
Upload merged targeted SFT model from run targeted_sft_v2
0e79ff4 verified
raw
history blame contribute delete
458 Bytes
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": null,
"clean_up_tokenization_spaces": false,
"eos_token": "<|im_end|>",
"errors": "replace",
"is_local": true,
"max_length": 4096,
"model_max_length": 1010000,
"pad_token": "<|endoftext|>",
"split_special_tokens": false,
"stride": 0,
"tokenizer_class": "Qwen2Tokenizer",
"truncation_side": "right",
"truncation_strategy": "longest_first",
"unk_token": null
}