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 Josephgflowers/3BigReasonCinder:F16
# Run inference directly in the terminal:
llama-cli -hf Josephgflowers/3BigReasonCinder:F16
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf Josephgflowers/3BigReasonCinder:F16
# Run inference directly in the terminal:
llama-cli -hf Josephgflowers/3BigReasonCinder:F16
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 Josephgflowers/3BigReasonCinder:F16
# Run inference directly in the terminal:
./llama-cli -hf Josephgflowers/3BigReasonCinder:F16
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 Josephgflowers/3BigReasonCinder:F16
# Run inference directly in the terminal:
./build/bin/llama-cli -hf Josephgflowers/3BigReasonCinder:F16
Use Docker
docker model run hf.co/Josephgflowers/3BigReasonCinder:F16
Quick Links

Not working on hugginface for some reason. Still looking into it. Downloaded files are working as expected... GGUF files working, re Uploading. Overview Cinder is an AI chatbot tailored for engaging users in scientific and educational conversations, offering companionship, and sparking imaginative exploration. It is built on the MiniChat 3B parameter model and trained on a unique combination of datasets.

Open LLM Leaderboard Evaluation Results

Detailed results can be found here

Metric Value
Avg. 48.16
AI2 Reasoning Challenge (25-Shot) 41.72
HellaSwag (10-Shot) 65.16
MMLU (5-Shot) 44.79
TruthfulQA (0-shot) 44.76
Winogrande (5-shot) 64.96
GSM8k (5-shot) 27.60
Downloads last month
85
Safetensors
Model size
3B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Evaluation results