sejalarya commited on
Commit
a421344
1 Parent(s): f648859

Update special_tokens_map.json

Browse files
Files changed (1) hide show
  1. special_tokens_map.json +2 -14
special_tokens_map.json CHANGED
@@ -1,14 +1,2 @@
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
- }
 
1
+ {"bos_token": "<BOS>", "eos_token": "<EOS>", "unk_token": "<|endoftext|>", "pad_token": "<PAD>", "additional_special_tokens": ["<superhero>", "<action>", "<drama>", "<thriller>", "<horror>", "<sci_fi>"]}
2
+