Description

A Sentiment Analysis model trained on customer feedback data using DistilBert. Possible sentiments are:

  • negative
  • neutral
  • positive

Usage

from transformers import AutoTokenizer, AutoModelForSequenceClassification
  
  tokenizer = AutoTokenizer.from_pretrained("CouchCat/ma_sa_v7_distil")
  
  model = AutoModelForSequenceClassification.from_pretrained("CouchCat/ma_sa_v7_distil")
Downloads last month
9
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and the model is not deployed on the HF Inference API.