Views
No views yet
| Parameter | Value |
|---|---|
| Base model | Kaito-F/qwen3-4b-instruct-lora-v2 |
| LoRA r / alpha | 8 / 16 |
| Learning rate | 5e-07 |
| Epochs | 1 |
| GiGPO lambda | 0.3 |
| Advantage clip | +/-2.0 |
| Rollout K | 6 |
| Training samples | 1182 (examine=300, puttwo=882) |
| Rollout success rate | 30.4% |
1from transformers import AutoModelForCausalLM, AutoTokenizer
2
3model = AutoModelForCausalLM.from_pretrained("Kaito-F/qwen3-4b-grpo-alfworld-v3")
4tokenizer = AutoTokenizer.from_pretrained("Kaito-F/qwen3-4b-grpo-alfworld-v3")