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
File size: 133 Bytes
782384e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:496d48f844cdb277219696bb91c0c6146f9ab02542f311c6794504e8c5e96b0d
size 54471154
|