Instructions to use arvindcr4/tinker-rl-scale_gsm8k_qwen3.5-4b-qwen3.5-4b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use arvindcr4/tinker-rl-scale_gsm8k_qwen3.5-4b-qwen3.5-4b with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
tinker-rl-scale_gsm8k_qwen3.5-4b-qwen3.5-4b
LoRA adapters trained with GRPO on top of Qwen/Qwen3.5-4B using the
Tinker cloud training service.
Part of the TinkerRL-Bench release for our NeurIPS submission
"A Unified Benchmark for RL Post-Training of Language Models"
(repo).
Training configuration
| Base model | Qwen/Qwen3.5-4B |
| Experiment tag | scale_gsm8k_qwen3.5-4b |
| Campaign | None |
| Task | gsm8k |
| Seed | 42 |
| LoRA rank | 32 |
| Learning rate | 3e-05 |
| Group size | 8 |
| Training steps | 30 |
| Platform | Tinker (tinker) |
| Training run ID | 200e4983-3e9d-5176-87d0-c55dd3c73539 |
Metrics
| Metric | Value |
|---|---|
| First-5 reward avg | 0.9625 |
| Last-10 reward avg | 0.85 |
| Peak reward | 1.0 |
| Peak accuracy | 1.0 |
| Last-10 accuracy | 0.85 |
Checkpoints in this repo
| Step | Original Tinker URI | Local path |
|---|---|---|
sampler_weights/final |
tinker://200e4983-3e9d-5176-87d0-c55dd3c73539:train:0/sampler_weights/final | final |
How to load
from peft import PeftModel
from transformers import AutoModelForCausalLM, AutoTokenizer
base = "Qwen/Qwen3.5-4B"
adapter = "arvindcr4/tinker-rl-scale_gsm8k_qwen3.5-4b-qwen3.5-4b"
tok = AutoTokenizer.from_pretrained(base)
model = AutoModelForCausalLM.from_pretrained(base, torch_dtype="auto", device_map="auto")
model = PeftModel.from_pretrained(model, adapter, subfolder="final") # or "<step>"
Companion releases
- Dataset:
arvindcr4/tinker-rl-bench-wandb— all 334 W&B runs + 9,255 history rows - Manifest:
arvindcr4/tinker-rl-bench-checkpoints— full catalogue of every Tinker URI - Code:
pes-llm-research/tinker-rl-lab
Citation
@misc{tinkerrlbench2026,
title = {A Unified Benchmark for RL Post-Training of Language Models},
author = {Arvind, C. R. and Jeyaraj, Sandhya},
year = {2026},
note = {NeurIPS submission, https://github.com/pes-llm-research/tinker-rl-lab}
}
License
Apache 2.0. The underlying base model retains its original license —
please check Qwen/Qwen3.5-4B for any usage restrictions.
- Downloads last month
- -