Vadim Borisov commited on
Commit
895effa
1 Parent(s): 5f3edee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -11
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: "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
 
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