Commit ·
f429fa4
1
Parent(s): c162318
Update winogavil.py
Browse files- winogavil.py +1 -1
winogavil.py
CHANGED
|
@@ -59,7 +59,7 @@ class Winogavil(datasets.GeneratorBasedBuilder):
|
|
| 59 |
features = datasets.Features(
|
| 60 |
{
|
| 61 |
"candidates": [datasets.Value("string")],
|
| 62 |
-
|
| 63 |
"cue": datasets.Value("string"),
|
| 64 |
"associations": [datasets.Value("string")],
|
| 65 |
'score_fool_the_ai': datasets.Value("float64"),
|
|
|
|
| 59 |
features = datasets.Features(
|
| 60 |
{
|
| 61 |
"candidates": [datasets.Value("string")],
|
| 62 |
+
"candidates_images": [img],
|
| 63 |
"cue": datasets.Value("string"),
|
| 64 |
"associations": [datasets.Value("string")],
|
| 65 |
'score_fool_the_ai': datasets.Value("float64"),
|