mlabonne/FineTome-100k
Viewer • Updated • 100k • 24.7k • 278
How to use ProjectMosiacAI/Hades-8B with llama.cpp:
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf ProjectMosiacAI/Hades-8B:Q4_K_M # Run inference directly in the terminal: llama cli -hf ProjectMosiacAI/Hades-8B:Q4_K_M
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf ProjectMosiacAI/Hades-8B:Q4_K_M # Run inference directly in the terminal: llama cli -hf ProjectMosiacAI/Hades-8B:Q4_K_M
# 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 ProjectMosiacAI/Hades-8B:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf ProjectMosiacAI/Hades-8B:Q4_K_M
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 ProjectMosiacAI/Hades-8B:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf ProjectMosiacAI/Hades-8B:Q4_K_M
docker model run hf.co/ProjectMosiacAI/Hades-8B:Q4_K_M
How to use ProjectMosiacAI/Hades-8B with vLLM:
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "ProjectMosiacAI/Hades-8B"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
-H "Content-Type: application/json" \
--data '{
"model": "ProjectMosiacAI/Hades-8B",
"messages": [
{
"role": "user",
"content": "What is the capital of France?"
}
]
}'docker model run hf.co/ProjectMosiacAI/Hades-8B:Q4_K_M
How to use ProjectMosiacAI/Hades-8B with Ollama:
ollama run hf.co/ProjectMosiacAI/Hades-8B:Q4_K_M
How to use ProjectMosiacAI/Hades-8B with Docker Model Runner:
docker model run hf.co/ProjectMosiacAI/Hades-8B:Q4_K_M
How to use ProjectMosiacAI/Hades-8B with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull ProjectMosiacAI/Hades-8B:Q4_K_M
lemonade run user.Hades-8B-Q4_K_M
lemonade list
Hades 8B is an open-source Small Language Model built on Meta's Llama 3.1 8B architecture. Post-trained across 50,000 steps on C-DAC Airawat supercomputing infrastructure using the mlabonne/FineTome-100k dataset, it is optimized for high-reasoning instruction following, structured output, and fast local execution.
Evaluated using lm-evaluation-harness (lm-eval) in Zero-Shot Chain-of-Thought mode:
| Metric / Task | Score | Benchmark Notes |
|---|---|---|
| MMLU Overall Macro Average | 68.4% | Macro average across 57 standard MMLU subjects |
| Management | 90.9% | Outperforms standard 8B base model baselines |
| Medical Genetics | 81.8% | Specialized biological domain performance |
| Philosophy | 73.5% | Conceptual reasoning proficiency |
| High School Psychology | 70.0% | Behavioral science evaluation |
| Elementary Mathematics | 68.3% | Quantitative baseline |
Q4_K_M GGUF format (4.92 GB), running smoothly on local consumer GPUs/RAM (<6GB VRAM).Run locally via Ollama:
ollama run hf.co/ProjectMosiacAI/Hades-8B
4-bit
Base model
meta-llama/Llama-3.1-8B