From a4c96836acb2dc6e02a85f7301a179434889ef7c Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Thu, 4 Jul 2024 18:31:52 +0200 Subject: [PATCH] models(gallery): add arcee-agent (#2713) Signed-off-by: Ettore Di Giacinto --- gallery/index.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/gallery/index.yaml b/gallery/index.yaml index 7241f49f..c7c1261b 100644 --- a/gallery/index.yaml +++ b/gallery/index.yaml @@ -145,6 +145,21 @@ - filename: Hercules-5.0-Qwen2-7B-Q4_K_M.gguf sha256: 8ebae4ffd43b906ddb938c3a611060ee5f99c35014e5ffe23ca35714361b5693 uri: huggingface://Hercules-5.0-Qwen2-7B-Q4_K_M.gguf/Hercules-5.0-Qwen2-7B-Q4_K_M.gguf +- !!merge <<: *qwen2 + name: "arcee-agent" + icon: https://i.ibb.co/CBHmTDn/136719a5-6d8a-4654-a618-46eabc788953.jpg + description: | + Arcee Agent is a cutting-edge 7B parameter language model specifically designed for function calling and tool use. Initialized from Qwen2-7B, it rivals the performance of much larger models while maintaining efficiency and speed. This model is particularly suited for developers, researchers, and businesses looking to implement sophisticated AI-driven solutions without the computational overhead of larger language models. Compute for training Arcee-Agent was provided by CrusoeAI. Arcee-Agent was trained using Spectrum. + urls: + - https://huggingface.co/crusoeai/Arcee-Agent-GGUF + - https://huggingface.co/arcee-ai/Arcee-Agent + overrides: + parameters: + model: arcee-agent.Q4_K_M.gguf + files: + - filename: arcee-agent.Q4_K_M.gguf + sha256: ebb49943a66c1e717f9399a555aee0af28a40bfac7500f2ad8dd05f211b62aac + uri: huggingface://crusoeai/Arcee-Agent-GGUF/arcee-agent.Q4_K_M.gguf - &mistral03 ## START Mistral url: "github:mudler/LocalAI/gallery/mistral-0.3.yaml@master"