granite-4.0-h-tiny-opus-lora / tokenizer_config.json
MrMufasi's picture
Upload model trained with Unsloth
868d594 verified
Raw
History Blame Contribute Delete
358 Bytes
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "<|end_of_text|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|end_of_text|>",
"errors": "replace",
"is_local": false,
"model_max_length": 131072,
"pad_token": "<|pad|>",
"padding_side": "left",
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "<|unk|>"
}