Instructions to use RayNene/adaption_multi_agent_fraud_bench with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use RayNene/adaption_multi_agent_fraud_bench with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("togethercomputer/Llama-4-Scout-17B-16E-Instruct_bnb_4bit") model = PeftModel.from_pretrained(base_model, "RayNene/adaption_multi_agent_fraud_bench") - Notebooks
- Google Colab
- Kaggle
Ctrl+K