finetune / config.json
Striker-7's picture
Create config.json
fb5851d verified
raw
history blame
159 Bytes
{
"model_type": "EleutherAI/gpt-neo-2.7B",
"task_specific_params": {
"text-generation": {
"do_sample": true,
"max_length": 200
}
}
}