OPT-125M Fine-Tuned for Sentiment Classification
This model is a fine-tuned version of facebook/opt-125m
on the SST-2 dataset.
It performs binary sentiment classification: POSITIVE or NEGATIVE.
π Usage
You can use it with the π€ Transformers pipeline:
from transformers import pipeline
pipe = pipeline("text-classification", model="terrytaylorbonn/final-opt-sentiment2")
print(pipe("That movie was amazing!"))
- Downloads last month
- 2