mnazari commited on
Commit
2bac81c
1 Parent(s): 54c56f5
Files changed (1) hide show
  1. nena_speech_1_0_test.py +2 -2
nena_speech_1_0_test.py CHANGED
@@ -39,8 +39,8 @@ class NENASpeech(datasets.GeneratorBasedBuilder):
39
  DEFAULT_WRITER_BATCH_SIZE = 1000
40
 
41
  BUILDER_CONFIGS = [
42
- NENASpeechConfig(name='curmi'),
43
- NENASpeechConfig(name='jurmi'),
44
  # for lang, lang_stats in STATS["locales"].items()
45
  ]
46
 
 
39
  DEFAULT_WRITER_BATCH_SIZE = 1000
40
 
41
  BUILDER_CONFIGS = [
42
+ NENASpeechConfig(name='urmi (christian)'),
43
+ NENASpeechConfig(name='urmi (jewish)'),
44
  # for lang, lang_stats in STATS["locales"].items()
45
  ]
46