adalbertojunior
commited on
Commit
•
2e6a8ba
1
Parent(s):
34309b6
Upload 2 files
Browse files- model.safetensors +2 -2
- predict_results.json +11 -0
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c10d93e26bc6dfc110f98e012078cbe486c935b9b298d7a31fbbccca176d8327
|
3 |
+
size 349928764
|
predict_results.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"predict_accuracy": 0.9721915411974231,
|
3 |
+
"predict_f1": 0.8589209535759096,
|
4 |
+
"predict_loss": 0.18350781500339508,
|
5 |
+
"predict_model_preparation_time": 0.0009,
|
6 |
+
"predict_precision": 0.8385105340519353,
|
7 |
+
"predict_recall": 0.8803497942386831,
|
8 |
+
"predict_runtime": 47.7887,
|
9 |
+
"predict_samples_per_second": 103.79,
|
10 |
+
"predict_steps_per_second": 103.79
|
11 |
+
}
|