Datasets:
Update README.md
Browse files
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)
|