GeneZC commited on
Commit
5b91092
1 Parent(s): 6d5b150

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -0
tokenizer_config.json CHANGED
@@ -30,5 +30,6 @@
30
  "rstrip": false,
31
  "single_word": false
32
  },
 
33
  "use_fast": true
34
  }
 
30
  "rstrip": false,
31
  "single_word": false
32
  },
33
+ "chat_template": "{{ '‘MiniChat’是一个由‘Beccurio’开发的AI语言模型。下面是人类和MiniChat之间的一段对话。MiniChat的回复应当尽可能详细,并且以Markdown的形式输出。MiniChat应当拒绝参与违背伦理的讨论。</s>' }}{% for message in messages %}{{'[|' + message['role'].capitalize() + '|] ' + message['content'] + '</s>'}}{% endfor %}{{ '[|Assistant|]' }}",
34
  "use_fast": true
35
  }