TatsukichiHayama / README.md
Yuzmi's picture
Update README.md
ad08774
|
raw
history blame
No virus
546 Bytes

metadata: license: apache-2.0

dataset:

  • name: README.md type: file
  • name: train type: directory contents:
    • name: img1.png type: file
    • name: img2.png type: file
  • name: download_dataset type: command commands:
  • name: load_dataset type: python code: | from datasets import load_dataset ds = load_dataset("imagefolder", data_files={"train": "Yuzmi/TatsukichiHayama"})