File size: 249 Bytes
49d6897
 
b66f230
49d6897
b66f230
 
49d6897
1
2
3
4
5
6
7
8
SUPPORTED_METRICS = [
    "avg_mcauroc",  # for classification tasks
    "exact_match",  # for QA tasks
    "acc",  # for multichoice tasks
    "rouge_raw_r2_mid_f",  # for summarization tasks
    "word_perplexity",  # for language modeling tasks
]