初始化项目,由ModelHub XC社区提供模型
Model: martinsu/tildeopen-30b-mu-instruct Source: Original Platform
This commit is contained in:
60
special_tokens_map.json
Normal file
60
special_tokens_map.json
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"additional_special_tokens": [
|
||||
"<|im_start|>",
|
||||
"<|im_end|>",
|
||||
"<think>",
|
||||
"</think>",
|
||||
"<tool_call>",
|
||||
"</tool_call>",
|
||||
"<tool_response>",
|
||||
"</tool_response>",
|
||||
"<function>",
|
||||
"</function>",
|
||||
"<|en|>",
|
||||
"<|de|>",
|
||||
"<|fr|>",
|
||||
"<|es|>",
|
||||
"<|it|>",
|
||||
"<|pl|>",
|
||||
"<|nl|>",
|
||||
"<|sv|>",
|
||||
"<|da|>",
|
||||
"<|fi|>",
|
||||
"<|pt|>",
|
||||
"<|cs|>",
|
||||
"<|ro|>",
|
||||
"<|hu|>",
|
||||
"<|el|>",
|
||||
"<|lv|>",
|
||||
"<|ee|>",
|
||||
"<|lt|>"
|
||||
],
|
||||
"bos_token": {
|
||||
"content": "<|im_start|>",
|
||||
"lstrip": false,
|
||||
"normalized": false,
|
||||
"rstrip": false,
|
||||
"single_word": false
|
||||
},
|
||||
"eos_token": {
|
||||
"content": "<|im_end|>",
|
||||
"lstrip": false,
|
||||
"normalized": false,
|
||||
"rstrip": false,
|
||||
"single_word": false
|
||||
},
|
||||
"pad_token": {
|
||||
"content": "<|pad|>",
|
||||
"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