mike23415 commited on
Commit
d7f31ef
·
verified ·
1 Parent(s): 2a59d94

Create tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +10 -0
tokenizer_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "model_max_length": 512,
5
+ "pad_token": "<PAD>",
6
+ "bos_token": "<BOS>",
7
+ "eos_token": "<EOS>",
8
+ "unk_token": "<UNK>",
9
+ "chat_template": "{{ messages | to_chat_template }}"
10
+ }