Matías Rojas
commited on
Commit
·
a5c47a2
1
Parent(s):
1f5cc7e
new data
Browse files- shared-task.py +2 -2
shared-task.py
CHANGED
@@ -13,13 +13,13 @@ _DESCRIPTION = """\
|
|
13 |
|
14 |
"""
|
15 |
|
16 |
-
_URL = "https://huggingface.co/datasets/mrojas/
|
17 |
_TRAINING_FILE = "train.conll"
|
18 |
_DEV_FILE = "dev.conll"
|
19 |
_TEST_FILE = "test.conll"
|
20 |
|
21 |
|
22 |
-
class
|
23 |
"""BuilderConfig for Shared Task"""
|
24 |
|
25 |
def __init__(self, **kwargs):
|
|
|
13 |
|
14 |
"""
|
15 |
|
16 |
+
_URL = "https://huggingface.co/datasets/mrojas/shared-task/resolve/main/data/"
|
17 |
_TRAINING_FILE = "train.conll"
|
18 |
_DEV_FILE = "dev.conll"
|
19 |
_TEST_FILE = "test.conll"
|
20 |
|
21 |
|
22 |
+
class SharedConfig(datasets.BuilderConfig):
|
23 |
"""BuilderConfig for Shared Task"""
|
24 |
|
25 |
def __init__(self, **kwargs):
|