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
•
f63a4cb
1
Parent(s):
b4f7386
bug fix
Browse files- imageinwords.py +1 -1
imageinwords.py
CHANGED
@@ -23,7 +23,7 @@ _DATASET_GITHUB_URLS = {
|
|
23 |
_DATASET_FEATURES = {
|
24 |
"IIW-400": datasets.Features({
|
25 |
"image/key": datasets.Value('string'),
|
26 |
-
"image/
|
27 |
"IIW": datasets.Value('string'),
|
28 |
"IIW-P5B": datasets.Value('string'),
|
29 |
"iiw-human-sxs-gpt4v": {
|
|
|
23 |
_DATASET_FEATURES = {
|
24 |
"IIW-400": datasets.Features({
|
25 |
"image/key": datasets.Value('string'),
|
26 |
+
"image/url": datasets.Value('string'),
|
27 |
"IIW": datasets.Value('string'),
|
28 |
"IIW-P5B": datasets.Value('string'),
|
29 |
"iiw-human-sxs-gpt4v": {
|