Text2Text Generation
Transformers
PyTorch
Spanish
led
text-generation-inference
Inference Endpoints
led-base-16384-spanish / tokenizer_config.json
vgaraujov's picture
Update tokenizer_config.json
73230e8 verified
raw
history blame contribute delete
No virus
277 Bytes
{
"bos_token": "<s>",
"clean_up_tokenization_spaces": true,
"cls_token": "<s>",
"eos_token": "</s>",
"mask_token": "<mask>",
"model_max_length": 16384,
"pad_token": "<pad>",
"sep_token": "</s>",
"tokenizer_class": "LEDTokenizerFast",
"unk_token": "<unk>"
}