初始化项目,由ModelHub XC社区提供模型
Model: mkd-hossain/keural-dpo-5500 Source: Original Platform
This commit is contained in:
16
tokenizer_config.json
Normal file
16
tokenizer_config.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"bos_token": "<bos>",
|
||||
"eos_token": "<|im_end|>",
|
||||
"unk_token": "<unk>",
|
||||
"pad_token": "<pad>",
|
||||
"model_max_length": 4096,
|
||||
"tokenizer_class": "LlamaTokenizer",
|
||||
"sp_model_kwargs": {},
|
||||
"legacy": false,
|
||||
"chat_template": "{% for message in messages %}<|im_start|>{{ message['role'] }}\n{{ message['content'] }}<|im_end|>\n{% endfor %}<|im_start|>assistant\n",
|
||||
"added_tokens_decoder": {
|
||||
"131072": {"content": "<|im_start|>", "special": true, "single_word": false, "lstrip": false, "rstrip": false, "normalized": false},
|
||||
"131073": {"content": "<|im_end|>", "special": true, "single_word": false, "lstrip": false, "rstrip": false, "normalized": false}
|
||||
},
|
||||
"additional_special_tokens": ["<|im_start|>", "<|im_end|>"]
|
||||
}
|
||||
Reference in New Issue
Block a user