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

Update README.md

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