Skip to content

Commit

Permalink
fix: change yi 34B from q4 to q5
Browse files Browse the repository at this point in the history
  • Loading branch information
hahuyhoang411 authored and Van-QA committed Mar 27, 2024
1 parent 75cf3e0 commit c0b6040
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions models/yi-34b/model.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"sources": [
{
"filename": "yi-34b-chat.Q5_K_M.gguf",
"url": "https://huggingface.co/TheBloke/Yi-34B-Chat-GGUF/resolve/main/yi-34b-chat.Q5_K_M.gguf"
"filename": "yi-34b-chat.Q4_K_M.gguf",
"url": "https://huggingface.co/TheBloke/Yi-34B-Chat-GGUF/resolve/main/yi-34b-chat.Q4_K_M.gguf"
}
],
"id": "yi-34b",
"object": "model",
"name": "Yi 34B Q5",
"name": "Yi 34B Q4",
"version": "1.0",
"description": "Yi-34B, a specialized chat model, is known for its diverse and creative responses and excels across various NLP tasks and benchmarks.",
"format": "gguf",
"settings": {
"ctx_len": 4096,
"prompt_template": "<|im_start|>system\n{system_message}<|im_end|>\n<|im_start|>user\n{prompt}<|im_end|>\n<|im_start|>assistant",
"llama_model_path": "yi-34b-chat.Q5_K_M.gguf"
"llama_model_path": "yi-34b-chat.Q4_K_M.gguf"
},
"parameters": {
"temperature": 0.7,
Expand Down

0 comments on commit c0b6040

Please sign in to comment.