feat: add utterance field to dataset entries and update related components for filtering and display
This commit is contained in:
@@ -131,6 +131,8 @@ export async function processDatasetEntries(
|
||||
externalId: row.id,
|
||||
speakerId: row.speaker,
|
||||
modelName: row.model,
|
||||
utteranceId: row.utt_id,
|
||||
utteranceText: row.text,
|
||||
fileName: relativePath,
|
||||
dialect: row.dialect,
|
||||
iteration: parseInt(row.iteration, 10),
|
||||
|
||||
Reference in New Issue
Block a user