_all_.py 521 Bytes
Newer Older
gaotongxiao's avatar
gaotongxiao committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
_base_ = [
    'bustm.py',
    'afqmc.py',
    'eprstmt.py',
    'ocnli_fc.py',
    'ocnli.py',
    'cmnli.py',
    'csl.py',
    'chid.py',
    'cluewsc.py',
    'tnews.py',
    'C3.py',
    'CMRC.py',
    'DRCD.py',
    'lcsts.py',
    'piqa.py',
    'commonsenseqa.py',
    'gsm8k.py',
    'flores.py',
    'humaneval.py',
    'mbpp.py',
    'triviaqa.py',
    'nq.py',
    'agieval.py',
    'mmlu.py',
    'ceval.py',
]

datasets = []
for k, v in _base_.items():
    if k.endswith("_datasets"):
        datasets += v