Spaces:
Runtime error
Runtime error
Tristan Thrush
commited on
Commit
·
6aef686
1
Parent(s):
888432c
removed cer and wer from range enforcement
Browse files
utils.py
CHANGED
|
@@ -16,8 +16,6 @@ metric_ranges = {
|
|
| 16 |
"f1": (0,1),
|
| 17 |
"macro f1": (0,1),
|
| 18 |
"micro f1": (0,1),
|
| 19 |
-
"cer": (0,1),
|
| 20 |
-
"wer": (0,1),
|
| 21 |
"pearson": (-1, 1),
|
| 22 |
"matthews_correlation": (-1, 1),
|
| 23 |
"spearmanr": (-1, 1),
|
|
|
|
| 16 |
"f1": (0,1),
|
| 17 |
"macro f1": (0,1),
|
| 18 |
"micro f1": (0,1),
|
|
|
|
|
|
|
| 19 |
"pearson": (-1, 1),
|
| 20 |
"matthews_correlation": (-1, 1),
|
| 21 |
"spearmanr": (-1, 1),
|