Files
GPUburnout-2B-75K-Chat-DPO/tokenizer_config.json

17 lines
367 B
JSON
Raw Permalink Normal View History

{
"backend": "tokenizers",
"bos_token": "<|im_start|>",
"eos_token": "<|im_end|>",
"extra_special_tokens": [
"<|endoftext|>",
"<|system|>",
"<|user|>",
"<|assistant|>"
],
"is_local": true,
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<|pad|>",
"tokenizer_class": "TokenizersBackend",
"unk_token": "<|unk|>"
}