Datasets:
Federico Galatolo
commited on
Commit
·
57fcc79
1
Parent(s):
f00925b
fixed column type
Browse files- TeTIm-Eval.py +1 -1
TeTIm-Eval.py
CHANGED
@@ -67,7 +67,7 @@ class TeTIm(datasets.GeneratorBasedBuilder):
|
|
67 |
features=datasets.Features(
|
68 |
{
|
69 |
"id": datasets.Value("int32"),
|
70 |
-
"image": datasets.
|
71 |
"caption": datasets.Value("string"),
|
72 |
"category": datasets.Value("string"),
|
73 |
}
|
|
|
67 |
features=datasets.Features(
|
68 |
{
|
69 |
"id": datasets.Value("int32"),
|
70 |
+
"image": datasets.Image(),
|
71 |
"caption": datasets.Value("string"),
|
72 |
"category": datasets.Value("string"),
|
73 |
}
|