kallaballa commited on
Commit
d858b00
·
1 Parent(s): 91846c8

config for llm-tuner

Browse files
Files changed (1) hide show
  1. special_tokens_map.json +16 -1
special_tokens_map.json CHANGED
@@ -1 +1,16 @@
1
- {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "### System:",
4
+ "### Instruction:",
5
+ "### Input:",
6
+ "### Output:",
7
+ "### End"
8
+
9
+ ],
10
+ "bos_token": "### End of conversation",
11
+ "eos_token": "### End of conversation",
12
+ "pad_token": "### End of conversation",
13
+ "unk_token": "### End of conversation"
14
+ }
15
+
16
+