Instructions to use Jonathanmann/RHLF_SADvsLLM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Jonathanmann/RHLF_SADvsLLM with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("gpt2-medium") model = PeftModel.from_pretrained(base_model, "Jonathanmann/RHLF_SADvsLLM") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
34afc04 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:80ac1a739c0d99cd6b093d458a825e7571b334afbbdb66cd4da4fc76aa64ebac
size 17357326
|