Commit
·
c9977e6
1
Parent(s):
c86b874
Update winogavil.py
Browse files- winogavil.py +2 -1
winogavil.py
CHANGED
@@ -57,9 +57,10 @@ class Winogavil(datasets.GeneratorBasedBuilder):
|
|
57 |
features = datasets.Features(
|
58 |
{
|
59 |
"candidates": datasets.Value("string"),
|
|
|
60 |
"cue": datasets.Value("string"),
|
61 |
"associations": datasets.Value("string"),
|
62 |
-
'score_fool_the_ai': datasets.Value("
|
63 |
'num_associations': datasets.Value("int64"),
|
64 |
'num_candidates': datasets.Value("int64"),
|
65 |
'solvers_jaccard_mean': datasets.Value("float64"),
|
|
|
57 |
features = datasets.Features(
|
58 |
{
|
59 |
"candidates": datasets.Value("string"),
|
60 |
+
"candidates_images": datasets.Value("list"),
|
61 |
"cue": datasets.Value("string"),
|
62 |
"associations": datasets.Value("string"),
|
63 |
+
'score_fool_the_ai': datasets.Value("float64"),
|
64 |
'num_associations': datasets.Value("int64"),
|
65 |
'num_candidates': datasets.Value("int64"),
|
66 |
'solvers_jaccard_mean': datasets.Value("float64"),
|