meditron-7b-llm-radiology / special_tokens_map.json
geekdom's picture
Upload tokenizer
25808cf verified
raw history blame
No virus
735 Bytes
{
"additional_special_tokens": [
"[bib_ref]",
"[/bib_ref]",
"[fig_ref]",
"[/fig_ref]",
"[bib]",
"[/bib]",
"[fig]",
"[/fig]",
"[table]",
"[/table]",
"[formula]",
"[/formula]"
],
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"cls_token": "<CLS>",
"eos_token": {
"content": "</s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"mask_token": "<MASK>",
"pad_token": "</s>",
"sep_token": "<SEP>",
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}