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 | 4 |
| Max tasks | 100 |
| Training samples | 389 |
| Rollout success rate | 44.2% |
1from transformers import AutoModelForCausalLM, AutoTokenizer
2
3model = AutoModelForCausalLM.from_pretrained("Kaito-F/qwen3-4b-grpo-alfworld-v2")
4tokenizer = AutoTokenizer.from_pretrained("Kaito-F/qwen3-4b-grpo-alfworld-v2")