Arie Cattan commited on
Commit
abb686a
·
1 Parent(s): 22587fa
Files changed (1) hide show
  1. scico.py +1 -1
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
  }