dkalpakchi
commited on
Commit
•
5be59b0
1
Parent(s):
59392d8
Added tokenizer files for loading pretrained
Browse files- special_tokens_map.json +4 -0
- tokenizer.json +2 -2
- tokenizer_config.json +5 -0
special_tokens_map.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"pad_token": "[PAD]",
|
3 |
+
"unk_token": "[UNK]"
|
4 |
+
}
|
tokenizer.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:ca9f00c4d17541163ad7efcd5cd3d91dd0965028c6a8c38572923124d23724a6
|
3 |
+
size 11739955
|
tokenizer_config.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"clean_up_tokenization_spaces": true,
|
3 |
+
"model_max_length": 1000000000000000019884624838656,
|
4 |
+
"tokenizer_class": "PreTrainedTokenizerFast"
|
5 |
+
}
|