fix: change yi 34B from q4 to q5

This commit is contained in:
hahuyhoang411 2024-03-25 16:36:38 +07:00 committed by Van Pham
parent 75cf3e0ad1
commit c0b6040f1c

View File

@ -1,20 +1,20 @@
{ {
"sources": [ "sources": [
{ {
"filename": "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.Q5_K_M.gguf" "url": "https://huggingface.co/TheBloke/Yi-34B-Chat-GGUF/resolve/main/yi-34b-chat.Q4_K_M.gguf"
} }
], ],
"id": "yi-34b", "id": "yi-34b",
"object": "model", "object": "model",
"name": "Yi 34B Q5", "name": "Yi 34B Q4",
"version": "1.0", "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.", "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", "format": "gguf",
"settings": { "settings": {
"ctx_len": 4096, "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", "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": { "parameters": {
"temperature": 0.7, "temperature": 0.7,