j-krzywdziak commited on
Commit
b3b2c32
1 Parent(s): a9a11eb
Files changed (3) hide show
  1. clean/example.tsv +1 -1
  2. other/example.tsv +1 -1
  3. test2.py +1 -0
clean/example.tsv CHANGED
@@ -1,3 +1,3 @@
1
  audio_id ngram
2
  common_voice_pl_20547775.wav poślemy potest
3
- common_voice_pl_20547775.wav poślemy po wastest
 
1
  audio_id ngram
2
  common_voice_pl_20547775.wav poślemy potest
3
+ common_voice_pl_20547776.wav poślemy po wastest
other/example.tsv CHANGED
@@ -1,3 +1,3 @@
1
  audio_id ngram
2
  common_voice_pl_20547775.wav poślemy potest
3
- common_voice_pl_20547775.wav poślemy po wastest
 
1
  audio_id ngram
2
  common_voice_pl_20547775.wav poślemy potest
3
+ common_voice_pl_20547776.wav poślemy po wastest
test2.py CHANGED
@@ -185,6 +185,7 @@ class TestASR(datasets.GeneratorBasedBuilder):
185
  audio_data = {}
186
  transcripts = []
187
  key = 0
 
188
  print(local_extracted_archive)
189
  for path, f in files:
190
  audio_data[path] = f.read()
 
185
  audio_data = {}
186
  transcripts = []
187
  key = 0
188
+ print(examples, keywords)
189
  print(local_extracted_archive)
190
  for path, f in files:
191
  audio_data[path] = f.read()