Instructions to use MarieAngeA13/Sentiment_Analysis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MarieAngeA13/Sentiment_Analysis with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="MarieAngeA13/Sentiment_Analysis")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("MarieAngeA13/Sentiment_Analysis", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
a8780b5
1
Parent(s): a8296b7
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,10 +2,11 @@
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
tags:
|
| 5 |
-
-
|
|
|
|
| 6 |
license: apache-2.0
|
| 7 |
metrics:
|
| 8 |
- bleu
|
| 9 |
- sacrebleu
|
| 10 |
-
library_name:
|
| 11 |
---
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
tags:
|
| 5 |
+
- sentiment
|
| 6 |
+
- analysis
|
| 7 |
license: apache-2.0
|
| 8 |
metrics:
|
| 9 |
- bleu
|
| 10 |
- sacrebleu
|
| 11 |
+
library_name: transformers
|
| 12 |
---
|