File size: 501 Bytes
1f1f7cc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
{
"additional_special_tokens": [
"<s>",
"</s>",
"<2as>",
"<2bn>",
"<2en>",
"<2gu>",
"<2hi>",
"<2kn>",
"<2ml>",
"<2mr>",
"<2or>",
"<2pa>",
"<2ta>",
"<2te>"
],
"bos_token": "[CLS]",
"cls_token": "[CLS]",
"eos_token": "[SEP]",
"mask_token": {
"content": "[MASK]",
"lstrip": true,
"normalized": true,
"rstrip": false,
"single_word": false
},
"pad_token": "<pad>",
"sep_token": "[SEP]",
"unk_token": "<unk>"
}
|