Update FromTo.py
Browse files
FromTo.py
CHANGED
|
@@ -60,9 +60,9 @@ The goal of this task is to provide a definition of emerging and of rare entitie
|
|
| 60 |
"""
|
| 61 |
|
| 62 |
_URL = "https://raw.githubusercontent.com/stephaneDoss/emerging_entities_fromTo/main/"
|
| 63 |
-
_TRAINING_FILE = "train.
|
| 64 |
-
_DEV_FILE = "dev.
|
| 65 |
-
_TEST_FILE = "test.
|
| 66 |
|
| 67 |
|
| 68 |
class FromToConfig(datasets.BuilderConfig):
|
|
|
|
| 60 |
"""
|
| 61 |
|
| 62 |
_URL = "https://raw.githubusercontent.com/stephaneDoss/emerging_entities_fromTo/main/"
|
| 63 |
+
_TRAINING_FILE = "train.conll"
|
| 64 |
+
_DEV_FILE = "dev.conll"
|
| 65 |
+
_TEST_FILE = "test.conll"
|
| 66 |
|
| 67 |
|
| 68 |
class FromToConfig(datasets.BuilderConfig):
|