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