初始化项目,由ModelHub XC社区提供模型
Model: sealofyou/InternLM3-8B-Lora-SFT Source: Original Platform
This commit is contained in:
54
special_tokens_map.json
Normal file
54
special_tokens_map.json
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"additional_special_tokens": [
|
||||
"<|im_start|>",
|
||||
"<|im_end|>",
|
||||
"<|action_start|>",
|
||||
"<|action_end|>",
|
||||
"<|interpreter|>",
|
||||
"<|plugin|>",
|
||||
"<restate>",
|
||||
"</restate>",
|
||||
"<planning>",
|
||||
"</planning>",
|
||||
"<recollect>",
|
||||
"</recollect>",
|
||||
"<execution>",
|
||||
"</execution>",
|
||||
"<review>",
|
||||
"</review>",
|
||||
"<summarize>",
|
||||
"</summarize>",
|
||||
"<retry>",
|
||||
"</retry>",
|
||||
"<conclude>",
|
||||
"</conclude>"
|
||||
],
|
||||
"bos_token": {
|
||||
"content": "<s>",
|
||||
"lstrip": false,
|
||||
"normalized": false,
|
||||
"rstrip": false,
|
||||
"single_word": false
|
||||
},
|
||||
"eos_token": {
|
||||
"content": "</s>",
|
||||
"lstrip": false,
|
||||
"normalized": false,
|
||||
"rstrip": false,
|
||||
"single_word": false
|
||||
},
|
||||
"pad_token": {
|
||||
"content": "</s>",
|
||||
"lstrip": false,
|
||||
"normalized": false,
|
||||
"rstrip": false,
|
||||
"single_word": false
|
||||
},
|
||||
"unk_token": {
|
||||
"content": "<unk>",
|
||||
"lstrip": false,
|
||||
"normalized": false,
|
||||
"rstrip": false,
|
||||
"single_word": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user