File size: 188 Bytes
be88fc5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
{
"additional_special_tokens": [
"[UNK]",
"[PAD]",
"[EOS]",
"[BOS]"
],
"bos_token": "[BOS]",
"eos_token": "[EOS]",
"pad_token": "[PAD]",
"unk_token": "[UNK]"
}
|