LaMini-Flan-T5-783M-Opera-Fine-Tune / generation_config.json
Justin Law
Feature(Generation): Improve Generation Config Params
1fcb3b4 unverified
raw
history blame
313 Bytes
{
"_from_model_config": true,
"decoder_start_token_id": 0,
"eos_token_id": 1,
"pad_token_id": 0,
"transformers_version": "4.31.0",
"max_length": 512,
"max_new_tokens": 512,
"early_stopping": true,
"num_beams": 6,
"temperature": 0.5,
"top_k": 50,
"top_p": 0.90,
"repetition_penalty": 1
}