Datasets:
Languages:
English
Size:
1K<n<10K
ArXiv:
Tags:
iiw
imageinwords
image-descriptions
image-captions
detailed-descriptions
hyper-detailed-descriptions
License:
Update imageinwords.py
Browse files- imageinwords.py +2 -1
imageinwords.py
CHANGED
|
@@ -12,7 +12,8 @@ _HOMEPAGE = "https://google.github.io/imageinwords/"
|
|
| 12 |
|
| 13 |
_LICENSE = "CC BY 4.0"
|
| 14 |
|
| 15 |
-
|
|
|
|
| 16 |
|
| 17 |
_DATASET_GITHUB_URLS = {
|
| 18 |
"IIW-400": f"{_DATASET_GITHUB_PREFIX}/IIW-400/data.jsonl",
|
|
|
|
| 12 |
|
| 13 |
_LICENSE = "CC BY 4.0"
|
| 14 |
|
| 15 |
+
|
| 16 |
+
_DATASET_GITHUB_PREFIX = "https://github.com/google/imageinwords/raw/main/datasets"
|
| 17 |
|
| 18 |
_DATASET_GITHUB_URLS = {
|
| 19 |
"IIW-400": f"{_DATASET_GITHUB_PREFIX}/IIW-400/data.jsonl",
|