Skip to content

Commit 5cf838c

Browse files
authored
chore(model gallery): add confucius-o1-14b (#4696)
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
1 parent 4db8f5c commit 5cf838c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

gallery/index.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3427,6 +3427,20 @@
34273427
- filename: Dumpling-Qwen2.5-32B-Q4_K_M.gguf
34283428
sha256: c5b7d773cc614650ad3956008e30d0607df6106c28e381870a9b950bd4ee1d17
34293429
uri: huggingface://bartowski/Dumpling-Qwen2.5-32B-GGUF/Dumpling-Qwen2.5-32B-Q4_K_M.gguf
3430+
- !!merge <<: *qwen25
3431+
name: "confucius-o1-14b"
3432+
urls:
3433+
- https://huggingface.co/netease-youdao/Confucius-o1-14B
3434+
- https://huggingface.co/bartowski/Confucius-o1-14B-GGUF
3435+
description: |
3436+
Confucius-o1-14B is a o1-like reasoning model developed by the NetEase Youdao Team, it can be easily deployed on a single GPU without quantization. This model is based on the Qwen2.5-14B-Instruct model and adopts a two-stage learning strategy, enabling the lightweight 14B model to possess thinking abilities similar to those of o1. What sets it apart is that after generating the chain of thought, it can summarize a step-by-step problem-solving process from the chain of thought on its own. This can prevent users from getting bogged down in the complex chain of thought and allows them to easily obtain the correct problem-solving ideas and answers.
3437+
overrides:
3438+
parameters:
3439+
model: Confucius-o1-14B-Q4_K_M.gguf
3440+
files:
3441+
- filename: Confucius-o1-14B-Q4_K_M.gguf
3442+
sha256: 03182920edd8667db7d2a362ca2d25e88f4b615b383b5a55c764f4715fb22dd9
3443+
uri: huggingface://bartowski/Confucius-o1-14B-GGUF/Confucius-o1-14B-Q4_K_M.gguf
34303444
- &llama31 ## LLama3.1
34313445
url: "github:mudler/LocalAI/gallery/llama3.1-instruct.yaml@master"
34323446
icon: https://avatars.githubusercontent.com/u/153379578

0 commit comments

Comments
 (0)