xd-violence / test.py
jherng's picture
Edit dataset loading script
0a3e21f
raw
history blame
No virus
114 Bytes
from datasets import load_dataset
ds = load_dataset("jherng/xd-violence", name="video", split="train")
print(ds)