leaderboards / ascending_metrics.py
Tristan Thrush
added metric sort orders, added feature to display all metrics at the same time
c84ed95
raw history blame
No virus
127 Bytes
ascending_metrics = {
"wer",
"cer",
"loss",
"mae",
"mahalanobis",
"mse",
"perplexity",
"ter",
}