kaushal98b
commited on
Commit
•
45c5167
1
Parent(s):
8761f7d
Modify stats field
Browse files- kathbath.py +1 -1
kathbath.py
CHANGED
@@ -63,7 +63,7 @@ class Kathbath(datasets.GeneratorBasedBuilder):
|
|
63 |
# num_clips=lang_stats["clips"],
|
64 |
# num_speakers=lang_stats["users"],
|
65 |
total_hr=float(lang_stats["totalHrs"]) if lang_stats["totalHrs"] else None,
|
66 |
-
size_bytes=int(lang_stats["size"]) if lang_stats["size"] else None,
|
67 |
)
|
68 |
for lang, lang_stats in STATS["locales"].items()
|
69 |
]
|
|
|
63 |
# num_clips=lang_stats["clips"],
|
64 |
# num_speakers=lang_stats["users"],
|
65 |
total_hr=float(lang_stats["totalHrs"]) if lang_stats["totalHrs"] else None,
|
66 |
+
# size_bytes=int(lang_stats["size"]) if lang_stats["size"] else None,
|
67 |
)
|
68 |
for lang, lang_stats in STATS["locales"].items()
|
69 |
]
|