Instructions to use meirdick/router-expert-math_academic.calculus with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use meirdick/router-expert-math_academic.calculus with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-4B-Instruct-2507") model = PeftModel.from_pretrained(base_model, "meirdick/router-expert-math_academic.calculus") - Notebooks
- Google Colab
- Kaggle
router-expert-math_academic.calculus
LoRA expert for the math_academic.calculus target of the route-then-admit pool, trained on meirdick/router-experts-data data/experts/math_academic.calculus.jsonl.
- base:
Qwen/Qwen3-4B-Instruct-2507 - rank 16, alpha 32, dropout 0.05, modules q_proj, k_proj, v_proj, o_proj
- lr 0.0002, epochs 2, max_len 1024, token budget 8192 per batch
- one example per item per recipe (direct,cot_short), under the serving system prompt; 40% of the mc items re-lettered to 5 to 10 options
- loss on the assistant turn only; held-out 5% for the val loss
| field | value |
|---|---|
| target | math_academic.calculus |
| items | 1500 |
| recipes | direct,cot_short |
| kinds | {'numeric': 1500} |
| mc_padded | 0 |
| examples | 3000 |
| encoded | 3000 |
| dropped_too_long | 0 |
| train_rows | 2850 |
| val_rows | 150 |
| train_batches | 49 |
| train_tokens | 383278 |
| supervised_tokens | 188459 |
| steps | 98 |
| train_loss | 0.7007307817741316 |
| val_loss_before | 2.159840274128515 |
| val_loss | 0.3853414534601645 |
| seconds | 179.3 |
| trainable_params | 11796480 |
- Downloads last month
- 19
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
Model tree for meirdick/router-expert-math_academic.calculus
Base model
Qwen/Qwen3-4B-Instruct-2507