* fix: stop word update * fix: enable stop settings --------- Co-authored-by: hahuyhoang411 <hahuyhoanghhh41@gmail.com>
29 lines
792 B
JSON
29 lines
792 B
JSON
{
|
|
"source_url": "https://huggingface.co/janhq/Solar-10.7B-SLERP-GGUF/resolve/main/solar-10.7b-slerp.Q4_K_M.gguf",
|
|
"id": "solar-10.7b-slerp",
|
|
"object": "model",
|
|
"name": "Solar Slerp 10.7B Q4",
|
|
"version": "1.0",
|
|
"description": "This model uses the Slerp merge method from SOLAR Instruct and Pandora-v1",
|
|
"format": "gguf",
|
|
"settings": {
|
|
"ctx_len": 4096,
|
|
"prompt_template": "### User: {prompt}\n### Assistant:"
|
|
},
|
|
"parameters": {
|
|
"temperature": 0.7,
|
|
"top_p": 0.95,
|
|
"stream": true,
|
|
"max_tokens": 4096,
|
|
"stop": [],
|
|
"frequency_penalty": 0,
|
|
"presence_penalty": 0
|
|
},
|
|
"metadata": {
|
|
"author": "Jan",
|
|
"tags": ["13B","Finetuned"],
|
|
"size": 6360000000
|
|
},
|
|
"engine": "nitro"
|
|
}
|
|
|