Update `DATASET_NAME`
#2
by
Cbelem - opened
- bioscope.py +1 -1
bioscope.py
CHANGED
|
@@ -73,7 +73,7 @@ _HOMEPAGE = "https://rgai.inf.u-szeged.hu/node/105"
|
|
| 73 |
_LICENSE = 'Creative Commons Attribution 2.0 Generic'
|
| 74 |
|
| 75 |
_URLS = {
|
| 76 |
-
_DATASETNAME: "https://rgai.
|
| 77 |
}
|
| 78 |
|
| 79 |
_SUPPORTED_TASKS = [Tasks.NAMED_ENTITY_RECOGNITION]
|
|
|
|
| 73 |
_LICENSE = 'Creative Commons Attribution 2.0 Generic'
|
| 74 |
|
| 75 |
_URLS = {
|
| 76 |
+
_DATASETNAME: "https://rgai.inf.u-szeged.hu/sites/rgai.inf.u-szeged.hu/files/bioscope.zip",
|
| 77 |
}
|
| 78 |
|
| 79 |
_SUPPORTED_TASKS = [Tasks.NAMED_ENTITY_RECOGNITION]
|