Embodied_family_7b / special_tokens_map.json
梁志烜
first commit
c7f07d9
raw
history blame contribute delete
501 Bytes
{
"additional_special_tokens": [
"<human>",
"<bot>"
],
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "</s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"pad_token": "<unk>",
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}