:tada: update model with better version
Browse files- config.json +3 -3
- generation_config.json +2 -2
- pytorch_model.bin +2 -2
- tokenizer.json +2 -2
- training_args.bin +2 -2
config.json
CHANGED
@@ -78,7 +78,7 @@
|
|
78 |
"top_p": 1.0,
|
79 |
"torch_dtype": null,
|
80 |
"torchscript": false,
|
81 |
-
"transformers_version": "4.29.
|
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.
|
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":
|
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":
|
8 |
"no_repeat_ngram_size": 3,
|
9 |
"num_beams": 4,
|
10 |
"pad_token_id": 1,
|
11 |
-
"transformers_version": "4.29.
|
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:
|
3 |
-
size
|
|
|
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":
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
9 |
"padding": {
|
10 |
"strategy": {
|
11 |
-
"Fixed":
|
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:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c75a60bf223c67fee361e74f09a4899e75f1d37b1e2a858e71cfbed6d44b16c0
|
3 |
+
size 3963
|