ViT_BioMedBert_Finetuned_Captioning / generation_config.json
lyfesan's picture
Upload model
dda52fa verified
raw
history blame contribute delete
260 Bytes
{
"_from_model_config": true,
"decoder_start_token_id": 2,
"early_stopping": true,
"eos_token_id": 3,
"length_penalty": 2.0,
"max_length": 80,
"no_repeat_ngram_size": 3,
"num_beams": 4,
"pad_token_id": 0,
"transformers_version": "4.51.3"
}