This commit is contained in:
Jun 2025-05-27 03:43:04 +00:00
parent 9e488c2f8f
commit 7d6094fee7

View File

@ -131,6 +131,7 @@ from .simpleqa import * # noqa: F401, F403
from .siqa import * # noqa: F401, F403
from .smolinstruct import * # noqa: F401, F403
from .squad20 import SQuAD20Dataset, SQuAD20Evaluator # noqa: F401, F403
from .srbench import *
from .storycloze import * # noqa: F401, F403
from .strategyqa import * # noqa: F401, F403
from .subjective import * # noqa: F401, F403