Text Classification
Transformers
PyTorch
Safetensors
Portuguese
bert
sentiment analysis
nlp
glassdoor
text-embeddings-inference
Instructions to use stevillis/bertimbau-finetuned-glassdoor-reviews with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use stevillis/bertimbau-finetuned-glassdoor-reviews with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="stevillis/bertimbau-finetuned-glassdoor-reviews")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("stevillis/bertimbau-finetuned-glassdoor-reviews") model = AutoModelForSequenceClassification.from_pretrained("stevillis/bertimbau-finetuned-glassdoor-reviews") - Notebooks
- Google Colab
- Kaggle
Ctrl+K