Foundation-Sec-8B / special_tokens_map.json
paulkass's picture
Uploading
6099fd0
raw
history blame
630 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": "<|end_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}