Text2Text Generation
Transformers
PyTorch
Safetensors
Spanish
bart
text-generation-inference
Inference Endpoints
bart-base-spanish / tokenizer_config.json
vgaraujov's picture
Upload tokenizer_config.json
7c55b19 verified
{
"bos_token": "<s>",
"clean_up_tokenization_spaces": true,
"cls_token": "<s>",
"eos_token": "</s>",
"mask_token": "<mask>",
"model_max_length": 1024,
"pad_token": "<pad>",
"sep_token": "</s>",
"tokenizer_class": "BartTokenizerFast",
"unk_token": "<unk>"
}