Datasets:
Languages:
English
Size:
1K<n<10K
ArXiv:
Tags:
iiw
imageinwords
image-descriptions
image-captions
detailed-descriptions
hyper-detailed-descriptions
License:
roopalgarg
commited on
Commit
•
f0d9e03
1
Parent(s):
4be9e63
update tmp tokens
Browse files- imageinwords.py +5 -5
imageinwords.py
CHANGED
@@ -11,11 +11,11 @@ _HOMEPAGE = "https://google.github.io/imageinwords/"
|
|
11 |
_LICENSE = "CC BY 4.0"
|
12 |
|
13 |
_DATASET_GITHUB_URLS = {
|
14 |
-
"IIW-400": "https://raw.githubusercontent.com/google/imageinwords/main/datasets/IIW-400/data.jsonl?token=
|
15 |
-
"DCI_Test": "https://raw.githubusercontent.com/google/imageinwords/main/datasets/DCI_Test/data.jsonl?token=
|
16 |
-
"DOCCI_Test": "https://raw.githubusercontent.com/google/imageinwords/main/datasets/DOCCI_Test/data.jsonl?token=
|
17 |
-
"CM_3600": "https://raw.githubusercontent.com/google/imageinwords/main/datasets/CM_3600/data.jsonl?token=
|
18 |
-
"LocNar_Eval": "https://raw.githubusercontent.com/google/imageinwords/main/datasets/LocNar_Eval/data.jsonl?token=
|
19 |
}
|
20 |
|
21 |
_DATASET_FEATURES = {
|
|
|
11 |
_LICENSE = "CC BY 4.0"
|
12 |
|
13 |
_DATASET_GITHUB_URLS = {
|
14 |
+
"IIW-400": "https://raw.githubusercontent.com/google/imageinwords/main/datasets/IIW-400/data.jsonl?token=GHSAT0AAAAAACRUNGOPNCHWPCGAD2WZVJSMZRUTPNA",
|
15 |
+
"DCI_Test": "https://raw.githubusercontent.com/google/imageinwords/main/datasets/DCI_Test/data.jsonl?token=GHSAT0AAAAAACRUNGOP36K62I4YLDKVTR3EZRUTO4A",
|
16 |
+
"DOCCI_Test": "https://raw.githubusercontent.com/google/imageinwords/main/datasets/DOCCI_Test/data.jsonl?token=GHSAT0AAAAAACRUNGOOVNBFPVZ7LX37AEICZRUTPEA",
|
17 |
+
"CM_3600": "https://raw.githubusercontent.com/google/imageinwords/main/datasets/CM_3600/data.jsonl?token=GHSAT0AAAAAACRUNGOOB3FKTWWUU2WAUWPAZRUTOPQ",
|
18 |
+
"LocNar_Eval": "https://raw.githubusercontent.com/google/imageinwords/main/datasets/LocNar_Eval/data.jsonl?token=GHSAT0AAAAAACRUNGOPXK6GMPSO6X6KVU3WZRUTPVA",
|
19 |
}
|
20 |
|
21 |
_DATASET_FEATURES = {
|