beto_covid_ft / tokenizer_config.txt
ArtCad98's picture
Subimos tokenizer.txt y tokenizer_config.txt
efd7f67
raw
history blame
No virus
310 Bytes
{
"do_lower_case": true,
"unk_token": "[UNK]",
"sep_token": "[SEP]",
"pad_token": "[PAD]",
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"tokenize_chinese_chars": true,
"strip_accents": false,
"do_basic_tokenize": true,
"never_split": null,
"model_max_length": 512
}