danielhanchen
commited on
Commit
•
f66eda8
1
Parent(s):
a838637
Upload tokenizer
Browse files- special_tokens_map.json +7 -1
- tokenizer.model +2 -2
special_tokens_map.json
CHANGED
@@ -17,7 +17,13 @@
|
|
17 |
"rstrip": false,
|
18 |
"single_word": false
|
19 |
},
|
20 |
-
"pad_token":
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
"unk_token": {
|
22 |
"content": "<unk>",
|
23 |
"lstrip": false,
|
|
|
17 |
"rstrip": false,
|
18 |
"single_word": false
|
19 |
},
|
20 |
+
"pad_token": {
|
21 |
+
"content": "<pad>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": false,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false
|
26 |
+
},
|
27 |
"unk_token": {
|
28 |
"content": "<unk>",
|
29 |
"lstrip": false,
|
tokenizer.model
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:61a7b147390c64585d6c3543dd6fc636906c9af3865a5548f27f31aee1d4c8e2
|
3 |
+
size 4241003
|