test-story / special_tokens_map.json
sarthak34
First version of the your-model-name model and tokenizer.
c6ee591
raw
history blame contribute delete
420 Bytes
{
"additional_special_tokens": [
"<superhero>",
"<action>",
"<drama>",
"<thriller>",
"<horror>",
"<sci_fi>"
],
"bos_token": "<BOS>",
"cls_token": "<s>",
"eos_token": "<EOS>",
"mask_token": {
"content": "<mask>",
"lstrip": true,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": "<PAD>",
"sep_token": "</s>",
"unk_token": "<unk>"
}