Update README.md
Browse files
README.md
CHANGED
@@ -2,21 +2,8 @@
|
|
2 |
license: mit
|
3 |
datasets:
|
4 |
- imdb
|
5 |
-
|
6 |
-
-
|
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。
|
22 |
|
|
|
2 |
license: mit
|
3 |
datasets:
|
4 |
- imdb
|
5 |
+
tags:
|
6 |
+
- pytorch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
对bert-base-uncased模型进行微调的情感分析,数据集采用IMDB。
|
9 |
|