Instructions to use tr3cks/SentimentAnalysis_BETO with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tr3cks/SentimentAnalysis_BETO with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="tr3cks/SentimentAnalysis_BETO")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("tr3cks/SentimentAnalysis_BETO") model = AutoModelForSequenceClassification.from_pretrained("tr3cks/SentimentAnalysis_BETO") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
11332e4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:63d3102494716d7c82bea96f0ac96cca999c2ebdd4d99d5a04d3decb7d35f797
size 439419964
|