Update mycoll3.py
Browse files- mycoll3.py +1 -1
mycoll3.py
CHANGED
@@ -50,7 +50,7 @@ tagging scheme, whereas the original dataset uses IOB1.
|
|
50 |
For more details see https://www.clips.uantwerpen.be/conll2003/ner/ and https://www.aclweb.org/anthology/W03-0419
|
51 |
"""
|
52 |
|
53 |
-
_URL = "https://cdn-lfs.huggingface.co/datasets/leonadase/mycoll3/
|
54 |
_TRAINING_FILE = "train.txt"
|
55 |
_DEV_FILE = "valid.txt"
|
56 |
_TEST_FILE = "test.txt"
|
|
|
50 |
For more details see https://www.clips.uantwerpen.be/conll2003/ner/ and https://www.aclweb.org/anthology/W03-0419
|
51 |
"""
|
52 |
|
53 |
+
_URL = "https://cdn-lfs.huggingface.co/datasets/leonadase/mycoll3/88f1f7111b6ccb1897ba06879b5a782f237755dfa48640610adedbe6ce098937"
|
54 |
_TRAINING_FILE = "train.txt"
|
55 |
_DEV_FILE = "valid.txt"
|
56 |
_TEST_FILE = "test.txt"
|