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 ·
a8296b7
1
Parent(s): d1905a3
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,9 @@
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
-
- ru
|
| 4 |
- en
|
| 5 |
tags:
|
| 6 |
- translation
|
| 7 |
license: apache-2.0
|
| 8 |
-
datasets:
|
| 9 |
-
- wmt19
|
| 10 |
metrics:
|
| 11 |
- bleu
|
| 12 |
- sacrebleu
|
|
|
|
| 1 |
---
|
| 2 |
language:
|
|
|
|
| 3 |
- en
|
| 4 |
tags:
|
| 5 |
- translation
|
| 6 |
license: apache-2.0
|
|
|
|
|
|
|
| 7 |
metrics:
|
| 8 |
- bleu
|
| 9 |
- sacrebleu
|