Vadim Borisov
commited on
Commit
•
895effa
1
Parent(s):
5f3edee
Update README.md
Browse files
README.md
CHANGED
@@ -3,21 +3,25 @@ language: en
|
|
3 |
tags:
|
4 |
- text-classification
|
5 |
- sentiment-analysis
|
|
|
|
|
6 |
license: apache-2.0
|
7 |
widget:
|
8 |
-
- text:
|
9 |
-
|
10 |
-
|
11 |
-
example_title:
|
12 |
-
- text:
|
13 |
-
example_title:
|
14 |
-
- text:
|
15 |
-
example_title:
|
16 |
-
- text:
|
17 |
-
example_title:
|
|
|
|
|
18 |
inference:
|
19 |
parameters:
|
20 |
-
temperature: 1
|
21 |
pipeline_tag: text-classification
|
22 |
---
|
23 |
# BERT-based Sentiment Classification Mode
|
|
|
3 |
tags:
|
4 |
- text-classification
|
5 |
- sentiment-analysis
|
6 |
+
- 'sentiment '
|
7 |
+
- 'synthetic data '
|
8 |
license: apache-2.0
|
9 |
widget:
|
10 |
+
- text: >-
|
11 |
+
I absolutely loved this movie! The acting was superb and the plot was
|
12 |
+
engaging.
|
13 |
+
example_title: Very Positive Review
|
14 |
+
- text: The service at this restaurant was terrible. I'll never go back.
|
15 |
+
example_title: Very Negative Review
|
16 |
+
- text: The product works as expected. Nothing special, but it gets the job done.
|
17 |
+
example_title: Neutral Review
|
18 |
+
- text: I'm somewhat disappointed with my purchase. It's not as good as I hoped.
|
19 |
+
example_title: Negative Review
|
20 |
+
- text: This book changed my life! I couldn't put it down and learned so much.
|
21 |
+
example_title: Very Positive Review
|
22 |
inference:
|
23 |
parameters:
|
24 |
+
temperature: 1
|
25 |
pipeline_tag: text-classification
|
26 |
---
|
27 |
# BERT-based Sentiment Classification Mode
|