Datasets:
Tasks:
Token Classification
Modalities:
Text
Sub-tasks:
coreference-resolution
Languages:
English
Size:
< 1K
License:
fix
Browse files
scico.py
CHANGED
@@ -21,7 +21,7 @@ _DESCRIPTION = """\
|
|
21 |
over scientific papers in the CS domain.
|
22 |
"""
|
23 |
|
24 |
-
_DATA_URL = https://nlp.biu.ac.il/~ariecattan/scico/data.tar
|
25 |
|
26 |
class Scico(datasets.GeneratorBasedBuilder):
|
27 |
def _info(self):
|
|
|
21 |
over scientific papers in the CS domain.
|
22 |
"""
|
23 |
|
24 |
+
_DATA_URL = "https://nlp.biu.ac.il/~ariecattan/scico/data.tar"
|
25 |
|
26 |
class Scico(datasets.GeneratorBasedBuilder):
|
27 |
def _info(self):
|