samacore / tokenizer_config.json
Mayank2027's picture
Upload tokenizer
69e0e57 verified
{
"backend": "tokenizers",
"bos_token": "<|begin_of_text|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|eot_id|>",
"is_local": false,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 512,
"model_specific_special_tokens": {},
"pad_token": "<|eot_id|>",
"padding_side": "right",
"tokenizer_class": "TokenizersBackend",
"unk_token": null
}