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.
· Sign up or log in to comment