mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
Update HotpotQA
This commit is contained in:
parent
eab9b841d6
commit
390b65fda3
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ from examples.aflow.scripts.optimizer_utils.experience_utils import ExperienceUt
|
|||
from examples.aflow.scripts.optimizer_utils.evaluation_utils import EvaluationUtils
|
||||
from examples.aflow.scripts.optimizer_utils.convergence_utils import ConvergenceUtils
|
||||
|
||||
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"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue