sejalarya commited on
Commit
adb6d6b
1 Parent(s): aaa14a0

Upload special_tokens_map.json

Browse files
Files changed (1) hide show
  1. special_tokens_map.json +14 -0
special_tokens_map.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<superhero>",
4
+ "<action>",
5
+ "<drama>",
6
+ "<thriller>",
7
+ "<horror>",
8
+ "<sci_fi>"
9
+ ],
10
+ "bos_token": "<BOS>",
11
+ "eos_token": "<EOS>",
12
+ "pad_token": "<PAD>",
13
+ "unk_token": "<|endoftext|>"
14
+ }