Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Seetha
/
datase_test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6ef4dfa
datase_test
/
app.py
Seetha
Update app.py
6ef4dfa
over 1 year ago
raw
Copy download link
history
blame
Safe
114 Bytes
from
datasets
import
load_dataset
dataset = load_dataset_builder(
'Seetha/visual_cs'
)
print
(dataset.info.features)