TatsukichiHayama / README.md
Yuzmi's picture
Update README.md
2653c5b
|
raw
history blame
277 Bytes
---
|_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**"})