napsternxg
commited on
Commit
•
1e8a9b1
1
Parent(s):
dab4535
Update README.md
Browse files
README.md
CHANGED
@@ -2,23 +2,38 @@
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
|
|
5 |
datasets:
|
6 |
- wnut_17
|
7 |
metrics:
|
8 |
-
-
|
|
|
|
|
|
|
9 |
model-index:
|
10 |
-
- name:
|
11 |
results:
|
12 |
-
- task:
|
13 |
-
|
14 |
-
|
15 |
dataset:
|
16 |
-
|
17 |
-
|
|
|
18 |
metrics:
|
19 |
-
|
20 |
-
|
21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
+
- named-entity-recognition
|
6 |
+
- token-classification
|
7 |
datasets:
|
8 |
- wnut_17
|
9 |
metrics:
|
10 |
+
- precision
|
11 |
+
- recall
|
12 |
+
- f1
|
13 |
+
- accuracy
|
14 |
model-index:
|
15 |
+
- name: fine_tune_bertweet-base-lp-ft
|
16 |
results:
|
17 |
+
- task:
|
18 |
+
name: Token Classification
|
19 |
+
type: token-classification
|
20 |
dataset:
|
21 |
+
name: wnut_17
|
22 |
+
type: wnut_17
|
23 |
+
args: semval
|
24 |
metrics:
|
25 |
+
- name: Precision
|
26 |
+
type: precision
|
27 |
+
value: 0.6154830454254638
|
28 |
+
- name: Recall
|
29 |
+
type: recall
|
30 |
+
value: 0.49844559585492226
|
31 |
+
- name: F1
|
32 |
+
type: f1
|
33 |
+
value: 0.5508159175493844
|
34 |
+
- name: Accuracy
|
35 |
+
type: accuracy
|
36 |
+
value: 0.9499198834668608
|
37 |
---
|
38 |
|
39 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|