Gros-Michel-Instruct / tokenizer_config.json
finnianx's picture
Upload folder using huggingface_hub
a3b89cc verified
Raw
History Blame Contribute Delete
224 Bytes
{
"backend": "tokenizers",
"bos_token": "<s>",
"eos_token": "<|im_end|>",
"is_local": true,
"local_files_only": false,
"model_max_length": 4096,
"pad_token": "<pad>",
"tokenizer_class": "TokenizersBackend"
}