RonanMcGovern commited on
Commit
15f5a30
1 Parent(s): 52c352d

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -203,7 +203,7 @@
203
  }
204
  },
205
  "bos_token": "<|endoftext|>",
206
- "chat_template": "{%- set newline = \"\n\" -%}Answer all questions in English{{ newline }}{{ newline }}{%- for message in messages %}{{ newline }}{{ \"Human\" if message.role == \"user\" else \"Assistant: \" }}: {{ message.content }}{%- if loop.last and add_generation_prompt %}{{ newline }}{{ 'Assistant: ' }}{% endif %}{%- endfor %}",
207
  "clean_up_tokenization_spaces": true,
208
  "eos_token": "<|endoftext|>",
209
  "max_length": 2048,
 
203
  }
204
  },
205
  "bos_token": "<|endoftext|>",
206
+ "chat_template": "{%- set newline = \"\n\" -%}Answer all questions in English{{ newline }}{{ newline }}{%- for message in messages %}{{ newline }}{{ \"Human\" if message.role == \"user\" else \"Assistant\" }}: {{ message.content }}{%- if loop.last and add_generation_prompt %}{{ newline }}{{ 'Assistant: ' }}{% endif %}{%- endfor %}",
207
  "clean_up_tokenization_spaces": true,
208
  "eos_token": "<|endoftext|>",
209
  "max_length": 2048,