Commit
·
7779435
1
Parent(s):
1c75090
Update tiny models for T5EncoderModel
Browse files- pytorch_model.bin +1 -1
- tf_model.h5 +1 -1
- tokenizer_config.json +1 -0
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4253426
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:198e837114e6671c843d7a02dbf4a18f1e390d4107a1b84a587405a6958e6793
|
3 |
size 4253426
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 8445760
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:326c63563d151fea54a6c182c9adae05f67f418ebb28cfc1782fb9a114daf279
|
3 |
size 8445760
|
tokenizer_config.json
CHANGED
@@ -104,6 +104,7 @@
|
|
104 |
"clean_up_tokenization_spaces": true,
|
105 |
"eos_token": "</s>",
|
106 |
"extra_ids": 100,
|
|
|
107 |
"model_max_length": 512,
|
108 |
"pad_token": "<pad>",
|
109 |
"sp_model_kwargs": {},
|
|
|
104 |
"clean_up_tokenization_spaces": true,
|
105 |
"eos_token": "</s>",
|
106 |
"extra_ids": 100,
|
107 |
+
"legacy": true,
|
108 |
"model_max_length": 512,
|
109 |
"pad_token": "<pad>",
|
110 |
"sp_model_kwargs": {},
|