Datasets:
Update simple_tamil.py
Browse files- simple_tamil.py +2 -1
simple_tamil.py
CHANGED
@@ -33,7 +33,7 @@ _CITATION = """\
|
|
33 |
}
|
34 |
"""
|
35 |
_DESCRIPTION = """\
|
36 |
-
The data contains roughly one and half hours of audio and
|
37 |
"""
|
38 |
|
39 |
_HOMEPAGE = ""
|
@@ -61,6 +61,7 @@ class simple_data(datasets.GeneratorBasedBuilder):
|
|
61 |
"audio": datasets.Audio(sampling_rate=16_000),
|
62 |
"path": datasets.Value("string"),
|
63 |
"sentence": datasets.Value("string"),
|
|
|
64 |
|
65 |
}
|
66 |
)
|
|
|
33 |
}
|
34 |
"""
|
35 |
_DESCRIPTION = """\
|
36 |
+
The data contains roughly one and half hours of audio and transcripts in Tamil language.
|
37 |
"""
|
38 |
|
39 |
_HOMEPAGE = ""
|
|
|
61 |
"audio": datasets.Audio(sampling_rate=16_000),
|
62 |
"path": datasets.Value("string"),
|
63 |
"sentence": datasets.Value("string"),
|
64 |
+
"length": datasets.Value("float")
|
65 |
|
66 |
}
|
67 |
)
|