chenwuml commited on
Commit
81beec1
1 Parent(s): 3a04607

Upload special_tokens_map.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. special_tokens_map.json +23 -0
special_tokens_map.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ ">>COMMENT<<",
4
+ "<|system|>",
5
+ "<|prefix_end|>",
6
+ "<|prefix_begin|>",
7
+ "<|assistant|>",
8
+ ">>MIDDLE<<",
9
+ "<|prompter|>",
10
+ ">>ANSWER<<",
11
+ ">>ABSTRACT<<",
12
+ ">>DOMAIN<<",
13
+ ">>TITLE<<",
14
+ ">>SUMMARY<<",
15
+ ">>QUESTION<<",
16
+ ">>INTRODUCTION<<",
17
+ ">>PREFIX<<",
18
+ ">>SUFFIX<<"
19
+ ],
20
+ "eos_token": "<|endoftext|>",
21
+ "pad_token": "<|endoftext|>",
22
+ "sep_token": "<|endoftext|>"
23
+ }