Instructions to use Dar3devil/promptops-arena-agent with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Dar3devil/promptops-arena-agent with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-1.5B-Instruct") model = PeftModel.from_pretrained(base_model, "Dar3devil/promptops-arena-agent") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
b6e051e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5eee858c5123a4279c3e1f7b81247343f356ac767940b2692a928ad929543214
size 11422063
|