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
File size: 131 Bytes
c7037d7 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:123d4201ef13e93194ffebf8c411e914a5aec41cf133b5a381214255938e0dde
size 238941
|