Upload all_results.json with huggingface_hub
Browse files- all_results.json +29 -0
all_results.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 3.0,
|
3 |
+
"test_LOC": {
|
4 |
+
"f1": 0.9056122448979592,
|
5 |
+
"number": 382,
|
6 |
+
"precision": 0.8830845771144279,
|
7 |
+
"recall": 0.9293193717277487
|
8 |
+
},
|
9 |
+
"test_ORG": {
|
10 |
+
"f1": 0.8203753351206435,
|
11 |
+
"number": 361,
|
12 |
+
"precision": 0.7948051948051948,
|
13 |
+
"recall": 0.8476454293628809
|
14 |
+
},
|
15 |
+
"test_PER": {
|
16 |
+
"f1": 0.9257485029940119,
|
17 |
+
"number": 833,
|
18 |
+
"precision": 0.9235364396654719,
|
19 |
+
"recall": 0.9279711884753902
|
20 |
+
},
|
21 |
+
"test_loss": 0.006713456939905882,
|
22 |
+
"test_overall_accuracy": 0.9810358565737052,
|
23 |
+
"test_overall_f1": 0.8962499999999999,
|
24 |
+
"test_overall_precision": 0.8830049261083743,
|
25 |
+
"test_overall_recall": 0.9098984771573604,
|
26 |
+
"test_runtime": 18.5621,
|
27 |
+
"test_samples_per_second": 62.17,
|
28 |
+
"test_steps_per_second": 1.993
|
29 |
+
}
|