topic_change_point / generation_config.json
mstatt's picture
Upload T5ForConditionalGeneration
999c24c verified
raw
history blame
No virus
251 Bytes
{
"decoder_start_token_id": 0,
"early_stopping": true,
"eos_token_id": 1,
"length_penalty": 2.0,
"max_length": 200,
"min_length": 30,
"no_repeat_ngram_size": 3,
"num_beams": 4,
"pad_token_id": 0,
"transformers_version": "4.41.2"
}