Datasets:
Tasks:
Token Classification
Modalities:
Text
Sub-tasks:
coreference-resolution
Languages:
English
Size:
< 1K
License:
Arie Cattan
commited on
Commit
·
abb686a
1
Parent(s):
22587fa
fix
Browse files
scico.py
CHANGED
@@ -92,7 +92,7 @@ class Scico(datasets.GeneratorBasedBuilder):
|
|
92 |
topic["curated"] = topic["curated"] if "curated" in topic else False
|
93 |
yield i, {
|
94 |
"flatten_tokens": topic["flatten_tokens"],
|
95 |
-
"flatten_mentions": topic["flatten_mentions"],
|
96 |
"tokens": topic["tokens"]
|
97 |
# "doc_ids": topic["doc_ids"]
|
98 |
}
|
|
|
92 |
topic["curated"] = topic["curated"] if "curated" in topic else False
|
93 |
yield i, {
|
94 |
"flatten_tokens": topic["flatten_tokens"],
|
95 |
+
# "flatten_mentions": topic["flatten_mentions"],
|
96 |
"tokens": topic["tokens"]
|
97 |
# "doc_ids": topic["doc_ids"]
|
98 |
}
|