Instructions to use Group209/Sentiment_Analysis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Group209/Sentiment_Analysis with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Group209/Sentiment_Analysis")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Group209/Sentiment_Analysis", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
3a28d26
1
Parent(s): a9cc957
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ tags:
|
|
| 7 |
- sentiment-analysis
|
| 8 |
- transformers
|
| 9 |
- Transformateurs
|
| 10 |
-
pipeline_tag:
|
| 11 |
---
|
| 12 |
|
| 13 |
Sentiment Analysis Model for Hotel Reviews
|
|
|
|
| 7 |
- sentiment-analysis
|
| 8 |
- transformers
|
| 9 |
- Transformateurs
|
| 10 |
+
pipeline_tag: token-classification
|
| 11 |
---
|
| 12 |
|
| 13 |
Sentiment Analysis Model for Hotel Reviews
|