stevillis's picture
Upload BertForSequenceClassification
775bd2e verified
|
raw
history blame
969 Bytes
metadata
license: mit
language:
  - pt
metrics:
  accuracy:
    Neutral: 0.99
    Positive: 0.97
    Negative: 0.98
base_model: neuralmind/bert-base-portuguese-cased
library_name: transformers
tags:
  - sentiment analysis
  - nlp
  - glassdoor
pipeline_tag: text-classification
widget:
  - text: Ambiente acolhedor e boa comunicação.
    example_title: Positive sample
    output:
      - label: Positive
        score: 0.9998
  - text: Mal remunerado, fora isso tranquilo.
    example_title: Negative sample
    output:
      - label: Negative
        score: 0.9996
  - text: nenhum contra com esta empresa
    example_title: Neutral sample
    output:
      - label: Neutral
        score: 0.9998

Model Instructions

For more information, follow the Hugging Face Spaces.

Model Preview

Try the Streamlit App to test the model.