Update README.md
Browse files
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
|
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。
|