Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
juziguaijiu
/
test1
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
refs/pr/1
test1
/
app.py
juziguaijiu
Update app.py
b81bbe7
verified
7 months ago
raw
Copy download link
history
blame
Safe
109 Bytes
from
datasets
import
load_dataset
ds = load_dataset(
"OpenVideo/Youtube-Common-First-600-Parquet"
)
print
(ds)