Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,17 @@
|
|
1 |
---
|
|
|
2 |
license: apache-2.0
|
3 |
-
language:
|
4 |
-
- en
|
5 |
pipeline_tag: text-classification
|
6 |
tags:
|
7 |
-
- sentiment-analysis
|
8 |
-
-
|
9 |
-
-
|
|
|
|
|
|
|
10 |
---
|
11 |
|
|
|
12 |
# 🧠 Sentiment Analysis Model
|
13 |
|
14 |
This model performs binary sentiment classification (Positive/Negative) on user-provided text inputs. It is trained to assist in mental health-related sentiment detection.
|
|
|
1 |
---
|
2 |
+
language: en
|
3 |
license: apache-2.0
|
|
|
|
|
4 |
pipeline_tag: text-classification
|
5 |
tags:
|
6 |
+
- sentiment-analysis
|
7 |
+
- roberta
|
8 |
+
- text-classification
|
9 |
+
- huggingface
|
10 |
+
- transformers
|
11 |
+
- PyTorch
|
12 |
---
|
13 |
|
14 |
+
|
15 |
# 🧠 Sentiment Analysis Model
|
16 |
|
17 |
This model performs binary sentiment classification (Positive/Negative) on user-provided text inputs. It is trained to assist in mental health-related sentiment detection.
|