Story-Generator / special_tokens_map.json
sejalarya's picture
Upload special_tokens_map.json
0554146
raw
history blame
No virus
244 Bytes
{
"additional_special_tokens": [
"<superhero>",
"<action>",
"<drama>",
"<thriller>",
"<horror>",
"<sci_fi>"
],
"bos_token": "<BOS>",
"eos_token": "<EOS>",
"pad_token": "<PAD>",
"unk_token": "<|endoftext|>"
}