File size: 183 Bytes
c47cad7 |
1 2 3 4 5 6 7 8 9 10 |
{
"model_type": "llama",
"task_specific_params": {
"text-generation": {
"top_k": 40,
"top_p": 0.6,
"temperature": 0.2,
"repetition_penalty": 1.1}
}
} |