Quazim0t0's picture
Upload 16 files
9a46619 verified
raw
history blame contribute delete
185 Bytes
{
"name": "LLaMA",
"description": "Configuration for LLaMA models",
"parameters": {
"temperature": 0.8,
"top_k": 40,
"top_p": 0.9,
"repetition_penalty": 1.1
}
}