Skip to content

Commit edab1c0

Browse files
wangxingjun778Yun linYunnglinYun lintonysy
authoredJul 29, 2024··
[Feature] Support ModelScope datasets (#1289)
* add ceval, gsm8k modelscope surpport * update race, mmlu, arc, cmmlu, commonsenseqa, humaneval and unittest * update bbh, flores, obqa, siqa, storycloze, summedits, winogrande, xsum datasets * format file * format file * update dataset format * support ms_dataset * udpate dataset for modelscope support * merge myl_dev and update test_ms_dataset * udpate dataset for modelscope support * update readme * update eval_api_zhipu_v2 * remove unused code * add get_data_path function * update readme * remove tydiqa japanese subset * add ceval, gsm8k modelscope surpport * update race, mmlu, arc, cmmlu, commonsenseqa, humaneval and unittest * update bbh, flores, obqa, siqa, storycloze, summedits, winogrande, xsum datasets * format file * format file * update dataset format * support ms_dataset * udpate dataset for modelscope support * merge myl_dev and update test_ms_dataset * update readme * udpate dataset for modelscope support * update eval_api_zhipu_v2 * remove unused code * add get_data_path function * remove tydiqa japanese subset * update util * remove .DS_Store * fix md format * move util into package * update docs/get_started.md * restore eval_api_zhipu_v2.py, add environment setting * Update dataset * Update * Update * Update * Update --------- Co-authored-by: Yun lin <[email protected]> Co-authored-by: Yunnglin <[email protected]> Co-authored-by: Yun lin <[email protected]> Co-authored-by: Yunnglin <[email protected]> Co-authored-by: zhangsongyang <[email protected]>
1 parent 12b84ae commit edab1c0

File tree

433 files changed

+3223
-988
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

433 files changed

+3223
-988
lines changed
 

‎.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
.DS_Store
22
output_*/
33
outputs/
44
scripts/

‎.pre-commit-config.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
exclude: |
22
(?x)^(
33
tests/data/|
4+
tests/dataset/|
45
opencompass/models/internal/|
56
opencompass/utils/internal/|
67
opencompass/openicl/icl_evaluator/hf_metrics/|

0 commit comments

Comments
 (0)
Please sign in to comment.