tiny-bert-qa-es / tokenizer_config.json
srcocotero's picture
Training in progress, step 500
cefc408
{
"bos_token": "[CLS]",
"cls_token": "[CLS]",
"do_lower_case": true,
"eos_token": "[SEP]",
"keep_accents": true,
"mask_token": {
"__type": "AddedToken",
"content": "[MASK]",
"lstrip": true,
"normalized": true,
"rstrip": false,
"single_word": false
},
"model_max_length": 512,
"name_or_path": "CenIA/albert-tiny-spanish",
"pad_token": "<pad>",
"remove_space": true,
"sep_token": "[SEP]",
"special_tokens_map_file": null,
"tokenizer_class": "AlbertTokenizer",
"unk_token": "<unk>"
}