Skip to content

Commit 7845988

Browse files
authored
models(gallery): add archfunctions models (#3767)
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
1 parent 0fdc6a9 commit 7845988

1 file changed

Lines changed: 53 additions & 0 deletions

File tree

gallery/index.yaml

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,59 @@
353353
- filename: T.E-8.1-Q4_K_M-imat.gguf
354354
sha256: 1b7892b82c01ea4cbebe34cd00f9836cbbc369fc3247c1f44a92842201e7ec0b
355355
uri: huggingface://Lewdiculous/T.E-8.1-GGUF-IQ-Imatrix-Request/T.E-8.1-Q4_K_M-imat.gguf
356+
- &archfunct
357+
license: apache-2.0
358+
tags:
359+
- llm
360+
- gguf
361+
- gpu
362+
- qwen
363+
- qwen2.5
364+
- cpu
365+
- function-calling
366+
name: "arch-function-1.5b"
367+
uri: "github:mudler/LocalAI/gallery/arch-function.yaml@master"
368+
urls:
369+
- https://huggingface.co/katanemolabs/Arch-Function-1.5B
370+
- https://huggingface.co/mradermacher/Arch-Function-1.5B-GGUF
371+
description: |
372+
The Katanemo Arch-Function collection of large language models (LLMs) is a collection state-of-the-art (SOTA) LLMs specifically designed for function calling tasks. The models are designed to understand complex function signatures, identify required parameters, and produce accurate function call outputs based on natural language prompts. Achieving performance on par with GPT-4, these models set a new benchmark in the domain of function-oriented tasks, making them suitable for scenarios where automated API interaction and function execution is crucial.
373+
In summary, the Katanemo Arch-Function collection demonstrates:
374+
State-of-the-art performance in function calling
375+
Accurate parameter identification and suggestion, even in ambiguous or incomplete inputs
376+
High generalization across multiple function calling use cases, from API interactions to automated backend tasks.
377+
Optimized low-latency, high-throughput performance, making it suitable for real-time, production environments.
378+
overrides:
379+
parameters:
380+
model: Arch-Function-1.5B.Q4_K_M.gguf
381+
files:
382+
- filename: Arch-Function-1.5B.Q4_K_M.gguf
383+
sha256: 5ac54d2d50cca0ee0335ca2c9b688204c0829cd3a73de3ee3fda108281ad9691
384+
uri: huggingface://mradermacher/Arch-Function-1.5B-GGUF/Arch-Function-1.5B.Q4_K_M.gguf
385+
- !!merge <<: *archfunct
386+
name: "arch-function-7b"
387+
urls:
388+
- https://huggingface.co/katanemolabs/Arch-Function-7B
389+
- https://huggingface.co/mradermacher/Arch-Function-7B-GGUF
390+
overrides:
391+
parameters:
392+
model: Arch-Function-7B.Q4_K_M.gguf
393+
files:
394+
- filename: Arch-Function-7B.Q4_K_M.gguf
395+
sha256: 6e38661321d79d02b8cf57c79d97c6c0e19adb9ffa66083cc440c24e257234b6
396+
uri: huggingface://mradermacher/Arch-Function-7B-GGUF/Arch-Function-7B.Q4_K_M.gguf
397+
- !!merge <<: *archfunct
398+
name: "arch-function-3b"
399+
urls:
400+
- https://huggingface.co/katanemolabs/Arch-Function-3B
401+
- https://huggingface.co/mradermacher/Arch-Function-3B-GGUF
402+
overrides:
403+
parameters:
404+
model: Arch-Function-3B.Q4_K_M.gguf
405+
files:
406+
- filename: Arch-Function-3B.Q4_K_M.gguf
407+
sha256: 9945cb8d070498d163e5df90c1987f591d35e4fd2222a6c51bcfff848c4b573b
408+
uri: huggingface://mradermacher/Arch-Function-3B-GGUF/Arch-Function-3B.Q4_K_M.gguf
356409
- &smollm
357410
## SmolLM
358411
url: "github:mudler/LocalAI/gallery/chatml.yaml@master"

0 commit comments

Comments
 (0)