e2b-biocoder / config.json
HenryTbelt's picture
Update config.json
40cb3f7
{
"model_type": "text2text_generation",
"model_name_or_path": "google/pegasus-xsum",
"max_length": 128,
"temperature": 0.7,
"repetition_penalty": 1.0,
"num_beams": 4
}