Upload all_results.json with huggingface_hub
Browse files- all_results.json +41 -0
all_results.json
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 3.0,
|
3 |
+
"test_DNA": {
|
4 |
+
"f1": 0.7335834896810508,
|
5 |
+
"number": 1042,
|
6 |
+
"precision": 0.7174311926605504,
|
7 |
+
"recall": 0.7504798464491362
|
8 |
+
},
|
9 |
+
"test_RNA": {
|
10 |
+
"f1": 0.7317073170731708,
|
11 |
+
"number": 117,
|
12 |
+
"precision": 0.6976744186046512,
|
13 |
+
"recall": 0.7692307692307693
|
14 |
+
},
|
15 |
+
"test_cell_line": {
|
16 |
+
"f1": 0.637037037037037,
|
17 |
+
"number": 490,
|
18 |
+
"precision": 0.5830508474576271,
|
19 |
+
"recall": 0.7020408163265306
|
20 |
+
},
|
21 |
+
"test_cell_type": {
|
22 |
+
"f1": 0.7778709136630344,
|
23 |
+
"number": 1886,
|
24 |
+
"precision": 0.822209096278795,
|
25 |
+
"recall": 0.7380699893955461
|
26 |
+
},
|
27 |
+
"test_loss": 0.018414407968521118,
|
28 |
+
"test_overall_accuracy": 0.9409976933662004,
|
29 |
+
"test_overall_f1": 0.7620637836032726,
|
30 |
+
"test_overall_precision": 0.7289958470876371,
|
31 |
+
"test_overall_recall": 0.7982742537313433,
|
32 |
+
"test_protein": {
|
33 |
+
"f1": 0.77548032936871,
|
34 |
+
"number": 5041,
|
35 |
+
"precision": 0.7196467991169978,
|
36 |
+
"recall": 0.8407062090854989
|
37 |
+
},
|
38 |
+
"test_runtime": 29.542,
|
39 |
+
"test_samples_per_second": 166.712,
|
40 |
+
"test_steps_per_second": 5.213
|
41 |
+
}
|