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

@ -23,7 +23,7 @@ EXPECTED_DATASET_SCHEMA = {
ColumnName.expected_answer.value: StringType(),
}
],
"chat": [
"dialog": [
{
ColumnName.dialog.value: StringType(),
}