GPUburnout-3B-75K-Chat-step3000 / tokenizer_config.json
GPUburnout's picture
Initial upload: alternative SFT checkpoint at step 3000 (lowest val loss, not shipped)
5eb03d8 verified
{
"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|>"
}