Files
dolly-v1-6b/special_tokens_map.json
ModelHub XC b26e02c7c0 初始化项目,由ModelHub XC社区提供模型
Model: AI-ModelScope/dolly-v1-6b
Source: Original Platform
2026-08-14 01:05:15 +08:00

30 lines
567 B
JSON
Executable File

{
"additional_special_tokens": [
"### End",
"### Instruction:",
"### Response:"
],
"bos_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"pad_token": "<|endoftext|>",
"unk_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}