From f878b63ee4b3016fef388835d7ac479e49dbdcad Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Fri, 19 Jul 2024 09:48:05 +0200 Subject: [PATCH] models(gallery): add qwen2-wukong-7b (#2921) Signed-off-by: Ettore Di Giacinto --- gallery/index.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/gallery/index.yaml b/gallery/index.yaml index a3b4cf4a..76ba255d 100644 --- a/gallery/index.yaml +++ b/gallery/index.yaml @@ -202,6 +202,24 @@ - filename: Qwen2-7B-Instruct-v0.8.Q4_K_M.gguf sha256: 8c1b3efe9fa6ae1b37942ef26473cb4e0aed0f8038b60d4b61e5bffb61e49b7e uri: huggingface://MaziyarPanahi/Qwen2-7B-Instruct-v0.8-GGUF/Qwen2-7B-Instruct-v0.8.Q4_K_M.gguf +- !!merge <<: *qwen2 + name: "qwen2-wukong-7b" + icon: https://cdn-uploads.huggingface.co/production/uploads/655dc641accde1bbc8b41aec/xOe1Nb3S9Nb53us7_Ja3s.jpeg + urls: + - https://huggingface.co/bartowski/Qwen2-Wukong-7B-GGUF + description: | + Qwen2-Wukong-7B is a dealigned chat finetune of the original fantastic Qwen2-7B model by the Qwen team. + + This model was trained on the teknium OpenHeremes-2.5 dataset and some supplementary datasets from Cognitive Computations + + This model was trained for 3 epochs with a custom FA2 implementation for AMD cards. + overrides: + parameters: + model: Qwen2-Wukong-7B-Q4_K_M.gguf + files: + - filename: Qwen2-Wukong-7B-Q4_K_M.gguf + sha256: 6b8ca6649c33fc84d4892ebcff1214f0b34697aced784f0d6d32e284a15943ad + uri: huggingface://bartowski/Qwen2-Wukong-7B-GGUF/Qwen2-Wukong-7B-Q4_K_M.gguf - &mistral03 ## START Mistral url: "github:mudler/LocalAI/gallery/mistral-0.3.yaml@master"