Spaces:
Runtime error
Runtime error
File size: 430 Bytes
49d6897 b66f230 49d6897 c343916 b66f230 49d6897 c343916 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
SUPPORTED_METRICS = [
"avg_mcauroc", # for classification tasks
"exact_match", # for QA tasks
"acc", # for multichoice tasks
"rouge_raw_r2_mid_f_without_bootstrap", # for summarization tasks
"rouge_raw_r2_mid_f", # for summarization tasks, older metric version for back compatibility
"word_perplexity", # for language modeling tasks
]
EXTRA_INFO_RELEASE_KEYS = [
'filtered_resps',
'doc_id',
]
|