Instructions to use GenueAI/Tessera-5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use GenueAI/Tessera-5 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 GenueAI/Tessera-5:Q4_K_M # Run inference directly in the terminal: llama cli -hf GenueAI/Tessera-5:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf GenueAI/Tessera-5:Q4_K_M # Run inference directly in the terminal: llama cli -hf GenueAI/Tessera-5:Q4_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 GenueAI/Tessera-5:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf GenueAI/Tessera-5:Q4_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 GenueAI/Tessera-5:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf GenueAI/Tessera-5:Q4_K_M
Use Docker
docker model run hf.co/GenueAI/Tessera-5:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use GenueAI/Tessera-5 with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "GenueAI/Tessera-5" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "GenueAI/Tessera-5", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/GenueAI/Tessera-5:Q4_K_M
- Ollama
How to use GenueAI/Tessera-5 with Ollama:
ollama run hf.co/GenueAI/Tessera-5:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use GenueAI/Tessera-5 with Docker Model Runner:
docker model run hf.co/GenueAI/Tessera-5:Q4_K_M
- Lemonade
How to use GenueAI/Tessera-5 with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull GenueAI/Tessera-5:Q4_K_M
Run and chat with the model
lemonade run user.Tessera-5-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Qwen2.5-14B-Instruct-ORPO-Math
A math-focused post-trained 14B reasoning model on Qwen2.5-14B-Instruct (Apache-2.0 open weights), built with an SFT then ORPO recipe on GSM8K data. Evaluated at 72.5% exact-match accuracy on a 40-sample GSM8K test split.
Recipe (SFT β ORPO, all license-clean)
- Base:
Qwen2.5-14B-Instruct(Apache-2.0), trained in bf16 (no quantization loss) on a 96GB GPU. - SFT β one epoch, LoRA r=64, LR 2e-4, on 7,474 GSM8K train CoT examples (MIT). Mean train loss 0.226.
- ORPO β preference tuning on 7,000 GSM8K chosen/rejected pairs (Ξ²=0.1, bf16). Start loss ~0.06;
log_odds_chosen~5.6 at finish. Rejected responses derived locally (wrong final answer), no closed model used. - Eval β GSM8K test, 40-sample exact-match, native chat format, bf16: 72.5%.
License & provenance (important)
- Base weights: Qwen2.5-14B-Instruct β Apache-2.0 (open).
- Training data:
openai/gsm8kβ MIT (human-authored). No closed-source model was used in any step. - Rejected ORPO responses were constructed locally from the correct solutions (swapped final answer) β no GPT-4/Claude/Gemini or proprietary distillation anywhere.
- Redistribution data: gsm8k (MIT).
Files
adapter_model.safetensors+adapter_config.jsonβ the SFT+ORPO LoRA (applies onQwen/Qwen2.5-14B-Instruct).tokenizer.json/tokenizer_config.jsonβ Qwen2.5 tokenizer.- (GGUF quant if present in this repo.)
Honest limitations
- This is a math word-problem specialist tuned from GSM8K; it's strong on arithmetic/word problems but not a broad frontier model, and GSM8K is grade-school level.
- 72.5% is exact-match on a 40-sample test subset β directional, not a full benchmark.
- For general chat/creative use, prefer the base Qwen2.5-14B-Instruct.
Reproducibility seed
All shuffles and training seeded 3407.
- Downloads last month
- 13
Hardware compatibility
Log In to add your hardware
4-bit