YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

SENTIMENT_LABELS = { 'NEGATIVE': 0, 'POSITIVE': 1, 'NEUTRAL': 2, }

num_classes = 3


language:

  • en

thumbnail: "url to a thumbnail used in social sharing"

tags:

  • sentiment analysis

license: commercial use disallowed

datasets:

  • dariadaria/disneyland_reviews

metrics: confusion matrix | | pred:0(NEG)| pred:1(POS)| pred:2(NEU)| | ------------ | --------- | ----------- | ----------- | | true:0(NEG) | 793| 188| 171| | true:1(POS) | 227 | 920| 260| | true:2(NEU) | 115 | 203| 5087|

Downloads last month
15
Inference Examples
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.