matirojasg
commited on
Commit
·
74a78a0
1
Parent(s):
e4f94af
url fixed
Browse files- .DS_Store +0 -0
- disease.py +1 -1
.DS_Store
ADDED
Binary file (6.15 kB). View file
|
|
disease.py
CHANGED
@@ -8,7 +8,7 @@ _LICENSE = "Creative Commons Attribution 4.0 International"
|
|
8 |
|
9 |
_VERSION = "1.1.0"
|
10 |
|
11 |
-
_URL = "https://huggingface.co/datasets/mrojas/disease/resolve/main/"
|
12 |
_TRAINING_FILE = "train.conll"
|
13 |
_DEV_FILE = "dev.conll"
|
14 |
_TEST_FILE = "test.conll"
|
|
|
8 |
|
9 |
_VERSION = "1.1.0"
|
10 |
|
11 |
+
_URL = "https://huggingface.co/datasets/mrojas/wl-disease/resolve/main/"
|
12 |
_TRAINING_FILE = "train.conll"
|
13 |
_DEV_FILE = "dev.conll"
|
14 |
_TEST_FILE = "test.conll"
|