Spaces:
No application file
No application file
Upload special_tokens_map.json
Browse files- 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 |
+
}
|