Instructions to use hermanda/ant-llm-grpo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use hermanda/ant-llm-grpo with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-0.6B") model = PeftModel.from_pretrained(base_model, "hermanda/ant-llm-grpo") - Notebooks
- Google Colab
- Kaggle
Ctrl+K