in ultravox/data/datasets.py [0:0]
def __iter__(self): for i, sample in enumerate(self._dataset): if i >= self._length: break yield sample