Foundation-Sec-8B-Instruct / special_tokens_map.json
paulkass's picture
Initial Commit
3a9d6d8
raw
history blame contribute delete
620 Bytes
{
"additional_special_tokens": [
"[BIB_REF]",
"[/BIB_REF]",
"[FIG_REF]",
"[/FIG_REF]",
"[TABLE_REF]",
"[/TABLE_REF]",
"[FORMULA]",
"[/FORMULA]"
],
"bos_token": {
"content": "<|begin_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|end_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<pad>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}