yonatanbitton
commited on
Commit
•
1ae60ba
1
Parent(s):
3bece16
Update winogavil.py
Browse files- winogavil.py +5 -5
winogavil.py
CHANGED
@@ -73,11 +73,11 @@ class Winogavil(datasets.GeneratorBasedBuilder):
|
|
73 |
"cue": datasets.Value("string"),
|
74 |
"associations": datasets.Value("string"),
|
75 |
'score_fool_the_ai': datasets.Value("float"),
|
76 |
-
'num_associations': datasets.Value("
|
77 |
-
'num_candidates': datasets.Value("
|
78 |
-
'solvers_jaccard_mean': datasets.Value("
|
79 |
-
'solvers_jaccard_std': datasets.Value("
|
80 |
-
'ID': datasets.Value("
|
81 |
}
|
82 |
)
|
83 |
return datasets.DatasetInfo(
|
|
|
73 |
"cue": datasets.Value("string"),
|
74 |
"associations": datasets.Value("string"),
|
75 |
'score_fool_the_ai': datasets.Value("float"),
|
76 |
+
'num_associations': datasets.Value("int64"),
|
77 |
+
'num_candidates': datasets.Value("int64"),
|
78 |
+
'solvers_jaccard_mean': datasets.Value("float64"),
|
79 |
+
'solvers_jaccard_std': datasets.Value("float64"),
|
80 |
+
'ID': datasets.Value("int64"),
|
81 |
}
|
82 |
)
|
83 |
return datasets.DatasetInfo(
|