smoke_test_glm4v_checkpoints / tokenizer_config.json
prthm29's picture
Training in progress, step 2
305a5c2 verified
raw
history blame contribute delete
399 Bytes
{
"backend": "tokenizers",
"clean_up_tokenization_spaces": false,
"eos_token": "<|endoftext|>",
"extra_special_tokens": [
"<|user|>",
"<|observation|>"
],
"is_local": false,
"model_max_length": 655380,
"pad_token": "<|endoftext|>",
"padding_side": "right",
"processor_class": "Glm46VProcessor",
"split_special_tokens": false,
"tokenizer_class": "TokenizersBackend"
}