agomberto commited on
Commit
d251557
1 Parent(s): 6001660

:tada: update model with better version

Browse files
config.json CHANGED
@@ -78,7 +78,7 @@
78
  "top_p": 1.0,
79
  "torch_dtype": null,
80
  "torchscript": false,
81
- "transformers_version": "4.29.1",
82
  "typical_p": 1.0,
83
  "use_bfloat16": false,
84
  "use_cache": false,
@@ -161,14 +161,14 @@
161
  "top_p": 1.0,
162
  "torch_dtype": null,
163
  "torchscript": false,
164
- "transformers_version": "4.29.1",
165
  "typical_p": 1.0,
166
  "use_bfloat16": false
167
  },
168
  "eos_token_id": 2,
169
  "is_encoder_decoder": true,
170
  "length_penalty": 2.0,
171
- "max_length": 32,
172
  "model_type": "vision-encoder-decoder",
173
  "no_repeat_ngram_size": 3,
174
  "num_beams": 4,
 
78
  "top_p": 1.0,
79
  "torch_dtype": null,
80
  "torchscript": false,
81
+ "transformers_version": "4.29.2",
82
  "typical_p": 1.0,
83
  "use_bfloat16": false,
84
  "use_cache": false,
 
161
  "top_p": 1.0,
162
  "torch_dtype": null,
163
  "torchscript": false,
164
+ "transformers_version": "4.29.2",
165
  "typical_p": 1.0,
166
  "use_bfloat16": false
167
  },
168
  "eos_token_id": 2,
169
  "is_encoder_decoder": true,
170
  "length_penalty": 2.0,
171
+ "max_length": 64,
172
  "model_type": "vision-encoder-decoder",
173
  "no_repeat_ngram_size": 3,
174
  "num_beams": 4,
generation_config.json CHANGED
@@ -4,10 +4,10 @@
4
  "early_stopping": true,
5
  "eos_token_id": 2,
6
  "length_penalty": 2.0,
7
- "max_length": 32,
8
  "no_repeat_ngram_size": 3,
9
  "num_beams": 4,
10
  "pad_token_id": 1,
11
- "transformers_version": "4.29.1",
12
  "use_cache": false
13
  }
 
4
  "early_stopping": true,
5
  "eos_token_id": 2,
6
  "length_penalty": 2.0,
7
+ "max_length": 64,
8
  "no_repeat_ngram_size": 3,
9
  "num_beams": 4,
10
  "pad_token_id": 1,
11
+ "transformers_version": "4.29.2",
12
  "use_cache": false
13
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:df76d67f7aa0220dfd5d67a3a867e518582270e993ad81125b4d63bc85404e9f
3
- size 2233122569
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d50b61065fd13b2bd4bd9fd55f940a26a3b44a7cb1cb7052bc509b04f97b4161
3
+ size 2233126973
tokenizer.json CHANGED
@@ -2,13 +2,13 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 32,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
- "Fixed": 32
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 64,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
+ "Fixed": 64
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b6680a7ebbebeed442769c23214c9c6b3b2df1357fb528a10b29ba338f45bc39
3
- size 3951
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c75a60bf223c67fee361e74f09a4899e75f1d37b1e2a858e71cfbed6d44b16c0
3
+ size 3963