sahilkadge commited on
Commit
98424d1
1 Parent(s): f5625f6

Update dataset01.py

Browse files
Files changed (1) hide show
  1. dataset01.py +1 -1
dataset01.py CHANGED
@@ -82,7 +82,7 @@ class CommonVoice(datasets.GeneratorBasedBuilder):
82
 
83
  def _info(self):
84
  total_languages = len(STATS["locales"])
85
- total_valid_hours = STATS["totalValidHrs"]
86
  description = (
87
  "Common Voice is Mozilla's initiative to help teach machines how real people speak. "
88
  f"The dataset currently consists of {total_valid_hours} validated hours of speech "
 
82
 
83
  def _info(self):
84
  total_languages = len(STATS["locales"])
85
+ total_valid_hours = "0.04"
86
  description = (
87
  "Common Voice is Mozilla's initiative to help teach machines how real people speak. "
88
  f"The dataset currently consists of {total_valid_hours} validated hours of speech "