pt-es-hi-tokenizer / tokenizer_config.json
andre15silva's picture
Upload tokenizer from tokenizer
3f8719a verified
Raw
History Blame Contribute Delete
325 Bytes
{
"backend": "tokenizers",
"bos_token": "<|begin_of_text|>",
"eos_token": "<|end_of_text|>",
"extra_special_tokens": [
"<|start_header_id|>",
"<|end_header_id|>",
"<|eot_id|>"
],
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<|pad|>",
"tokenizer_class": "TokenizersBackend"
}