iamanaiart commited on
Commit
8178730
1 Parent(s): 22b82d3

Upload tokenizer/special_tokens_map.json with huggingface_hub

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