make sure your environment is set up
pip install datasets
Run the following command to download&load your data
from datasets import load_dataset
dataset = load_dataset("aidenpan/s_clips-v1.0")
Print it out
print(dataset["full"]["identifier"])
['137720:2',
'221257:7',
'159943:2',
'124745:14',
'179035:9'
...
]