Upload special_tokens_map.json
Browse files- special_tokens_map.json +16 -22
special_tokens_map.json
CHANGED
@@ -1,24 +1,18 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
"
|
4 |
-
"
|
5 |
-
"
|
6 |
-
"
|
7 |
-
"
|
8 |
-
|
9 |
-
|
10 |
-
"
|
11 |
-
"
|
12 |
-
"
|
13 |
-
"
|
14 |
-
"
|
15 |
-
|
16 |
-
|
17 |
-
"
|
18 |
-
"content": "<|endoftext|>",
|
19 |
-
"lstrip": false,
|
20 |
-
"normalized": true,
|
21 |
-
"rstrip": false,
|
22 |
-
"single_word": false
|
23 |
-
}
|
24 |
}
|
|
|
1 |
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<TITLE_START>",
|
4 |
+
"<TITLE_END>",
|
5 |
+
"<INSTR_START>",
|
6 |
+
"<NEXT_INSTR>",
|
7 |
+
"<INSTR_END>",
|
8 |
+
"<INGR_START>",
|
9 |
+
"<NEXT_INGR>",
|
10 |
+
"<INGR_END>",
|
11 |
+
"<RECIPE_START>",
|
12 |
+
"<RECIPE_END>",
|
13 |
+
"<INPUT_START>",
|
14 |
+
"<INPUT_END>",
|
15 |
+
"<NEXT_INPUT>"
|
16 |
+
],
|
17 |
+
"pad_token": "<RECIPE_END>"
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
}
|