Upload model
Browse files- config.json +5 -5
- generation_config.json +10 -0
- pytorch_model.bin +1 -1
config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"_commit_hash": null,
|
3 |
-
"_name_or_path": "./
|
4 |
"architectures": [
|
5 |
"VisionEncoderDecoderModel"
|
6 |
],
|
@@ -83,7 +83,7 @@
|
|
83 |
"top_p": 1.0,
|
84 |
"torch_dtype": null,
|
85 |
"torchscript": false,
|
86 |
-
"transformers_version": "4.
|
87 |
"typical_p": 1.0,
|
88 |
"use_bfloat16": false,
|
89 |
"use_cache": true,
|
@@ -126,8 +126,8 @@
|
|
126 |
"1": "LABEL_1"
|
127 |
},
|
128 |
"image_size": [
|
129 |
-
|
130 |
-
|
131 |
],
|
132 |
"initializer_range": 0.02,
|
133 |
"is_decoder": false,
|
@@ -180,7 +180,7 @@
|
|
180 |
"top_p": 1.0,
|
181 |
"torch_dtype": null,
|
182 |
"torchscript": false,
|
183 |
-
"transformers_version": "4.
|
184 |
"typical_p": 1.0,
|
185 |
"use_absolute_embeddings": false,
|
186 |
"use_bfloat16": false,
|
|
|
1 |
{
|
2 |
"_commit_hash": null,
|
3 |
+
"_name_or_path": "./model_8",
|
4 |
"architectures": [
|
5 |
"VisionEncoderDecoderModel"
|
6 |
],
|
|
|
83 |
"top_p": 1.0,
|
84 |
"torch_dtype": null,
|
85 |
"torchscript": false,
|
86 |
+
"transformers_version": "4.27.1",
|
87 |
"typical_p": 1.0,
|
88 |
"use_bfloat16": false,
|
89 |
"use_cache": true,
|
|
|
126 |
"1": "LABEL_1"
|
127 |
},
|
128 |
"image_size": [
|
129 |
+
409,
|
130 |
+
583
|
131 |
],
|
132 |
"initializer_range": 0.02,
|
133 |
"is_decoder": false,
|
|
|
180 |
"top_p": 1.0,
|
181 |
"torch_dtype": null,
|
182 |
"torchscript": false,
|
183 |
+
"transformers_version": "4.27.1",
|
184 |
"typical_p": 1.0,
|
185 |
"use_absolute_embeddings": false,
|
186 |
"use_bfloat16": false,
|
generation_config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 0,
|
4 |
+
"decoder_start_token_id": 0,
|
5 |
+
"eos_token_id": 2,
|
6 |
+
"forced_eos_token_id": 2,
|
7 |
+
"max_length": 40,
|
8 |
+
"pad_token_id": 1,
|
9 |
+
"transformers_version": "4.27.1"
|
10 |
+
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 809479385
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f31785487ea25a2305f18ec90a58df078e6b13de01c2261ef7cc5bb826d463e
|
3 |
size 809479385
|