DCNemesis commited on
Commit
d65446a
·
1 Parent(s): e8e3779

update to v2

Browse files
audio-kw-in-context.py CHANGED
@@ -31,7 +31,7 @@ _LANGUAGES = ['eng', 'ind', 'spa']
31
  _LANG_ISO_DICT = {'en':'eng','es':'spa','id':'ind'}
32
  _HOMEPAGE = 'https://ai.sil.org'
33
  _URLS = {"metadata": "bible-keyword-context.json",
34
- "files": {lang: f'https://audio-keyword-spotting.s3.amazonaws.com/HF-context/{lang}-kw-archive.tar.gz' for lang in _LANGUAGES},
35
  }
36
  _LICENSE = 'CC-BY 4.0'
37
  _GENDERS = ["MALE", "FEMALE", "OTHER", "NAN"]
@@ -50,7 +50,7 @@ class AudioKwInContext(datasets.GeneratorBasedBuilder):
50
 
51
  BUILDER_CONFIG_CLASS = AudioKwInContextConfig
52
 
53
- VERSION = datasets.Version("0.0.1")
54
 
55
  def _info(self):
56
  features = datasets.Features(
 
31
  _LANG_ISO_DICT = {'en':'eng','es':'spa','id':'ind'}
32
  _HOMEPAGE = 'https://ai.sil.org'
33
  _URLS = {"metadata": "bible-keyword-context.json",
34
+ "files": {lang: f'https://audio-keyword-spotting.s3.amazonaws.com/HF-context-v2/{lang}-kw-archive.tar.gz' for lang in _LANGUAGES},
35
  }
36
  _LICENSE = 'CC-BY 4.0'
37
  _GENDERS = ["MALE", "FEMALE", "OTHER", "NAN"]
 
50
 
51
  BUILDER_CONFIG_CLASS = AudioKwInContextConfig
52
 
53
+ VERSION = datasets.Version("0.0.2")
54
 
55
  def _info(self):
56
  features = datasets.Features(
bible-keyword-context(2).json ADDED
The diff for this file is too large to render. See raw diff