File size: 241 Bytes
08ab4a0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
{
"additional_special_tokens": [
"[SPCH]",
"</spch>",
"[IMG]",
"<spch>",
"</image>",
"<image>"
],
"bos_token": "<|startoftext|>",
"eos_token": "<|endoftext|>",
"pad_token": "<unk>",
"unk_token": "<unk>"
}
|