Instructions to use RapidOrc121/BERT_sentiment_analysis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- BERTopic
How to use RapidOrc121/BERT_sentiment_analysis with BERTopic:
from bertopic import BERTopic model = BERTopic.load("RapidOrc121/BERT_sentiment_analysis") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,4 +5,11 @@ language:
|
|
| 5 |
- en
|
| 6 |
library_name: bertopic
|
| 7 |
pipeline_tag: text-classification
|
| 8 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
- en
|
| 6 |
library_name: bertopic
|
| 7 |
pipeline_tag: text-classification
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
LABEL_0="sadness"
|
| 11 |
+
LABEL_1="joy"
|
| 12 |
+
LABEL_2="love"
|
| 13 |
+
LABEL_3="anger"
|
| 14 |
+
LABEL_4="fear"
|
| 15 |
+
LABEL_5="surprise"
|