Training in progress, step 500
Browse files- config.json +4 -0
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -166,7 +166,11 @@
|
|
| 166 |
"use_bfloat16": false
|
| 167 |
},
|
| 168 |
"is_encoder_decoder": true,
|
|
|
|
|
|
|
| 169 |
"model_type": "vision-encoder-decoder",
|
|
|
|
|
|
|
| 170 |
"pad_token_id": 50256,
|
| 171 |
"tie_word_embeddings": false,
|
| 172 |
"torch_dtype": "float32",
|
|
|
|
| 166 |
"use_bfloat16": false
|
| 167 |
},
|
| 168 |
"is_encoder_decoder": true,
|
| 169 |
+
"length_penalty": 2,
|
| 170 |
+
"max_length": 128,
|
| 171 |
"model_type": "vision-encoder-decoder",
|
| 172 |
+
"no_repeat_ngram_size": 3,
|
| 173 |
+
"num_beams": 4,
|
| 174 |
"pad_token_id": 50256,
|
| 175 |
"tie_word_embeddings": false,
|
| 176 |
"torch_dtype": "float32",
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 982141993
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:883917a26802a21212084be26219b02371ea5f627f90409709ab083f0c807fa3
|
| 3 |
size 982141993
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3119
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cc967e865cfd53c2a5dd6575ded1ea7885e44731b4bbedcaad5fdb16cc521a0a
|
| 3 |
size 3119
|