Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Datasets:
janak2
/
3second-small
like
0
Modalities:
Audio
Dataset card
Viewer
Files
Files and versions
Community
ce7d32d
3second-small
/
cleanup.py
tmctmc
xx
7702011
over 1 year ago
raw
Copy download link
history
blame
101 Bytes
import
csv
f = csv.reader(
open
(
"metadata.csv"
))
for
row
in
f:
print
(
"git checkout "
+ row[
0
])