From 4c94208b3110c6bacb3d70bfa9b95c4bb29f2c51 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Fri, 22 Nov 2024 11:26:23 +0100 Subject: [PATCH] chore(model): add llama-doctor-3.2-3b-instruct to the gallery Signed-off-by: Ettore Di Giacinto --- gallery/index.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/gallery/index.yaml b/gallery/index.yaml index ec8f86d8a77d..19a76d08dc79 100644 --- a/gallery/index.yaml +++ b/gallery/index.yaml @@ -624,6 +624,20 @@ - filename: Llama3.2-3B-ShiningValiant2.i1-Q4_K_M.gguf sha256: 700521dc6a8a50e2d0bb5ccde12399209004155f9c68751aeac7feccf2cd4957 uri: huggingface://mradermacher/Llama3.2-3B-ShiningValiant2-i1-GGUF/Llama3.2-3B-ShiningValiant2.i1-Q4_K_M.gguf +- !!merge <<: *llama32 + name: "llama-doctor-3.2-3b-instruct" + urls: + - https://huggingface.co/prithivMLmods/Llama-Doctor-3.2-3B-Instruct + - https://huggingface.co/bartowski/Llama-Doctor-3.2-3B-Instruct-GGUF + description: | + The Llama-Doctor-3.2-3B-Instruct model is designed for text generation tasks, particularly in contexts where instruction-following capabilities are needed. This model is a fine-tuned version of the base Llama-3.2-3B-Instruct model and is optimized for understanding and responding to user-provided instructions or prompts. The model has been trained on a specialized dataset, avaliev/chat_doctor, to enhance its performance in providing conversational or advisory responses, especially in medical or technical fields. + overrides: + parameters: + model: Llama-Doctor-3.2-3B-Instruct-Q4_K_M.gguf + files: + - filename: Llama-Doctor-3.2-3B-Instruct-Q4_K_M.gguf + sha256: 38fd1423e055564e9fa3d37003a62bf9db79acd348a90fa0b051a1f2c9d7cb53 + uri: huggingface://bartowski/Llama-Doctor-3.2-3B-Instruct-GGUF/Llama-Doctor-3.2-3B-Instruct-Q4_K_M.gguf - &qwen25 ## Qwen2.5 name: "qwen2.5-14b-instruct"