File size: 485 Bytes
a7caa81 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
{
"bos_token": "[CLS]",
"cls_token": "[CLS]",
"do_lower_case": true,
"eos_token": "[SEP]",
"keep_accents": false,
"mask_token": {
"__type": "AddedToken",
"content": "[MASK]",
"lstrip": true,
"normalized": true,
"rstrip": false,
"single_word": false
},
"model_max_length": 512,
"pad_token": "[PAD]",
"remove_space": true,
"sep_token": "[SEP]",
"split_by_punct": true,
"tokenizer_class": "RemBertTokenizerFast",
"unk_token": "[UNK]"
}
|