Vadim Borisov
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -3,8 +3,14 @@ language: en
|
|
3 |
tags:
|
4 |
- text-classification
|
5 |
- sentiment-analysis
|
6 |
-
-
|
7 |
-
- 'synthetic data
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
license: apache-2.0
|
9 |
widget:
|
10 |
- text: >-
|
@@ -25,13 +31,22 @@ inference:
|
|
25 |
pipeline_tag: text-classification
|
26 |
base_model: google-bert/bert-base-uncased
|
27 |
---
|
28 |
-
# BERT-based Sentiment Classification
|
29 |
|
30 |
## Model Details
|
31 |
- **Model Name:** tabularisai/robust-sentiment-analysis
|
32 |
- **Base Model:** bert-base-uncased
|
33 |
- **Task:** Text Classification (Sentiment Analysis)
|
34 |
- **Language:** English
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
|
36 |
## Model Description
|
37 |
|
|
|
3 |
tags:
|
4 |
- text-classification
|
5 |
- sentiment-analysis
|
6 |
+
- sentiment
|
7 |
+
- 'synthetic data'
|
8 |
+
- text-classification
|
9 |
+
- multi-class
|
10 |
+
- social-media-analysis
|
11 |
+
- customer-feedback
|
12 |
+
- product-reviews
|
13 |
+
- brand-monitoring
|
14 |
license: apache-2.0
|
15 |
widget:
|
16 |
- text: >-
|
|
|
31 |
pipeline_tag: text-classification
|
32 |
base_model: google-bert/bert-base-uncased
|
33 |
---
|
34 |
+
# 🚀 BERT-based Sentiment Classification Model: Unleashing the Power of Synthetic Data
|
35 |
|
36 |
## Model Details
|
37 |
- **Model Name:** tabularisai/robust-sentiment-analysis
|
38 |
- **Base Model:** bert-base-uncased
|
39 |
- **Task:** Text Classification (Sentiment Analysis)
|
40 |
- **Language:** English
|
41 |
+
- **Number of Classes:** 5 (Very Negative, Negative, Neutral, Positive, Very Positive)
|
42 |
+
- **Usage:**
|
43 |
+
- Social media analysis
|
44 |
+
- Customer feedback analysis
|
45 |
+
- Product reviews classification
|
46 |
+
- Brand monitoring
|
47 |
+
- Market research
|
48 |
+
- Customer service optimization
|
49 |
+
- Competitive intelligence
|
50 |
|
51 |
## Model Description
|
52 |
|