cdleong commited on
Commit
5620196
1 Parent(s): 56456ba

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
- # TODO: Add a link to an official homepage for the dataset here
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
- # TODO: Name of the dataset usually match the script name with CamelCase instead of snake_case
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