Spaces:
Runtime error
Runtime error
Tristan Thrush
commited on
Commit
·
3ee9aeb
1
Parent(s):
13603a4
Revert "removed range requirement for f1"
Browse filesThis reverts commit 8a4cc50e34337b5c1c75761c743da6f0d3f82a5a.
utils.py
CHANGED
@@ -13,6 +13,7 @@ metric_ranges = {
|
|
13 |
"accuracy": (0,1),
|
14 |
"precision": (0,1),
|
15 |
"recall": (0,1),
|
|
|
16 |
"macro f1": (0,1),
|
17 |
"micro f1": (0,1),
|
18 |
"pearson": (-1, 1),
|
|
|
13 |
"accuracy": (0,1),
|
14 |
"precision": (0,1),
|
15 |
"recall": (0,1),
|
16 |
+
"f1": (0,1),
|
17 |
"macro f1": (0,1),
|
18 |
"micro f1": (0,1),
|
19 |
"pearson": (-1, 1),
|