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?