Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -24,12 +24,12 @@ task_categories:
|
|
| 24 |
tags:
|
| 25 |
- wallpaper
|
| 26 |
- image
|
| 27 |
-
pretty_name: wallpaper
|
| 28 |
size_categories:
|
| 29 |
- 10K<n<100K
|
| 30 |
---
|
| 31 |
|
| 32 |
-
# Navanjana/image-dataset
|
| 33 |
|
| 34 |
## Dataset Description
|
| 35 |
|
|
@@ -60,7 +60,7 @@ This dataset contains high-quality images paired with descriptive text annotatio
|
|
| 60 |
from datasets import load_dataset
|
| 61 |
|
| 62 |
# Load the dataset
|
| 63 |
-
dataset = load_dataset("Navanjana/image-dataset")
|
| 64 |
|
| 65 |
# Access training data
|
| 66 |
train_data = dataset["train"]
|
|
@@ -191,4 +191,4 @@ For questions, bug reports, or feature requests:
|
|
| 191 |
---
|
| 192 |
|
| 193 |
**Disclaimer**: This dataset is provided as-is for research and educational purposes. Users are responsible for ensuring appropriate use and compliance with all applicable laws and regulations.
|
| 194 |
-
```
|
|
|
|
| 24 |
tags:
|
| 25 |
- wallpaper
|
| 26 |
- image
|
| 27 |
+
pretty_name: wallpaper dataset
|
| 28 |
size_categories:
|
| 29 |
- 10K<n<100K
|
| 30 |
---
|
| 31 |
|
| 32 |
+
# Navanjana/image-wallpapers-dataset
|
| 33 |
|
| 34 |
## Dataset Description
|
| 35 |
|
|
|
|
| 60 |
from datasets import load_dataset
|
| 61 |
|
| 62 |
# Load the dataset
|
| 63 |
+
dataset = load_dataset("Navanjana/image-wallpapers-dataset")
|
| 64 |
|
| 65 |
# Access training data
|
| 66 |
train_data = dataset["train"]
|
|
|
|
| 191 |
---
|
| 192 |
|
| 193 |
**Disclaimer**: This dataset is provided as-is for research and educational purposes. Users are responsible for ensuring appropriate use and compliance with all applicable laws and regulations.
|
| 194 |
+
```
|