Timit_asr dataset issue

I am trying to load the timit_asr dataset however only the first record is shown (duplicated over all the raws).

dataset = load_dataset(“timit_asr”, split=“test”).shuffle().select(range(10))

The above code result with the same sentence duplicated ten times.
It also happens when I use the dataset viewer at Streamlit .

Can you please help?

This issue has been fixed in the recent versions of :hugs: Datasets, and the viewer in updated :wink: