mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-24 14:15:17 +02:00
Change HotpotQA
This commit is contained in:
parent
eea94865ad
commit
eab9b841d6
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue