This commit is contained in:
Botao Chen 2025-01-09 16:57:48 -08:00
parent 49e1a25343
commit 929e7c0e69
6 changed files with 9 additions and 25 deletions

View file

@ -30,7 +30,7 @@ class OptimizerType(Enum):
@json_schema_type
class DatasetFormat(Enum):
instruct = "instruct"
chat = "chat"
chat = "dialog"
@json_schema_type