YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co/docs/hub/model-cards#model-card-metadata)
Analyse de Sentiment - Restaurants Français 🍽️
Modèle d'analyse de sentiment spécialisé restaurants, fine-tuné sur 3500+ reviews de restaurants de Cergy.
Métriques
- Accuracy: 0.79
- F1-score (classe positive): 0.88
- Precision (classe positive): 0.79
- Recall (classe positive): 1.00
Utilisation
from transformers import pipeline
classifier = pipeline("sentiment-analysis", model="snake26/restaurant-sentiment-fr")
result = classifier("Le service était excellent")
- Downloads last month
- 8
Inference Providers
NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API:
The model has no library tag.