Datasets:
Tasks:
Token Classification
Modalities:
Text
Sub-tasks:
coreference-resolution
Languages:
English
Size:
< 1K
License:
Arie Cattan
commited on
Commit
•
f143e84
1
Parent(s):
a844d92
scico.py
CHANGED
@@ -81,6 +81,7 @@ class Scico(datasets.GeneratorBasedBuilder):
|
|
81 |
|
82 |
def _generate_examples(self, filepath):
|
83 |
"""This function returns the examples in the raw (text) form."""
|
|
|
84 |
with jsonlines.open(filepath, 'r') as f:
|
85 |
for topic in f:
|
86 |
yield topic
|
|
|
81 |
|
82 |
def _generate_examples(self, filepath):
|
83 |
"""This function returns the examples in the raw (text) form."""
|
84 |
+
print(filepath)
|
85 |
with jsonlines.open(filepath, 'r') as f:
|
86 |
for topic in f:
|
87 |
yield topic
|