File size: 160 Bytes
370375e |
1 2 3 4 5 6 7 8 |
{
"bos_token": "[BOS]",
"eos_token": "[EOS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
} |
370375e |
1 2 3 4 5 6 7 8 |
{
"bos_token": "[BOS]",
"eos_token": "[EOS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
} |