Datasets:
Tasks:
Token Classification
Modalities:
Text
Sub-tasks:
coreference-resolution
Languages:
English
Size:
< 1K
License:
Arie Cattan
commited on
Commit
•
246b2d2
1
Parent(s):
fa888fb
upload raw_data
Browse files
data.tar
ADDED
Binary file (9.99 MB). View file
|
|
scico.py
CHANGED
@@ -25,7 +25,7 @@ _DESCRIPTION = """\
|
|
25 |
over scientific papers in the CS domain.
|
26 |
"""
|
27 |
|
28 |
-
_DATA_URL = "
|
29 |
|
30 |
class Scico(datasets.GeneratorBasedBuilder):
|
31 |
def _info(self):
|
|
|
25 |
over scientific papers in the CS domain.
|
26 |
"""
|
27 |
|
28 |
+
_DATA_URL = "./data.tar"
|
29 |
|
30 |
class Scico(datasets.GeneratorBasedBuilder):
|
31 |
def _info(self):
|