This PR implements a simple conversion from a CutSet containing MonoCuts and single-source Recording to a HuggingFace dataset.
CutSet.to_huggingface_dataset: None -> DataSetconverts the cutset into one of two formats, depending on whether all the cuts contain only one supervision or multiple of them. The formats are described in the method's docstring.
This PR implements a simple conversion from a CutSet containing MonoCuts and single-source Recording to a HuggingFace dataset.
CutSet.to_huggingface_dataset: None -> DataSet
converts the cutset into one of two formats, depending on whether all the cuts contain only one supervision or multiple of them. The formats are described in the method's docstring.