Instructions to use finiteautomata/beto-headlines-sentiment-analysis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use finiteautomata/beto-headlines-sentiment-analysis with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="finiteautomata/beto-headlines-sentiment-analysis")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("finiteautomata/beto-headlines-sentiment-analysis") model = AutoModelForSequenceClassification.from_pretrained("finiteautomata/beto-headlines-sentiment-analysis") - Notebooks
- Google Colab
- Kaggle
Commit ·
28e5824
1
Parent(s): e13f6ff
Update README.md
Browse files
README.md
CHANGED
|
@@ -19,4 +19,4 @@ Try
|
|
| 19 |
|
| 20 |
and
|
| 21 |
|
| 22 |
-
`Alberto Fernández: "El gobierno de Macri fue un desastre" [SEP]
|
|
|
|
| 19 |
|
| 20 |
and
|
| 21 |
|
| 22 |
+
`Alberto Fernández: "El gobierno de Macri fue un desastre" [SEP] Alberto Fernández` (POS or NEU)
|