Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/openbench/dataset/dataset_aliases.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def register_dataset_aliases() -> None:
DatasetConfig(
dataset_id=os.getenv("CALLHOME_ENGLISH_DATASET_REPO_ID", "argmaxinc/callhome-english"), split="test"
),
supported_pipeline_types={PipelineType.TRANSCRIPTION, PipelineType.ORCHESTRATION},
supported_pipeline_types={PipelineType.TRANSCRIPTION, PipelineType.ORCHESTRATION, PipelineType.DIARIZATION},
description=(
"Callhome English dataset for transcription and orchestration evaluation. "
"To use this dataset you need to buy the license for the audio files at https://catalog.ldc.upenn.edu/LDC97S42 and the license for the transcript files at https://catalog.ldc.upenn.edu/LDC97T14"
Expand Down
Loading