Update tiny models for T5EncoderModel
#20
by
hf-transformers-bot
- opened
- 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:f5ede1bf0a88b52a5df6c5cda2b002611326678327f7a48cca4eeac277f73bad
|
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:9b5598856624e777ae566638500f99779cffb4c4c904f997d14cc4b06af22ce4
|
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": {},
|