Spaces:
Runtime error
Runtime error
Tristan Thrush
commited on
Commit
·
8a4cc50
1
Parent(s):
5170076
removed range requirement for f1
Browse files
utils.py
CHANGED
|
@@ -13,7 +13,6 @@ metric_ranges = {
|
|
| 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),
|
|
|
|
| 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),
|