Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Datasets:
jherng
/
xd-violence
like
3
License:
mit
Dataset card
Files
Files and versions
Community
1
0a3e21f
xd-violence
/
test.py
jherng
Edit dataset loading script
0a3e21f
12 months ago
raw
Copy download link
history
blame
Safe
114 Bytes
from
datasets
import
load_dataset
ds = load_dataset(
"jherng/xd-violence"
, name=
"video"
, split=
"train"
)
print
(ds)