32 lines
627 B
JSON
32 lines
627 B
JSON
{
|
|
"object": "model",
|
|
"version": 1,
|
|
"format": "gguf",
|
|
"source_url": "N/A",
|
|
"id": "N/A",
|
|
"name": "N/A",
|
|
"created": 0,
|
|
"description": "User self import model",
|
|
"settings": {
|
|
"ctx_len": 4096,
|
|
"ngl": 0,
|
|
"embedding": false,
|
|
"prompt_template": "{system_message}\n### Instruction: {prompt}\n### Response:"
|
|
},
|
|
"parameters": {
|
|
"temperature": 0.7,
|
|
"top_p": 0.95,
|
|
"stream": true,
|
|
"max_tokens": 2048,
|
|
"stop": ["<endofstring>"],
|
|
"frequency_penalty": 0,
|
|
"presence_penalty": 0
|
|
},
|
|
"metadata": {
|
|
"author": "User",
|
|
"tags": [],
|
|
"size": 0
|
|
},
|
|
"engine": "nitro"
|
|
}
|