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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -5,7 +5,7 @@ datasets:
5
  widget:
6
  - text: "I like this movie. That sounds so good!"
7
  example_title: "Positive"
8
- - text: "I like this movie. That sounds so good!"
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
+ - text: "I don't like this. It smells disgusting."
9
  example_title: "Negative"
10
  ---
11
  对bert-base-uncased模型进行微调的情感分析,数据集采用IMDB。