hasanmustafa0503 commited on
Commit
b706caf
·
verified ·
1 Parent(s): 9f3ef91

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -5
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
- - transformers
9
- - huggingface
 
 
 
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.