Views
No views yet
train_sft split of the HuggingFaceH4/ultrachat_200k dataset. Training data used Magpie + UltraChat with responses from the gemma-4-31B-it model (no reasoning).
This model should be used with the google/gemma-4-31b-it chat template, specifically through the /chat/completions endpoint.1vllm serve google/gemma-4-31b-it \
2 --tensor-parallel-size 2 \
3 --speculative-config '{
4 "model": "RedHatAI/gemma-4-31B-it-speculator.eagle3",
5 "num_speculative_tokens": 3,
6 "method": "eagle3"
7 }' \
8 --max-num-seqs 64 \| Use Case | Dataset | Number of Samples |
|---|---|---|
| Coding | HumanEval | 164 |
| Math Reasoning | math_reasoning | 80 |
| Question Answering | qa | 80 |
| MT_bench (Question) | question | 80 |
| RAG | rag | 80 |
| Summarization | summarization | 80 |
| Translation | translation | 80 |
| Dataset | k=1 | k=2 | k=3 | k=4 | k=5 |
|---|---|---|---|---|---|
| HumanEval | 1.86 | 2.55 | 3.10 | 3.50 | 3.80 |
| math_reasoning | 1.87 | 2.59 | 3.15 | 3.59 | 3.93 |
| qa | 1.64 | 2.01 | 2.22 | 2.34 | 2.38 |
| question | 1.73 | 2.21 | 2.53 | 2.71 | 2.83 |
| rag | 1.72 | 2.21 | 2.50 | 2.65 | 2.80 |
| summarization | 1.60 | 1.92 | 2.07 | 2.15 | 2.20 |
| translation | 1.69 | 2.13 | 2.41 | 2.57 | 2.68 |