output-tfg / generation_config.json
PeterBanning71's picture
Training complete
d9c29df
raw
history blame contribute delete
252 Bytes
{
"decoder_start_token_id": 0,
"early_stopping": true,
"eos_token_id": 1,
"length_penalty": 2.0,
"max_length": 512,
"min_length": 100,
"no_repeat_ngram_size": 3,
"num_beams": 2,
"pad_token_id": 0,
"transformers_version": "4.27.3"
}