File size: 327 Bytes
896f56b |
1 2 3 4 5 6 7 8 |
from datasets import load_dataset
# Load your dataset (make sure this path is correct and the dataset loads successfully)
dataset = load_dataset("imagefolder", data_dir="C:/Users/nave1/Desktop/Final-project/Urban-Climate/data")
# Push the dataset to the Hugging Face Hub
dataset.push_to_hub("nave1616/urban_climate_dataset")
|