Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
from datasets import load_dataset
|
2 |
-
|
3 |
-
_runtime._is_google_colab = False
|
4 |
-
ds = load_dataset("Yuzmi/TatsukichiHayama")
|
|
|
1 |
+
---
|
2 |
+
|_README.md
|
3 |
+
|_train
|
4 |
+
|_ img1.png
|
5 |
+
|_ img2.png
|
6 |
+
# download the dataset
|
7 |
+
!git lfs install
|
8 |
+
!git clone https://huggingface.co/datasets/lowres/ai-ohto
|
9 |
from datasets import load_dataset
|
10 |
+
ds = load_dataset("imagefolder", data_files={"train": "Yuzmi/TatsukichiHayama**"})
|
|
|
|