Update fdner.py
Browse files
fdner.py
CHANGED
@@ -37,7 +37,8 @@ _DESCRIPTION = """\
|
|
37 |
"""
|
38 |
|
39 |
# _URL = "https://cdn-lfs.huggingface.co/datasets/leonadase/fdner/89a87eacfebc06862ac4b5a356c35430dfdf8ef2f0f2e0d9ff5e02ce6c117474"
|
40 |
-
_URL = "https://cdn-lfs.huggingface.co/datasets/leonadase/fdner/a39f75df8cb9e419024417c36d7a21acfe79f7fdd2f31a4a9f0658adf734c2f1"
|
|
|
41 |
_TRAINING_FILE = "train.txt"
|
42 |
_DEV_FILE = "valid.txt"
|
43 |
_TEST_FILE = "test.txt"
|
|
|
37 |
"""
|
38 |
|
39 |
# _URL = "https://cdn-lfs.huggingface.co/datasets/leonadase/fdner/89a87eacfebc06862ac4b5a356c35430dfdf8ef2f0f2e0d9ff5e02ce6c117474"
|
40 |
+
# _URL = "https://cdn-lfs.huggingface.co/datasets/leonadase/fdner/a39f75df8cb9e419024417c36d7a21acfe79f7fdd2f31a4a9f0658adf734c2f1"
|
41 |
+
_URL = "https://cdn-lfs.huggingface.co/datasets/leonadase/fdner/26cceb62fd684d1624bfd00f22553b742b6f3f3c945a8b64ea2d84a8a6ea2f96"
|
42 |
_TRAINING_FILE = "train.txt"
|
43 |
_DEV_FILE = "valid.txt"
|
44 |
_TEST_FILE = "test.txt"
|