File size: 336 Bytes
5be93b0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
{
"additional_special_tokens": [
"[UNC]",
"[LEN]",
"[LPP]",
"[BEST2010]",
"[LST20]",
"[TNHC]",
"[VISTEC-TPTH2021]",
"[WS160]"
],
"bos_token": "[BOS]",
"cls_token": "[CLS]",
"eos_token": "[EOS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}
|