Update validation metrics
Browse files
README.md
CHANGED
@@ -27,16 +27,16 @@ model-index:
|
|
27 |
split: validation
|
28 |
metrics:
|
29 |
- type: accuracy
|
30 |
-
value: 0.
|
31 |
name: Accuracy
|
32 |
- type: f1
|
33 |
-
value: 0.
|
34 |
name: F1
|
35 |
- type: precision
|
36 |
-
value: 0.
|
37 |
name: Precision
|
38 |
- type: recall
|
39 |
-
value: 0.
|
40 |
name: Recall
|
41 |
---
|
42 |
|
|
|
27 |
split: validation
|
28 |
metrics:
|
29 |
- type: accuracy
|
30 |
+
value: 0.8110749185667753
|
31 |
name: Accuracy
|
32 |
- type: f1
|
33 |
+
value: 0.8092105263157895
|
34 |
name: F1
|
35 |
- type: precision
|
36 |
+
value: 0.8145695364238411
|
37 |
name: Precision
|
38 |
- type: recall
|
39 |
+
value: 0.803921568627451
|
40 |
name: Recall
|
41 |
---
|
42 |
|