hf-transformers-bot commited on
Commit
d9c13cb
·
1 Parent(s): 1c75090

Update tiny models for T5EncoderModel

Browse files
Files changed (3) hide show
  1. pytorch_model.bin +1 -1
  2. tf_model.h5 +1 -1
  3. 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:624647f827f2531f4a87c765b20ad90414f46d747c059cd3858936701e433eea
3
  size 4253426
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d04dfa0d84d0271c00c5826f56c3d45e64ab5d1772f537352686cd1bcab811f
3
  size 4253426
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:82516405bba0681a1c147b7fdee393d5b4e137ca016a8c9279fe5a4703516d1d
3
  size 8445760
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff68b05ebbfe040b5506ffd6a679e50e21d0af1218b5a04b623c562a9abbb817
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": {},