napsternxg
commited on
Commit
•
e882096
1
Parent(s):
5582a81
Update README.md
Browse files
README.md
CHANGED
@@ -4,9 +4,21 @@ tags:
|
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
- wnut_17
|
|
|
|
|
7 |
model-index:
|
8 |
-
|
9 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -74,6 +86,26 @@ The following hyperparameters were used during training:
|
|
74 |
| 0.0049 | 14.0 | 2982 | 0.3376 | 0.6803 | 0.6096 | 0.6430 | 0.9509 | 0.2975 | 0.4436 | 0.3624 | 0.6834 | 0.7902 | 0.3887 |
|
75 |
|
76 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
### Framework versions
|
78 |
|
79 |
- Transformers 4.17.0
|
|
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
- wnut_17
|
7 |
+
metrics:
|
8 |
+
- seqeval
|
9 |
model-index:
|
10 |
+
name: fine_tune_bert_output_LP_FP
|
11 |
+
results:
|
12 |
+
task:
|
13 |
+
type: token-classification # Required. Example: automatic-speech-recognition
|
14 |
+
name: named-entity-recognition # Optional. Example: Speech Recognition
|
15 |
+
dataset:
|
16 |
+
type: wnut_17 # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
|
17 |
+
name: wnut_17 # Optional. Example: Common Voice zh-CN
|
18 |
+
metrics:
|
19 |
+
type: seqeval # Required. Example: wer
|
20 |
+
value: 0.5508159175493844 # Required. Example: 20.90
|
21 |
+
name: test_overall_f1 # Optional. Example: Test WER
|
22 |
---
|
23 |
|
24 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
86 |
| 0.0049 | 14.0 | 2982 | 0.3376 | 0.6803 | 0.6096 | 0.6430 | 0.9509 | 0.2975 | 0.4436 | 0.3624 | 0.6834 | 0.7902 | 0.3887 |
|
87 |
|
88 |
|
89 |
+
### Overall results
|
90 |
+
|
91 |
+
| metric_type | train | validation | test |
|
92 |
+
|:-------------------|-----------:|-----------:|-----------:|
|
93 |
+
| loss | 0.012030 | 0.271155 | 0.273943 |
|
94 |
+
| runtime | 16.292400 | 5.068800 | 8.596800 |
|
95 |
+
| samples_per_second | 208.318000 | 199.060000 | 149.707000 |
|
96 |
+
| steps_per_second | 13.074000 | 12.626000 | 9.422000 |
|
97 |
+
| corporation_f1 | 0.936877 | 0.307692 | 0.368627 |
|
98 |
+
| person_f1 | 0.984252 | 0.773455 | 0.689826 |
|
99 |
+
| product_f1 | 0.893246 | 0.398625 | 0.270423 |
|
100 |
+
| creative-work_f1 | 0.880562 | 0.484211 | 0.415274 |
|
101 |
+
| group_f1 | 0.975547 | 0.316667 | 0.411348 |
|
102 |
+
| location_f1 | 0.978887 | 0.680851 | 0.638695 |
|
103 |
+
| overall_accuracy | 0.997709 | 0.950244 | 0.949920 |
|
104 |
+
| overall_f1 | 0.961113 | 0.633978 | 0.550816 |
|
105 |
+
| overall_precision | 0.956337 | 0.657449 | 0.615483 |
|
106 |
+
| overall_recall | 0.965938 | 0.612126 | 0.498446 |
|
107 |
+
|
108 |
+
|
109 |
### Framework versions
|
110 |
|
111 |
- Transformers 4.17.0
|