add homepage
Browse files
temp_africaNLP_keyword_spotting_for_african_languages.py
CHANGED
@@ -44,8 +44,7 @@ _DESCRIPTION = """\
|
|
44 |
This new dataset is designed to solve this great NLP task and is crafted with a lot of care.
|
45 |
"""
|
46 |
|
47 |
-
|
48 |
-
_HOMEPAGE = ""
|
49 |
|
50 |
# TODO: Add the licence for the dataset here if you can find it
|
51 |
_LICENSE = ""
|
@@ -58,7 +57,7 @@ _URLs = {
|
|
58 |
}
|
59 |
|
60 |
|
61 |
-
|
62 |
class TempAfricaNLPKeywordSpottingForAfricanLanguages(datasets.GeneratorBasedBuilder):
|
63 |
"""TODO: Short description of my dataset."""
|
64 |
|
|
|
44 |
This new dataset is designed to solve this great NLP task and is crafted with a lot of care.
|
45 |
"""
|
46 |
|
47 |
+
_HOMEPAGE = "https://zenodo.org/record/466164"
|
|
|
48 |
|
49 |
# TODO: Add the licence for the dataset here if you can find it
|
50 |
_LICENSE = ""
|
|
|
57 |
}
|
58 |
|
59 |
|
60 |
+
|
61 |
class TempAfricaNLPKeywordSpottingForAfricanLanguages(datasets.GeneratorBasedBuilder):
|
62 |
"""TODO: Short description of my dataset."""
|
63 |
|