ZFusionAI_Base / checkpoint /tokenizer_config.json
GTKING's picture
Sync execution step: 164000
59288b4 verified
Raw
History Blame Contribute Delete
525 Bytes
{
"backend": "tokenizers",
"bos_token": "<|begin_of_text|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|eot|>",
"is_local": false,
"max_length": 1024,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 10485760,
"model_specific_special_tokens": {},
"pad_token": "<|finetune_right_pad|>",
"processor_class": "Llama4Processor",
"stride": 0,
"tokenizer_class": "TokenizersBackend",
"truncation_side": "right",
"truncation_strategy": "longest_first"
}