Views
No views yet
| Stage | Data | Iterations | Key Metric |
|---|---|---|---|
| SFT | 16,909 grounded pairs | 1,000 | Val loss: 0.765 |
| DPO | 1,311 preference pairs | 500 | Loss: 0.005 |
| GRPO | 16,909 prompts | 300 | Avg reward: 0.978 |
1# Download the GGUF
2wget https://huggingface.co/dennisonb/qwen25-tax-3b/resolve/main/qwen25-tax-3b-v3-q8_0.gguf
3
4# Create Ollama model
5ollama create qwen25-tax-3b -f Modelfile
6
7# Run
8ollama run qwen25-tax-3b "What is the standard deduction for a single filer?"| Model | 5-Q Score | GRPO Reward | Notes |
|---|---|---|---|
| v1 | 2.5/5 | 0.605 | Frequent hallucinations |
| v2 | 4.5/5 | 0.828 | Best factual accuracy |
| v3 | 3.5/5 | 0.978 | Best citation specificity |