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("AnimeCLIP/avd-v1.0-safe")
Print it out
print(dataset["val"]["identifier"])
['137720:2',
'221257:7',
'159943:2',
'124745:14',
'179035:9'
...
]