Upload README
Browse files
README.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
# Sample Image Dataset
|
| 3 |
+
|
| 4 |
+
This is a sample dataset containing a few images and their labels.
|
| 5 |
+
|
| 6 |
+
## Structure
|
| 7 |
+
|
| 8 |
+
- `images/`: Contains the image files.
|
| 9 |
+
- `metadata.csv`: Contains the metadata with image filenames and labels.
|
| 10 |
+
|
| 11 |
+
## Usage
|
| 12 |
+
|
| 13 |
+
You can load this dataset using the `datasets` library.
|
| 14 |
+
|
| 15 |
+
```python
|
| 16 |
+
from datasets import load_dataset
|
| 17 |
+
|
| 18 |
+
dataset = load_dataset("username/sample_datset2")
|