Files
Ziya-LLaMA-13B-v1/special_tokens_map.json
ModelHub XC a2f28cb505 初始化项目,由ModelHub XC社区提供模型
Model: IDEA-CCNL/Ziya-LLaMA-13B-v1
Source: Original Platform
2026-06-26 18:30:21 +08:00

28 lines
476 B
JSON

{
"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
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}