MrBananaHuman
commited on
Commit
·
69c1f1b
1
Parent(s):
cb984d4
Upload 2 files
Browse files- special_tokens_map.json +1 -0
- tokenizer.json +37 -1
special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"bos_token": "<s>", "eos_token": "</s>", "unk_token": "<unk>", "pad_token": "<pad>", "mask_token":"<mask>}
|
tokenizer.json
CHANGED
@@ -3,6 +3,33 @@
|
|
3 |
"truncation": null,
|
4 |
"padding": null,
|
5 |
"added_tokens": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
{
|
7 |
"id": 3,
|
8 |
"content": "<unk>",
|
@@ -11,6 +38,15 @@
|
|
11 |
"rstrip": false,
|
12 |
"normalized": false,
|
13 |
"special": true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
}
|
15 |
],
|
16 |
"normalizer": {
|
@@ -31,7 +67,7 @@
|
|
31 |
"type": "BPE",
|
32 |
"dropout": null,
|
33 |
"unk_token": "<unk>",
|
34 |
-
"continuing_subword_prefix":
|
35 |
"end_of_word_suffix": null,
|
36 |
"fuse_unk": false,
|
37 |
"byte_fallback": false,
|
|
|
3 |
"truncation": null,
|
4 |
"padding": null,
|
5 |
"added_tokens": [
|
6 |
+
{
|
7 |
+
"id": 0,
|
8 |
+
"content": "<s>",
|
9 |
+
"single_word": false,
|
10 |
+
"lstrip": false,
|
11 |
+
"rstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"special": true
|
14 |
+
},
|
15 |
+
{
|
16 |
+
"id": 1,
|
17 |
+
"content": "<pad>",
|
18 |
+
"single_word": false,
|
19 |
+
"lstrip": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"normalized": false,
|
22 |
+
"special": true
|
23 |
+
},
|
24 |
+
{
|
25 |
+
"id": 2,
|
26 |
+
"content": "</s>",
|
27 |
+
"single_word": false,
|
28 |
+
"lstrip": false,
|
29 |
+
"rstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"special": true
|
32 |
+
},
|
33 |
{
|
34 |
"id": 3,
|
35 |
"content": "<unk>",
|
|
|
38 |
"rstrip": false,
|
39 |
"normalized": false,
|
40 |
"special": true
|
41 |
+
},
|
42 |
+
{
|
43 |
+
"id": 4,
|
44 |
+
"content": "<mask>",
|
45 |
+
"single_word": false,
|
46 |
+
"lstrip": false,
|
47 |
+
"rstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"special": true
|
50 |
}
|
51 |
],
|
52 |
"normalizer": {
|
|
|
67 |
"type": "BPE",
|
68 |
"dropout": null,
|
69 |
"unk_token": "<unk>",
|
70 |
+
"continuing_subword_prefix": "▁",
|
71 |
"end_of_word_suffix": null,
|
72 |
"fuse_unk": false,
|
73 |
"byte_fallback": false,
|