Edit model card

sentiment-classifier

Install fastc

pip install fastc

Model Inference

from fastc import Fastc

model = Fastc('brunneis/sentiment-classifier')
label = model.predict_one(text)['label']
Downloads last month
5
Unable to determine this model’s pipeline type. Check the docs .

Finetuned from