Instructions to use shreyan35/Athena-27B-UltraEfficient with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use shreyan35/Athena-27B-UltraEfficient with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="shreyan35/Athena-27B-UltraEfficient")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("shreyan35/Athena-27B-UltraEfficient", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use shreyan35/Athena-27B-UltraEfficient with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf shreyan35/Athena-27B-UltraEfficient:Q5_K_M # Run inference directly in the terminal: llama cli -hf shreyan35/Athena-27B-UltraEfficient:Q5_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf shreyan35/Athena-27B-UltraEfficient:Q5_K_M # Run inference directly in the terminal: llama cli -hf shreyan35/Athena-27B-UltraEfficient:Q5_K_M
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 shreyan35/Athena-27B-UltraEfficient:Q5_K_M # Run inference directly in the terminal: ./llama-cli -hf shreyan35/Athena-27B-UltraEfficient:Q5_K_M
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 shreyan35/Athena-27B-UltraEfficient:Q5_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf shreyan35/Athena-27B-UltraEfficient:Q5_K_M
Use Docker
docker model run hf.co/shreyan35/Athena-27B-UltraEfficient:Q5_K_M
- LM Studio
- Jan
- vLLM
How to use shreyan35/Athena-27B-UltraEfficient with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "shreyan35/Athena-27B-UltraEfficient" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "shreyan35/Athena-27B-UltraEfficient", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/shreyan35/Athena-27B-UltraEfficient:Q5_K_M
- SGLang
How to use shreyan35/Athena-27B-UltraEfficient with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "shreyan35/Athena-27B-UltraEfficient" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "shreyan35/Athena-27B-UltraEfficient", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "shreyan35/Athena-27B-UltraEfficient" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "shreyan35/Athena-27B-UltraEfficient", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Ollama
How to use shreyan35/Athena-27B-UltraEfficient with Ollama:
ollama run hf.co/shreyan35/Athena-27B-UltraEfficient:Q5_K_M
- Unsloth Studio
How to use shreyan35/Athena-27B-UltraEfficient with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for shreyan35/Athena-27B-UltraEfficient to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for shreyan35/Athena-27B-UltraEfficient to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for shreyan35/Athena-27B-UltraEfficient to start chatting
- Docker Model Runner
How to use shreyan35/Athena-27B-UltraEfficient with Docker Model Runner:
docker model run hf.co/shreyan35/Athena-27B-UltraEfficient:Q5_K_M
- Lemonade
How to use shreyan35/Athena-27B-UltraEfficient with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull shreyan35/Athena-27B-UltraEfficient:Q5_K_M
Run and chat with the model
lemonade run user.Athena-27B-UltraEfficient-Q5_K_M
List all available models
lemonade list
- Atomic Chat
Athena-27B-UltraEfficient
Athena-27B-UltraEfficient (shreyan35/Athena-27B-UltraEfficient) is an ultra-efficient 27-billion parameter reasoning model engineered to slash internal thinking token budgets by ~45.8% while maintaining matching or superior accuracy compared to standard dense baselines like Qwen 3.6 27B.
By compressing redundant chain-of-thought trajectories and optimizing KV-cache memory dynamics, Athena-27B delivers high-density reasoning, lower end-to-end latency, and significantly reduced VRAM footprints without trading off technical performance.
Empirical Benchmarks
All benchmarks report Accuracy (± standard deviation) alongside the average number of generated thinking tokens required per task.
1. Knowledge & Academic Reasoning
| Benchmark | Base Acc | Athena Acc | Base Tokens | Athena Tokens | Token Reduction |
|---|---|---|---|---|---|
| GPQA-Diamond | 85.5 ± 1.4 | 86.3% | 10,777 | 3,351 | ↓ 67.8% |
| SuperGPQA | 64.0 ± 0.2 | 65.9% | 8,246 | 3,384 | ↓ 58.4% |
| MMLU-Pro | 85.9 ± 0.2 | 88.0% | 3,455 | 1,290 | ↓ 53.7% |
| MMLU-Redux | 93.9 ± 0.1 | 96.7% | 947 | 406 | ↓ 44.8% |
| C-Eval | 90.6 ± 0.7 | 93.0% | 1,279 | 663 | ↓ 47.1% |
2. Mathematics & Code Generation
| Benchmark | Base Acc | Athena Acc | Base Tokens | Athena Tokens | Token Reduction |
|---|---|---|---|---|---|
| HMMT (Nov 2025) | 88.0 ± 3.7 | 87.2% | 39,277 | 27,388 | ↓ 38.0% |
| LiveCodeBench | 80.7 ± 0.6 | 86.8% | 15,744 | 10,158 | ↓ 41.1% |
3. Long-Context & Multimodal
| Benchmark | Base Acc | Athena Acc | Base Tokens | Athena Tokens | Token Reduction |
|---|---|---|---|---|---|
| LongBench v2 | 62.6 ± 3.6 | 62.0% | 1,765 | 1,091 | ↓ 39.1% |
| RealWorldQA | 82.4 ± 0.7 | 84.4% | 2,959 | 913 | ↓ 48.5% |
| AA-LCR | 76.2 ± 3.0 | 76.4% | 2,455 | 1,337 | ↓ 45.5% |
4. Instruction Following & Agentic Execution
| Benchmark | Base Acc | Athena Acc | Base Tokens | Athena Tokens | Token Reduction |
|---|---|---|---|---|---|
| System-Prompt Adherence | 80.6 ± 1.2 | 83.9% | 1,737 | 976 | ↓ 40.0% |
| Claw-Eval (Think/Task) | 87.0 ± 1.9 | 86.9% | 919 | 689 | ↓ 25.2% |
Macro Efficiency Summary
| Metric | Baseline (Qwen 3.6 27B) | Athena-27B-UltraEfficient | Delta |
|---|---|---|---|
| Macro Average Accuracy | 81.5% | 83.1% | +1.6% Net Gain |
| Average Thinking Tokens | 7,465 tokens | 4,304 tokens | ↓ 45.8% Reduced Overhead |
Technical Takeaways
- Massive Compute Savings: Slashing internal thinking tokens by 45.8% across benchmarks directly translates to ~2x faster end-to-end response generation and significant API/compute cost savings.
- Superior Code Generation: LiveCodeBench jumps to 86.8% while dropping thinking tokens by 41.1%, proving that conciseness improves code synthesis by removing intermediate hallucination steps.
- High-Density Reasoning: GPQA-Diamond cuts thinking tokens by nearly 68% (from 10,777 down to 3,351) while retaining full PhD-level STEM reasoning integrity.
Quickstart
vLLM Serving
python -m vllm.entrypoints.openai.api_server \
--model shreyan35/Athena-27B-UltraEfficient \
--gpu-memory-utilization 0.90 \
--max-model-len 32768 \
--enable-prefix-caching
On top of all this, it also maintains and infact improves its LMSYS Chatbot Arena Elo from its parent model, ~1403 just behind Claude Opus 4.6
- Downloads last month
- 235
5-bit
Model tree for shreyan35/Athena-27B-UltraEfficient
Base model
Qwen/Qwen3.6-27B