Safetensors
CosFly-Track / checkpoints /GLM-4.6V-Flash-SFT /tokenizer_config.json
renruilong's picture
Add scripts and checkpoints (CosFly-Track release) (#85)
284878d
raw
history blame contribute delete
466 Bytes
{
"backend": "tokenizers",
"clean_up_tokenization_spaces": false,
"do_lower_case": false,
"eos_token": "<|endoftext|>",
"extra_special_tokens": [
"<|user|>",
"<|observation|>",
"</answer>"
],
"is_local": true,
"model_max_length": 128000,
"pad_token": "<|endoftext|>",
"padding_side": "right",
"processor_class": "Glm46VProcessor",
"remove_space": false,
"split_special_tokens": false,
"tokenizer_class": "TokenizersBackend"
}