Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -73,7 +73,7 @@ dataset = load_dataset(
|
|
73 |
|
74 |
```
|
75 |
|
76 |
-
Note: The directory/folder structure obtained from HuggingFace's load_dataset API includes chunks(eg, 000, 001, etc). Hence, it does not support YOLO training. For YOLO training or CIFAR-10 based directory structure, you can use the use of the
|
77 |
|
78 |
## How to Download
|
79 |
|
|
|
73 |
|
74 |
```
|
75 |
|
76 |
+
Note: The directory/folder structure obtained from HuggingFace's load_dataset API includes chunks(eg, 000, 001, etc). Hence, it does not support YOLO training. For YOLO training or CIFAR-10 based directory structure, you can use the use of the utils/download_swim.py script.
|
77 |
|
78 |
## How to Download
|
79 |
|