Upload test_results.json with huggingface_hub
Browse files- test_results.json +11 -0
test_results.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 3.0,
|
3 |
+
"test_accuracy": 0.9299818264326611,
|
4 |
+
"test_f1": 0.6938826894412441,
|
5 |
+
"test_loss": 0.2369212508201599,
|
6 |
+
"test_precision": 0.6775065885222044,
|
7 |
+
"test_recall": 0.7110700573834785,
|
8 |
+
"test_runtime": 65.162,
|
9 |
+
"test_samples_per_second": 577.76,
|
10 |
+
"test_steps_per_second": 36.11
|
11 |
+
}
|