merged_model_mistral_tulu_ocr / special_tokens_map.json
dylan-demand-io's picture
Upload tokenizer
cf48e7e
raw
history blame contribute delete
No virus
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
}
}