Datasets:
Update M4LE.py
Browse files
M4LE.py
CHANGED
@@ -47,45 +47,45 @@ URL = r"https://huggingface.co/datasets/wckwan/M4LE/resolve/main/data.zip"
|
|
47 |
|
48 |
|
49 |
tasks = [
|
50 |
-
"
|
51 |
-
"news-commentary_global_tran-zh2en",
|
52 |
-
"wiki2019zh_semantic-single_nli+ret",
|
53 |
-
"thucnews_semantic-multiple_cls+cnt",
|
54 |
-
"pubmed_global_sum",
|
55 |
-
"marc_explicit-multiple_cls+ret",
|
56 |
"bigpatent_global_cls",
|
57 |
-
"
|
58 |
-
"
|
|
|
|
|
|
|
|
|
|
|
59 |
"drcd_explicit-single_ret",
|
60 |
-
"arxiv_global_sum",
|
61 |
-
"nq-open_semantic-single_qa",
|
62 |
-
"triviaqa_global_qa",
|
63 |
-
"booksum_global_sum",
|
64 |
-
"online-shopping_explicit-multiple_cls+ret",
|
65 |
-
"c3_explicit-single_qa+ret",
|
66 |
-
"clts_global_sum",
|
67 |
-
"cnnnews_explicit-single_sum+ret",
|
68 |
-
"wikihow_semantic-single_sum",
|
69 |
-
"news-commentary_global_tran-en2zh",
|
70 |
-
"hotpotqa_semantic-multiple_qa",
|
71 |
-
"duorc_semantic-single_qa",
|
72 |
-
"wikitext-103_semantic-single_nli+ret",
|
73 |
-
"lcsts_explicit-single_sum+ret",
|
74 |
-
"newsqa_explicit-single_qa",
|
75 |
-
"dureader_semantic-single_qa",
|
76 |
-
"mnds-news_explicit-multiple_cls+ret",
|
77 |
-
"tedtalks_semantic-single_tran+ret-zh2en",
|
78 |
"drcd_semantic-single_qa",
|
79 |
-
"
|
|
|
|
|
|
|
|
|
|
|
80 |
"mnds-news_explicit-single_cls+ret",
|
81 |
-
"
|
82 |
-
"
|
83 |
-
"
|
84 |
-
"
|
85 |
-
"
|
86 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
87 |
"thucnews_explicit-multiple_cls+ret",
|
88 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
89 |
]
|
90 |
|
91 |
|
|
|
47 |
|
48 |
|
49 |
tasks = [
|
50 |
+
"arxiv",
|
|
|
|
|
|
|
|
|
|
|
51 |
"bigpatent_global_cls",
|
52 |
+
"bigpatent_global_sum",
|
53 |
+
"booksum",
|
54 |
+
"c3",
|
55 |
+
"cepsum",
|
56 |
+
"clts",
|
57 |
+
"cnewsum",
|
58 |
+
"cnnnews",
|
59 |
"drcd_explicit-single_ret",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
"drcd_semantic-single_qa",
|
61 |
+
"duorc",
|
62 |
+
"dureader",
|
63 |
+
"hotpotqa",
|
64 |
+
"lcsts",
|
65 |
+
"marc",
|
66 |
+
"mnds-news_explicit-multiple_cls+ret",
|
67 |
"mnds-news_explicit-single_cls+ret",
|
68 |
+
"mnds-news_semantic-multiple_cls+cnt",
|
69 |
+
"ncls",
|
70 |
+
"news-commentary-en2zh",
|
71 |
+
"news-commentary-zh2en",
|
72 |
+
"news2016",
|
73 |
+
"newsqa",
|
74 |
+
"nq-open",
|
75 |
+
"online-shopping",
|
76 |
+
"open-subtitles-en2zh",
|
77 |
+
"open-subtitles-zh2en",
|
78 |
+
"pubmed",
|
79 |
+
"tedtalks-en2zh",
|
80 |
+
"tedtalks-zh2en",
|
81 |
"thucnews_explicit-multiple_cls+ret",
|
82 |
+
"thucnews_explicit-single_cls+ret",
|
83 |
+
"thucnews_semantic-multiple_cls+cnt",
|
84 |
+
"triviaqa",
|
85 |
+
"wiki2019zh",
|
86 |
+
"wikihow",
|
87 |
+
"wikitext-103",
|
88 |
+
"wow",
|
89 |
]
|
90 |
|
91 |
|