Files
platypus-1_8b/special_tokens_map.json
ModelHub XC 9897a12431 初始化项目,由ModelHub XC社区提供模型
Model: KnutJaegersberg/platypus-1_8b
Source: Original Platform
2026-05-18 14:31:06 +08:00

29 lines
545 B
JSON

{
"additional_special_tokens": [
"<|im_start|>",
"<|im_end|>"
],
"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
}
}