Change HotpotQA

This commit is contained in:
Zhaoyang Yu 2024-10-16 19:50:50 +08:00
parent eea94865ad
commit eab9b841d6

View file

@ -8,7 +8,7 @@ from metagpt.configs.models_config import ModelsConfig
from typing import Literal
# DatasetType, QuestionType, and OptimizerType definitions
DatasetType = Literal["HumanEval", "MBPP", "GSM8K", "MATH", "HotpotQa", "DROP"]
DatasetType = Literal["HumanEval", "MBPP", "GSM8K", "MATH", "HotpotQA", "DROP"]
QuestionType = Literal["math", "code", "quiz"]
OptimizerType = Literal["Graph", "Test"]