Scientific_data_summarisation_model / generation_config.json
Kankanaghosh's picture
End of training
09c721c verified
raw
history blame contribute delete
267 Bytes
{
"bos_token_id": 0,
"decoder_start_token_id": 2,
"early_stopping": true,
"eos_token_id": 2,
"forced_bos_token_id": 0,
"forced_eos_token_id": 2,
"no_repeat_ngram_size": 3,
"num_beams": 4,
"pad_token_id": 1,
"transformers_version": "4.49.0.dev0"
}