ThunderBeee
commited on
Commit
•
5938a0c
1
Parent(s):
3127647
Upload special_tokens_map.json with huggingface_hub
Browse files- special_tokens_map.json +54 -0
special_tokens_map.json
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<nexa_0>",
|
4 |
+
"<nexa_1>",
|
5 |
+
"<nexa_2>",
|
6 |
+
"<nexa_3>",
|
7 |
+
"<nexa_4>",
|
8 |
+
"<nexa_5>",
|
9 |
+
"<nexa_6>",
|
10 |
+
"<nexa_7>",
|
11 |
+
"<nexa_8>",
|
12 |
+
"<nexa_9>",
|
13 |
+
"<nexa_10>",
|
14 |
+
"<nexa_11>",
|
15 |
+
"<nexa_12>",
|
16 |
+
"<nexa_13>",
|
17 |
+
"<nexa_14>",
|
18 |
+
"<nexa_15>",
|
19 |
+
"<nexa_16>",
|
20 |
+
"<nexa_17>",
|
21 |
+
"<nexa_18>",
|
22 |
+
"<nexa_19>",
|
23 |
+
"<nexa_20>",
|
24 |
+
"<nexa_end>"
|
25 |
+
],
|
26 |
+
"bos_token": {
|
27 |
+
"content": "<bos>",
|
28 |
+
"lstrip": false,
|
29 |
+
"normalized": false,
|
30 |
+
"rstrip": false,
|
31 |
+
"single_word": false
|
32 |
+
},
|
33 |
+
"eos_token": {
|
34 |
+
"content": "<eos>",
|
35 |
+
"lstrip": false,
|
36 |
+
"normalized": false,
|
37 |
+
"rstrip": false,
|
38 |
+
"single_word": false
|
39 |
+
},
|
40 |
+
"pad_token": {
|
41 |
+
"content": "<pad>",
|
42 |
+
"lstrip": false,
|
43 |
+
"normalized": false,
|
44 |
+
"rstrip": false,
|
45 |
+
"single_word": false
|
46 |
+
},
|
47 |
+
"unk_token": {
|
48 |
+
"content": "<unk>",
|
49 |
+
"lstrip": false,
|
50 |
+
"normalized": false,
|
51 |
+
"rstrip": false,
|
52 |
+
"single_word": false
|
53 |
+
}
|
54 |
+
}
|