zengchen commited on
Commit
cb59bdc
·
1 Parent(s): f927b15

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -5,7 +5,17 @@ datasets:
5
  widget:
6
  - text: "I like this movie. That sounds so good!"
7
  example_title: "Positive"
 
 
 
 
 
8
  - text: "I don't like this. It smells disgusting."
 
 
 
 
 
9
  example_title: "Negative"
10
  ---
11
  对bert-base-uncased模型进行微调的情感分析,数据集采用IMDB。
 
5
  widget:
6
  - text: "I like this movie. That sounds so good!"
7
  example_title: "Positive"
8
+ output:
9
+ - label: "Positive"
10
+ score: 0.99
11
+ - label: "Negative"
12
+ score: 0.01
13
  - text: "I don't like this. It smells disgusting."
14
+ output:
15
+ - label: "Positive"
16
+ score: 0.02
17
+ - label: "Negative"
18
+ score: 0.98
19
  example_title: "Negative"
20
  ---
21
  对bert-base-uncased模型进行微调的情感分析,数据集采用IMDB。