Datasets:
Dr. Jorge Abreu Vicente
commited on
Commit
·
1acdfb5
1
Parent(s):
8a4a853
Update sd-nlp.py URLs
Browse files
sd-nlp.py
CHANGED
@@ -68,10 +68,10 @@ class SourceDataNLP(datasets.GeneratorBasedBuilder):
|
|
68 |
_LICENSE = "CC-BY 4.0"
|
69 |
|
70 |
_URLS = {
|
71 |
-
"NER": "https://huggingface.co/datasets/EMBO/sd-nlp/
|
72 |
-
"ROLES": "https://huggingface.co/datasets/EMBO/sd-nlp/
|
73 |
-
"BORING": "https://huggingface.co/datasets/EMBO/sd-nlp/
|
74 |
-
"PANELIZATION": "https://huggingface.co/datasets/EMBO/sd-nlp/
|
75 |
}
|
76 |
|
77 |
VERSION = datasets.Version("0.0.1")
|
|
|
68 |
_LICENSE = "CC-BY 4.0"
|
69 |
|
70 |
_URLS = {
|
71 |
+
"NER": "https://huggingface.co/datasets/EMBO/sd-nlp/blob/main/sd_panels.zip",
|
72 |
+
"ROLES": "https://huggingface.co/datasets/EMBO/sd-nlp/blob/main/sd_panels.zip",
|
73 |
+
"BORING": "https://huggingface.co/datasets/EMBO/sd-nlp/blob/main/sd_panels.zip",
|
74 |
+
"PANELIZATION": "https://huggingface.co/datasets/EMBO/sd-nlp/blob/main/sd_figs.zip",
|
75 |
}
|
76 |
|
77 |
VERSION = datasets.Version("0.0.1")
|