fine-tuned-led-base-book-summary / generation_config.json
usholanb's picture
End of training
f9f077f
raw
history blame contribute delete
No virus
324 Bytes
{
"bos_token_id": 0,
"decoder_start_token_id": 2,
"early_stopping": true,
"eos_token_id": 2,
"length_penalty": 2.0,
"max_length": 256,
"min_length": 100,
"no_repeat_ngram_size": 3,
"num_beams": 2,
"pad_token_id": 1,
"repetition_penalty": 3.5,
"transformers_version": "4.35.0",
"use_cache": false
}