Update AVA.py
Browse files
AVA.py
CHANGED
@@ -26,6 +26,7 @@ class AVA(datasets.GeneratorBasedBuilder):
|
|
26 |
features=datasets.Features(
|
27 |
{
|
28 |
"image": datasets.Image(),
|
|
|
29 |
"rating_counts": datasets.features.Sequence(datasets.Value("int32")),
|
30 |
"text_tag_0": datasets.Value("string"),
|
31 |
"text_tag_1": datasets.Value("string")
|
|
|
26 |
features=datasets.Features(
|
27 |
{
|
28 |
"image": datasets.Image(),
|
29 |
+
"filename": datasets.Value("string"),
|
30 |
"rating_counts": datasets.features.Sequence(datasets.Value("int32")),
|
31 |
"text_tag_0": datasets.Value("string"),
|
32 |
"text_tag_1": datasets.Value("string")
|