Update sample_data.py
Browse files- sample_data.py +2 -2
sample_data.py
CHANGED
|
@@ -13,11 +13,11 @@ Demo dataset for testing or showing image-text capabilities.
|
|
| 13 |
"""
|
| 14 |
|
| 15 |
|
| 16 |
-
_HOMEPAGE = "https://huggingface.co/datasets/
|
| 17 |
|
| 18 |
_LICENSE = ""
|
| 19 |
|
| 20 |
-
_REPO = "https://huggingface.co/datasets/
|
| 21 |
|
| 22 |
class ImageSet(datasets.GeneratorBasedBuilder):
|
| 23 |
"""Small sample of image-text pairs"""
|
|
|
|
| 13 |
"""
|
| 14 |
|
| 15 |
|
| 16 |
+
_HOMEPAGE = "https://huggingface.co/datasets/jamescalam/image-text-demo"
|
| 17 |
|
| 18 |
_LICENSE = ""
|
| 19 |
|
| 20 |
+
_REPO = "https://huggingface.co/datasets/jamescalam/image-text-demo"
|
| 21 |
|
| 22 |
class ImageSet(datasets.GeneratorBasedBuilder):
|
| 23 |
"""Small sample of image-text pairs"""
|