Skip to content

Commit

Permalink
Add SVAMP dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
liushz committed Nov 20, 2023
1 parent 8c13392 commit 0a7b0ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 42 deletions.
38 changes: 0 additions & 38 deletions configs/datasets/SVAMP/svamp_gen_5edbdb.py

This file was deleted.

5 changes: 1 addition & 4 deletions opencompass/datasets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,10 @@
from .cmnli import * # noqa: F401, F403
from .cmrc import * # noqa: F401, F403
from .commonsenseqa import * # noqa: F401, F403
from .commonsenseqa_cn import * # noqa: F401, F403
from .copa import * # noqa: F401, F403
from .crowspairs import * # noqa: F401, F403
from .crowspairs_cn import * # noqa: F401, F403
from .csl import * # noqa: F401, F403
from .cvalues import * # noqa: F401, F403
from .douknow import * # noqa: F401, F403
from .drcd import * # noqa: F401, F403
from .drop import * # noqa: F401, F403
from .ds1000 import * # noqa: F401, F403
Expand Down Expand Up @@ -58,7 +55,6 @@
from .multirc import * # noqa: F401, F403
from .narrativeqa import * # noqa: F401, F403
from .natural_question import * # noqa: F401, F403
from .natural_question_cn import * # noqa: F401, F403
from .obqa import * # noqa: F401, F403
from .piqa import * # noqa: F401, F403
from .py150 import * # noqa: F401, F403
Expand All @@ -77,6 +73,7 @@
from .summedits import * # noqa: F401, F403
from .summscreen import * # noqa: F401, F403
from .svamp import * # noqa: F401, F403
from .tabmwp import * # noqa: F401, F403
from .TheoremQA import * # noqa: F401, F403
from .tnews import * # noqa: F401, F403
from .triviaqa import * # noqa: F401, F403
Expand Down

0 comments on commit 0a7b0ac

Please sign in to comment.