yonatanbitton
commited on
Commit
·
c2cf3d7
1
Parent(s):
fc889cb
Update flickr30k.py
Browse files- flickr30k.py +1 -0
flickr30k.py
CHANGED
@@ -38,6 +38,7 @@ class Dataset(datasets.GeneratorBasedBuilder):
|
|
38 |
"caption": [datasets.Value('string')],
|
39 |
"sentids": [datasets.Value("string")],
|
40 |
"split": datasets.Value("string"),
|
|
|
41 |
"filename": datasets.Value("string"),
|
42 |
}
|
43 |
),
|
|
|
38 |
"caption": [datasets.Value('string')],
|
39 |
"sentids": [datasets.Value("string")],
|
40 |
"split": datasets.Value("string"),
|
41 |
+
"img_id": datasets.Value("string"),
|
42 |
"filename": datasets.Value("string"),
|
43 |
}
|
44 |
),
|