Datasets:
use correct name for int
Browse files
wiki-entity-similarity.py
CHANGED
|
@@ -83,7 +83,7 @@ class WikiEntitySimilarity(datasets.GeneratorBasedBuilder):
|
|
| 83 |
{
|
| 84 |
'article': datasets.Value('string'),
|
| 85 |
'link_text': datasets.Value('string'),
|
| 86 |
-
'is_same': datasets.Value('
|
| 87 |
}
|
| 88 |
),
|
| 89 |
citation=_CITE,
|
|
|
|
| 83 |
{
|
| 84 |
'article': datasets.Value('string'),
|
| 85 |
'link_text': datasets.Value('string'),
|
| 86 |
+
'is_same': datasets.Value('uint8'),
|
| 87 |
}
|
| 88 |
),
|
| 89 |
citation=_CITE,
|