AAdonis commited on
Commit
90cea60
·
verified ·
1 Parent(s): 80b5f8d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -245,7 +245,6 @@ sr = row["audio"]["sampling_rate"] # 24000
245
  text = row["human_transcript"]
246
  snr = row["snr"]
247
  dnsmos = row["dnsmos_ovr"]
248
- print(len(wav)/sr, "sec", text[:60], snr, dnsmos)
249
 
250
  # Streaming (no full download):
251
  ds = load_dataset("AAdonis/WorldSpeech", "nl_nl", split="train", streaming=True)
 
245
  text = row["human_transcript"]
246
  snr = row["snr"]
247
  dnsmos = row["dnsmos_ovr"]
 
248
 
249
  # Streaming (no full download):
250
  ds = load_dataset("AAdonis/WorldSpeech", "nl_nl", split="train", streaming=True)