Files
Aira-OPT-350M/special_tokens_map.json
ModelHub XC 0f96df3af2 初始化项目,由ModelHub XC社区提供模型
Model: nicholasKluge/Aira-OPT-350M
Source: Original Platform
2026-07-10 23:17:57 +08:00

32 lines
625 B
JSON

{
"bos_token": {
"content": "<|startofinstruction|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|endofcompletion|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<|pad|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"sep_token": "<|endofinstruction|>",
"unk_token": {
"content": "<|unk|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}