Sakura-13B-Galgame / sakura_13b_model_v0.5 /special_tokens_map.json
sakuraumi's picture
新增v0.5版本模型,更新文件组织格式
8272920
raw
history blame
432 Bytes
{
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": true
},
"eos_token": {
"content": "</s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": true
},
"pad_token": "<unk>",
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": true
}
}