Text Classification
Transformers
PyTorch
Safetensors
Spanish
electra
restaurant
classification
reviews
Instructions to use mrm8488/electricidad-small-finetuned-restaurant-sentiment-analysis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mrm8488/electricidad-small-finetuned-restaurant-sentiment-analysis with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="mrm8488/electricidad-small-finetuned-restaurant-sentiment-analysis")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("mrm8488/electricidad-small-finetuned-restaurant-sentiment-analysis") model = AutoModelForSequenceClassification.from_pretrained("mrm8488/electricidad-small-finetuned-restaurant-sentiment-analysis") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,6 +8,6 @@ widget:
|
|
| 8 |
- text: "No está a la altura, no volveremos."
|
| 9 |
---
|
| 10 |
|
| 11 |
-
# Electricidad-small fine-tuned on restaurant review sentiment
|
| 12 |
|
| 13 |
Test set accuray: 0.86
|
|
|
|
| 8 |
- text: "No está a la altura, no volveremos."
|
| 9 |
---
|
| 10 |
|
| 11 |
+
# Electricidad-small fine-tuned on restaurant review sentiment analysis dataset
|
| 12 |
|
| 13 |
Test set accuray: 0.86
|