Instructions to use ram-lexsi/aligntune-testrun-DrGRPO with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ram-lexsi/aligntune-testrun-DrGRPO with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ram-lexsi/aligntune-testrun-DrGRPO", device_map="auto") - Notebooks
- Google Colab
- Kaggle
aligntune-testrun-DrGRPO
Built using AlignTune — supports any open-source model, any algorithm, any backend (TRL / Unsloth / ES / etc).
| Finetuned from | Qwen/Qwen2.5-0.5B |
| Algorithm | drgrpo |
| Backend | trl |
| Artifact | adapter |
| Published | 2026-08-27 08:49 UTC |
Usage
from peft import AutoPeftModelForCausalLM
from transformers import AutoTokenizer
model = AutoPeftModelForCausalLM.from_pretrained("ram-lexsi/aligntune-testrun-DrGRPO")
tokenizer = AutoTokenizer.from_pretrained("ram-lexsi/aligntune-testrun-DrGRPO")
This repo is a LoRA adapter. Load it on top of Qwen/Qwen2.5-0.5B (PEFT does that from adapter_config.json).
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
Model tree for ram-lexsi/aligntune-testrun-DrGRPO
Base model
Qwen/Qwen2.5-0.5B
