eunyounglee commited on
Commit
f199a59
·
1 Parent(s): b024338

Create special_tokens_map.json

Browse files
Files changed (1) hide show
  1. special_tokens_map.json +12 -0
special_tokens_map.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|endoftext|>",
4
+ "<|sep|>",
5
+ "<|acc|>",
6
+ "<|tel|>",
7
+ "<|rrn|>"
8
+ ],
9
+ "bos_token": "<|startoftext|>",
10
+ "eos_token": "<|endoftext|>",
11
+ "pad_token": "<|pad|>"
12
+ }