bart-finetuned-loaf-512-lyrictoplan / generation_config.json
adamjweintraut's picture
bart-finetuned-loaf-512-lyrictoplan
2eb1f2b verified
{
"bos_token_id": 0,
"clean_up_tokenization_spaces": true,
"decoder_start_token_id": 2,
"do_sample": true,
"early_stopping": true,
"eos_token_id": 2,
"forced_bos_token_id": 0,
"forced_eos_token_id": 2,
"max_new_tokens": 512,
"min_new_tokens": 432,
"n_examples": null,
"no_repeat_ngram_size": 3,
"num_beams": 4,
"pad_token_id": 2,
"padding": "max_length",
"renormalize_logits": true,
"repetition_penalty": 0.4,
"skip_special_tokens": true,
"temperature": 0.85,
"top_k": 0,
"top_p": 0.9,
"transformers_version": "4.38.2",
"truncation": true
}