-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add(stablezephyr): add new stable 3b model
- Loading branch information
1 parent
73171c8
commit 693c4e8
Showing
2 changed files
with
40 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"source": [ | ||
{ | ||
"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 trained on a mix of publicly and synthetic datasets. It's focus on safety and reliability.", | ||
"format": "gguf", | ||
"settings": { | ||
"ctx_len": 4096, | ||
"prompt_template": "<|user|>\n{prompt}<|endoftext|>\n<|assistant|>", | ||
"llama_model_path": "stablelm-zephyr-3b.Q8_0.gguf" | ||
}, | ||
"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"], | ||
"size": 2970000000 | ||
}, | ||
"engine": "nitro" | ||
} |