tom
commited on
Commit
·
d7d46ae
1
Parent(s):
3016978
add bert tiny experiment result
Browse files
README.md
CHANGED
@@ -30,7 +30,14 @@ task_categories:
|
|
30 |
生 O
|
31 |
```
|
32 |
|
33 |
-
|
|
|
34 |
|
35 |
<img src="https://file.ddot.cc/imagehost/2023/8bb93212-5812-4211-91b8-7a6bda841e1b.png">
|
36 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
生 O
|
31 |
```
|
32 |
|
33 |
+
# 效果
|
34 |
+
## 不同模型的效果对比:
|
35 |
|
36 |
<img src="https://file.ddot.cc/imagehost/2023/8bb93212-5812-4211-91b8-7a6bda841e1b.png">
|
37 |
|
38 |
+
## Bert-tiny 结果
|
39 |
+
|model | precision | recall | f1-score | support |
|
40 |
+
|---|---|---|---|---|
|
41 |
+
|BERT-tiny | 0.9490 | 0.9538 | 0.9447 | 全部 |
|
42 |
+
|BERT-tiny | 0.9278 | 0.9251 | 0.9313 | top100 train |
|
43 |
+
|