Marwolaeth
commited on
Commit
•
06ec836
1
Parent(s):
84411a9
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.8175895765472313
|
31 |
name: Accuracy
|
32 |
- type: f1
|
33 |
+
value: 0.8169934640522876
|
34 |
name: F1
|
35 |
- type: precision
|
36 |
+
value: 0.8169934640522876
|
37 |
name: Precision
|
38 |
- type: recall
|
39 |
+
value: 0.8169934640522876
|
40 |
name: Recall
|
41 |
---
|
42 |
|