File size: 290 Bytes
16f5e77 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
{
"additional_special_tokens": [
"[NF]",
"[NI]",
"[PMT]",
"[PMT-SEP]",
"[NPF]",
"[NPI]"
],
"bos_token": "[BOS]",
"cls_token": "[BOS]",
"eos_token": "[EOS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}
|