Datasets:
How do I get the transcript for the audio?
#3
by
shamoons
- opened
from datasets import load_dataset
ds = load_dataset("edinburghcstr/ami", "ihm", cache_dir="data/ami")
print(ds)
print(ds["train"][0])
I want to get the speaker for each segment for a diarization task.