BERTimbau for Sentiment Analysis of Glassdoor Reviews

Introduction

This model fine-tunes neuralmind/bert-base-portuguese-cased for sentiment analysis of Glassdoor reviews about IT companies in Cuiabá.

The dataset used to train the model consists of 2,532 reviews sourced from Glassdoor.

For more detail about the project, follow my GitHub.

Example Usage

from transformers import pipeline

pipe = pipeline("text-classification", model="stevillis/bertimbau-finetuned-glassdoor-reviews")

result = pipe("Empresa boa para trabalhar")

print(result) # Expected output: [{'label': 'positive', 'score': 0.9993522763252258}]
Downloads last month
14
Safetensors
Model size
109M params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for stevillis/bertimbau-finetuned-glassdoor-reviews

Finetuned
(151)
this model

Space using stevillis/bertimbau-finetuned-glassdoor-reviews 1