File size: 342 Bytes
7ce48ee |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
{
"additional_special_tokens": [
"[LEN]",
"[LPP]",
"[AS]",
"[CITYU]",
"[CNC]",
"[CTB6]",
"[MSR]",
"[PKU]",
"[SXU]",
"[UNC]"
],
"bos_token": "[BOS]",
"cls_token": "[CLS]",
"eos_token": "[EOS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}
|