Files
instruct_rugptlarge/special_tokens_map.json
ModelHub XC 986cbb2bfd 初始化项目,由ModelHub XC社区提供模型
Model: AlexWortega/instruct_rugptlarge
Source: Original Platform
2026-08-04 03:19:18 +08:00

31 lines
562 B
JSON

{
"additional_special_tokens": [
"<code>",
"</code>",
"<instructionS>",
"<instructionE>",
"<next>"
],
"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
},
"unk_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}