Commit
·
4d17eba
1
Parent(s):
b59606f
Update winogavil.py
Browse files- winogavil.py +2 -2
winogavil.py
CHANGED
|
@@ -55,11 +55,11 @@ class Winogavil(datasets.GeneratorBasedBuilder):
|
|
| 55 |
IMAGE_EXTENSION = "jpg"
|
| 56 |
|
| 57 |
def _info(self):
|
| 58 |
-
img = datasets.Image()
|
| 59 |
features = datasets.Features(
|
| 60 |
{
|
| 61 |
"candidates": [datasets.Value("string")],
|
| 62 |
-
"candidates_images": [datasets.Value("string")],
|
|
|
|
| 63 |
"cue": datasets.Value("string"),
|
| 64 |
"associations": [datasets.Value("string")],
|
| 65 |
'score_fool_the_ai': datasets.Value("float64"),
|
|
|
|
| 55 |
IMAGE_EXTENSION = "jpg"
|
| 56 |
|
| 57 |
def _info(self):
|
|
|
|
| 58 |
features = datasets.Features(
|
| 59 |
{
|
| 60 |
"candidates": [datasets.Value("string")],
|
| 61 |
+
#"candidates_images": [datasets.Value("string")],
|
| 62 |
+
"candidates_images": [datasets.Image()],
|
| 63 |
"cue": datasets.Value("string"),
|
| 64 |
"associations": [datasets.Value("string")],
|
| 65 |
'score_fool_the_ai': datasets.Value("float64"),
|