Update inspec_ke_tagged.py
Browse files- inspec_ke_tagged.py +1 -1
inspec_ke_tagged.py
CHANGED
@@ -26,7 +26,7 @@ which has been tagged using the BIO tagging scheme. The dataset should be used f
|
|
26 |
extraction models when modeled as a sequence tagging task
|
27 |
"""
|
28 |
|
29 |
-
_URL = "https://huggingface.co/datasets/midas/inspec_ke_tagged/
|
30 |
_TRAINING_FILE = "train.txt"
|
31 |
_DEV_FILE = "valid.txt"
|
32 |
_TEST_FILE = "test.txt"
|
|
|
26 |
extraction models when modeled as a sequence tagging task
|
27 |
"""
|
28 |
|
29 |
+
_URL = "https://huggingface.co/datasets/midas/inspec_ke_tagged/blob/main/"
|
30 |
_TRAINING_FILE = "train.txt"
|
31 |
_DEV_FILE = "valid.txt"
|
32 |
_TEST_FILE = "test.txt"
|