Instructions to use JOY0021/autonomy-grpo-agent-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use JOY0021/autonomy-grpo-agent-v2 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-0.5B-Instruct") model = PeftModel.from_pretrained(base_model, "JOY0021/autonomy-grpo-agent-v2") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
67a236e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:68f259dbf73263bd208f9e5473dd5ff813f5221466cae69f2100b8714fae7bd9
size 11421990
|