File size: 244 Bytes
4e10691 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
{
"additional_special_tokens": [
"<superhero>",
"<action>",
"<drama>",
"<thriller>",
"<horror>",
"<sci_fi>"
],
"bos_token": "<BOS>",
"eos_token": "<EOS>",
"pad_token": "<PAD>",
"unk_token": "<|endoftext|>"
}
|