supersciphi-13b-32k / special_tokens_map.json
ibivibiv's picture
Upload tokenizer
5416cc3 verified
raw
history blame contribute delete
954 Bytes
{
"additional_special_tokens": [
"<unk>",
"<s>",
"</s>",
"[Partially supported]",
"[Utility:1]",
"[Utility:2]",
"[No support / Contradictory]",
"[Retrieval]",
"<paragraph>",
"[Continue to Use Evidence]",
"[Relevant]",
"[Utility:3]",
"[Utility:5]",
"[No Retrieval]",
"[Irrelevant]",
"[Utility:4]",
"</paragraph>",
"[Fully supported]"
],
"bos_token": {
"content": "<s>",
"lstrip": true,
"normalized": false,
"rstrip": true,
"single_word": false
},
"eos_token": {
"content": "</s>",
"lstrip": true,
"normalized": false,
"rstrip": true,
"single_word": false
},
"pad_token": {
"content": "<pad>",
"lstrip": true,
"normalized": false,
"rstrip": true,
"single_word": false
},
"unk_token": {
"content": "<unk>",
"lstrip": true,
"normalized": false,
"rstrip": true,
"single_word": false
}
}