How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf QuantFactory/Dolus-14b-Mini-GGUF:
# Run inference directly in the terminal:
llama-cli -hf QuantFactory/Dolus-14b-Mini-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf QuantFactory/Dolus-14b-Mini-GGUF:
# Run inference directly in the terminal:
llama-cli -hf QuantFactory/Dolus-14b-Mini-GGUF:
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf QuantFactory/Dolus-14b-Mini-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf QuantFactory/Dolus-14b-Mini-GGUF:
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf QuantFactory/Dolus-14b-Mini-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf QuantFactory/Dolus-14b-Mini-GGUF:
Use Docker
docker model run hf.co/QuantFactory/Dolus-14b-Mini-GGUF:
Quick Links

QuantFactory/Dolus-14b-Mini-GGUF

This is quantized version of Cognitive-Machines-Labs/Dolus-14b-Mini created using llama.cpp

Original Model Card

Dolus-14b-Mini

logo

Ursidae-12b-Mini
The little sister to Ursidae-300b,Dolus 14b Mini has been developed with a focus on complex multi-step chain of thought problem solving while still being deployable on edge systems. A model focused complex multi-step chain of thought problem solving while still being deployable on edge systems. Now better at reasoning!

Main Goals:

Dolus was designed to address specific issues found in other chat models:

  • Overcome limitations in logical reasoning found in other chat models.
  • Efficiently solve complex, multi-step problems.
  • Provide better decision-making assistance by enhancing the model's ability to reason and think critically.
  • Removing restrictions and allowing the model to gain a true understanding of reality, greatly increasing overall results.

By focusing on these specific goals, the Ursidae-12b-Mini aims to provide a more sophisticated AI system that excels at critical thinking and problem-solving tasks requiring advanced logical reasoning skills. Its compact design makes it an efficient choice for applications where high cognitive abilities are necessary without occupying excessive computing resources.

Recommended Settings:

Defaults:

min_p: 0.074
top_k: 40
repetition_penalty: 1.12
temp: 1.18
context: 8192

Creative:

min_p: 0.062
top_k: 40
repetition_penalty: 1.11
temp: 1.24
context: 8192

Benchmarks:

PENDING FULL EVAL

Downloads last month
131
GGUF
Model size
12B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support