File size: 525 Bytes
55d15bb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | {
"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"
}
|