Elyordev commited on
Commit
620caaa
·
verified ·
1 Parent(s): e481ab7

Upload my_stt_dataset.py

Browse files
Files changed (1) hide show
  1. my_stt_dataset.py +5 -4
my_stt_dataset.py CHANGED
@@ -16,13 +16,14 @@ class MySTTDataset(datasets.GeneratorBasedBuilder):
16
 
17
  # Agar ko'p config bo'lmasa, bu qismni soddalashtiramiz.
18
  BUILDER_CONFIGS = [
19
- datasets.BuilderConfig(
20
  name="uz",
21
- version=VERSION,
22
- description="STT dataset for Uzbek language (example).",
 
 
23
  )
24
  ]
25
-
26
  DEFAULT_CONFIG_NAME = "uz"
27
 
28
  def _info(self):
 
16
 
17
  # Agar ko'p config bo'lmasa, bu qismni soddalashtiramiz.
18
  BUILDER_CONFIGS = [
19
+ STTConfig(
20
  name="uz",
21
+ version=datasets.Version("1.0.0"),
22
+ description="Uzbek subset of the STT dataset",
23
+ language_abbr="uz",
24
+ data_dir="Dataset_STT", # Ma'lumotlar joylashgan asosiy papka
25
  )
26
  ]
 
27
  DEFAULT_CONFIG_NAME = "uz"
28
 
29
  def _info(self):