codebert-gpt2-Summarization / generation_config.json
system's picture
system HF staff
Commit From AutoTrain
b2ab6e4
{
"bos_token_id": 50256,
"decoder_start_token_id": 0,
"early_stopping": true,
"eos_token_id": 2,
"length_penalty": 2.0,
"max_length": 64,
"min_length": 5,
"no_repeat_ngram_size": 3,
"num_beams": 4,
"pad_token_id": 1,
"transformers_version": "4.29.2"
}