Instructions to use breadlicker45/rlhf-class with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use breadlicker45/rlhf-class with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="breadlicker45/rlhf-class")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("breadlicker45/rlhf-class") model = AutoModelForSequenceClassification.from_pretrained("breadlicker45/rlhf-class") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
79a3957 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d17f8663a1482e9067ee2cab0ceb711fa42efecbb7a8f39c0468b56a8669993d
size 267864749
|