Upload all_results.json with huggingface_hub
Browse files- all_results.json +17 -0
all_results.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 3.0,
|
| 3 |
+
"test_ORG": {
|
| 4 |
+
"f1": 0.7558602090122487,
|
| 5 |
+
"number": 22428,
|
| 6 |
+
"precision": 0.7620428694430598,
|
| 7 |
+
"recall": 0.749777064383806
|
| 8 |
+
},
|
| 9 |
+
"test_loss": 0.006781590636819601,
|
| 10 |
+
"test_overall_accuracy": 0.971484458026341,
|
| 11 |
+
"test_overall_f1": 0.7558602090122487,
|
| 12 |
+
"test_overall_precision": 0.7620428694430598,
|
| 13 |
+
"test_overall_recall": 0.749777064383806,
|
| 14 |
+
"test_runtime": 74.9407,
|
| 15 |
+
"test_samples_per_second": 460.965,
|
| 16 |
+
"test_steps_per_second": 3.603
|
| 17 |
+
}
|