LumousInTheWild
commited on
Commit
•
b1b296d
1
Parent(s):
662e8e4
Upload model
Browse files- config.json +5 -1
config.json
CHANGED
@@ -252,9 +252,13 @@
|
|
252 |
},
|
253 |
"vocab_size": 30522
|
254 |
},
|
|
|
255 |
"is_encoder_decoder": true,
|
|
|
256 |
"model_type": "vision-encoder-decoder",
|
|
|
257 |
"tie_word_embeddings": false,
|
258 |
"torch_dtype": "float32",
|
259 |
-
"transformers_version": "4.40.0"
|
|
|
260 |
}
|
|
|
252 |
},
|
253 |
"vocab_size": 30522
|
254 |
},
|
255 |
+
"eos_token_id": 6,
|
256 |
"is_encoder_decoder": true,
|
257 |
+
"max_length": 128,
|
258 |
"model_type": "vision-encoder-decoder",
|
259 |
+
"pad_token_id": 3,
|
260 |
"tie_word_embeddings": false,
|
261 |
"torch_dtype": "float32",
|
262 |
+
"transformers_version": "4.40.0",
|
263 |
+
"vocab_size": 50257
|
264 |
}
|