* fix: correct phi3 * redundant phi2 dolphin * add: hermes llama3 * add: ngl settings * correct ctx len * correct ngl * correct maxlen + ngl * disable phi3 * add ngl * add ngl * add ngl * add ngl * add ngl * add ngl * add ngl * remove redundant hermes pro * add ngl * add ngl * add ngl * remove miqu * add ngl * add ngl * add ngl * add ngl * remove redundant * add ngl * add ngl * add ngl * add ngl * add ngl * add ngl * add ngl * add ngl * add ngl * version package bump * feat: resolve issue of cannot found model in the extensions due to the removal * feat: completely remove hermes-pro-7b * feat: completely remove openhermes-neural-7b and miqu-70b, and add llama3-hermes-8b via renaming from Rex * fix: correct description --------- Co-authored-by: Van-QA <van@jan.ai>
35 lines
978 B
JSON
35 lines
978 B
JSON
{
|
|
"sources": [
|
|
{
|
|
"url": "https://huggingface.co/TheBloke/stablelm-zephyr-3b-GGUF/resolve/main/stablelm-zephyr-3b.Q8_0.gguf",
|
|
"filename": "stablelm-zephyr-3b.Q8_0.gguf"
|
|
}
|
|
],
|
|
"id": "stable-zephyr-3b",
|
|
"object": "model",
|
|
"name": "Stable Zephyr 3B Q8",
|
|
"version": "1.0",
|
|
"description": "StableLM Zephyr 3B is a best model for low-end machine.",
|
|
"format": "gguf",
|
|
"settings": {
|
|
"ctx_len": 4096,
|
|
"prompt_template": "<|user|>\n{prompt}<|endoftext|>\n<|assistant|>",
|
|
"llama_model_path": "stablelm-zephyr-3b.Q8_0.gguf",
|
|
"ngl": 32
|
|
},
|
|
"parameters": {
|
|
"temperature": 0.7,
|
|
"top_p": 0.95,
|
|
"stream": true,
|
|
"max_tokens": 4096,
|
|
"stop": ["<|endoftext|>"],
|
|
"frequency_penalty": 0,
|
|
"presence_penalty": 0
|
|
},
|
|
"metadata": {
|
|
"author": "StabilityAI",
|
|
"tags": ["3B", "Finetuned", "Tiny"],
|
|
"size": 2970000000
|
|
},
|
|
"engine": "nitro"
|
|
} |