Instructions to use darkknight25/REDTEAM_GPT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use darkknight25/REDTEAM_GPT with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-1.7B-Base") model = PeftModel.from_pretrained(base_model, "darkknight25/REDTEAM_GPT") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
e4bce04 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2ac33e566fa44b0f2f2478e66e20eed25d53c0e82bba07ca2ef34d820a13dc3d
size 5240
|