Files
Quokka_590m/special_tokens_map.json
ModelHub XC 6526dd7f90 初始化项目,由ModelHub XC社区提供模型
Model: Corianas/Quokka_590m
Source: Original Platform
2026-05-09 19:32:08 +08:00

30 lines
569 B
JSON

{
"additional_special_tokens": [
"### End",
"### Instruction:",
"### Response:\n"
],
"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
}
}