Added Audio Rows to tsvs
Browse files- bengali_ai_tsv/dev.tsv +2 -2
- bengali_ai_tsv/test.tsv +2 -2
- bengali_ai_tsv/train.tsv +2 -2
- common_voice_bn.py +1 -1
bengali_ai_tsv/dev.tsv
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e100c27759fd6b33dc937d7c6a59078b7ef97186aa70b04501e502aa72bcf11
|
3 |
+
size 1560890
|
bengali_ai_tsv/test.tsv
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7cc3ee9c7a47b4fa296f089c28f59eb20beb4999f0660ad59531b693d4052873
|
3 |
+
size 1547120
|
bengali_ai_tsv/train.tsv
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1107f3619097bb1492c2c8fd1c9871c8612d932d82f66aea67928b8a4a438ff2
|
3 |
+
size 42296567
|
common_voice_bn.py
CHANGED
@@ -108,7 +108,7 @@ class CommonVoice(datasets.GeneratorBasedBuilder):
|
|
108 |
# homepage=_HOMEPAGE,
|
109 |
license=_LICENSE,
|
110 |
# citation=_CITATION,
|
111 |
-
version=self.config.version,
|
112 |
# task_templates=[
|
113 |
# AutomaticSpeechRecognition(audio_file_path_column="path", transcription_column="sentence")
|
114 |
# ],
|
|
|
108 |
# homepage=_HOMEPAGE,
|
109 |
license=_LICENSE,
|
110 |
# citation=_CITATION,
|
111 |
+
version=self.config.version,
|
112 |
# task_templates=[
|
113 |
# AutomaticSpeechRecognition(audio_file_path_column="path", transcription_column="sentence")
|
114 |
# ],
|