File size: 277 Bytes
7e39858 2653c5b 71d4680 7e39858 |
1 2 3 4 5 6 7 8 9 10 |
---
|_README.md
|_train
|_ img1.png
|_ img2.png
# download the dataset
!git lfs install
!git clone https://huggingface.co/datasets/Yuzmi/TatsukichiHayama
from datasets import load_dataset
ds = load_dataset("imagefolder", data_files={"train": "Yuzmi/TatsukichiHayama**"}) |