Text Classification
Transformers
Safetensors
Portuguese
distilbert
Generated from Trainer
sentiment-analysis
Instructions to use Octavio-Santana/distilbert-base-sentiment-analysis-pt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Octavio-Santana/distilbert-base-sentiment-analysis-pt with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Octavio-Santana/distilbert-base-sentiment-analysis-pt")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Octavio-Santana/distilbert-base-sentiment-analysis-pt") model = AutoModelForSequenceClassification.from_pretrained("Octavio-Santana/distilbert-base-sentiment-analysis-pt") - Notebooks
- Google Colab
- Kaggle
Ctrl+K