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
Safetensors
Model size
125M params
Tensor type
F32
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Space using terrytaylorbonn/final-opt-sentiment2 1