CG2RealDataset3 / load_and_check_dataset.py
Alexandre Lordelo
Upload dataset and images to CG2RealDataset3
f4901ba
raw
history blame contribute delete
156 Bytes
from load import load_dataset
dataset = load_dataset()
print("Column names: ", dataset["train"].column_names)
print("Sample data: ", dataset["train"][0])