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

Update tiny models for T5EncoderModel

Browse files
Files changed (4) hide show
  1. config.json +1 -1
  2. pytorch_model.bin +1 -1
  3. tf_model.h5 +1 -1
  4. tokenizer_config.json +1 -0
config.json CHANGED
@@ -24,7 +24,7 @@
24
  "relative_attention_max_distance": 128,
25
  "relative_attention_num_buckets": 8,
26
  "torch_dtype": "float32",
27
- "transformers_version": "4.31.0.dev0",
28
  "use_cache": true,
29
  "vocab_size": 32100
30
  }
 
24
  "relative_attention_max_distance": 128,
25
  "relative_attention_num_buckets": 8,
26
  "torch_dtype": "float32",
27
+ "transformers_version": "4.32.0.dev0",
28
  "use_cache": true,
29
  "vocab_size": 32100
30
  }
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:3bcab6e6f65261d1395ff90a022b8710aa089c431b52e1b14bc76103a7bd9280
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:403a6e80ba10f41c6d006cd92b8948e32dbbf15ec9b981bba19443e0397a3117
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": {},