arc_of_conversation / generation_config.json
RealFalconsAI's picture
Upload T5ForConditionalGeneration
0960708 verified
raw
history blame
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"
}