File size: 977 Bytes
dbe09be 6ab41ac b4859c5 6ab41ac b4859c5 6ab41ac b4859c5 6ab41ac ae404c2 b4859c5 ae404c2 b4859c5 02401f2 dbe09be b4859c5 |
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 33 34 35 36 37 38 39 40 41 42 |
---
configs:
- config_name: mmlu_professional_accounting
data_files:
- split: test
path: data/mmlu_pa_test.csv
- split: dev
path: data/mmlu_professional_accounting_dev.csv
- config_name: mmlu_high_school_microeconomics
data_files:
- split: test
path: data/mmlu_mi_test.csv
- split: dev
path: data/mmlu_high_school_microeconomics_dev.csv
- config_name: mmlu_high_school_macroeconomics
data_files:
- split: test
path: data/mmlu_ma_test.csv
- split: dev
path: data/mmlu_high_school_macroeconomics_dev.csv
- config_name: mmlu_econometrics
data_files:
- split: test
path: data/mmlu_em_test.csv
- split: dev
path: data/mmlu_econometrics_dev.csv
- config_name: finqa
data_files:
- split: test
path: data/finqa_test.csv
- split: dev
path: data/finqa_dev.csv
- config_name: convfinqa
data_files:
- split: test
path: data/convfinqa_test.csv
- split: dev
path: data/convfinqa_valid.csv
license: mit
---
|