SEO
commited on
Commit
·
198c391
1
Parent(s):
308080e
Upload tokenizer files
Browse files- id2binary_mask.json +0 -0
- id2csp_feature.json +2 -2
- tokenizer.json +11 -2
- tokenizer_config.json +1 -1
- vocab.json +0 -0
id2binary_mask.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
id2csp_feature.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c8c714a8aead7afcac70003f45428b7f9d405bc4caee937b27c7d8f5516de77
|
3 |
+
size 33695410
|
tokenizer.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
"padding": null,
|
5 |
"added_tokens": [
|
6 |
{
|
7 |
-
"id":
|
8 |
"content": "[PAD]",
|
9 |
"single_word": false,
|
10 |
"lstrip": false,
|
@@ -13,13 +13,22 @@
|
|
13 |
"special": true
|
14 |
},
|
15 |
{
|
16 |
-
"id":
|
17 |
"content": "[UNK]",
|
18 |
"single_word": false,
|
19 |
"lstrip": false,
|
20 |
"rstrip": false,
|
21 |
"normalized": false,
|
22 |
"special": true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
}
|
24 |
],
|
25 |
"normalizer": null,
|
|
|
4 |
"padding": null,
|
5 |
"added_tokens": [
|
6 |
{
|
7 |
+
"id": 8284,
|
8 |
"content": "[PAD]",
|
9 |
"single_word": false,
|
10 |
"lstrip": false,
|
|
|
13 |
"special": true
|
14 |
},
|
15 |
{
|
16 |
+
"id": 8285,
|
17 |
"content": "[UNK]",
|
18 |
"single_word": false,
|
19 |
"lstrip": false,
|
20 |
"rstrip": false,
|
21 |
"normalized": false,
|
22 |
"special": true
|
23 |
+
},
|
24 |
+
{
|
25 |
+
"id": 8286,
|
26 |
+
"content": "[MASK]",
|
27 |
+
"single_word": false,
|
28 |
+
"lstrip": false,
|
29 |
+
"rstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"special": true
|
32 |
}
|
33 |
],
|
34 |
"normalizer": null,
|
tokenizer_config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"model": "wordlevel", "vocab_size":
|
|
|
1 |
+
{"model": "wordlevel", "vocab_size": 8287, "unk_token": "[UNK]", "special_tokens": ["[PAD]", "[UNK]"]}
|
vocab.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|