woodchen7 commited on
Commit
9f47693
1 Parent(s): 6ff7711

Upload special_tokens_map.json with huggingface_hub

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
+ "<|startoftext|>",
4
+ "<|extra_0|>",
5
+ "<|extra_4|>",
6
+ "<|extra_5|>",
7
+ "<|eos|>"
8
+ ],
9
+ "bos_token": "<|startoftext|>",
10
+ "eos_token": "<|endoftext|>",
11
+ "pad_token": "<|pad|>"
12
+ }