gpt-2-ggml-example / config.json
marella's picture
Update config.json
b227990
raw
history blame contribute delete
215 Bytes
{
"model_type": "gpt2",
"task_specific_params": {
"text-generation": {
"top_k": 40,
"top_p": 0.95,
"temperature": 0.8,
"repetition_penalty": 1.1,
"last_n_tokens": 64
}
}
}