czty's picture
Add files using upload-large-folder tool
b2c86fd verified
Raw
History Blame Contribute Delete
194 Bytes
import os
import labbench
EVAL_DIR = os.path.dirname(__file__)
MCQ_SOURCES, OPEN_ANSWER_SOURCES = labbench.get_data_sources(EVAL_DIR)
class EvalInstance(labbench.BaseEvalInstance):
pass