The viewer is disabled because this dataset repo requires arbitrary Python code execution. Please consider
removing the
loading script
and relying on
automated data support
(you can use
convert_to_parquet
from the datasets
library). If this is not possible, please
open a discussion
for direct help.
This collection includes over 189,000 hours of speech-to-text data in seven languages: English, French, Spanish, Portuguese, Italian, German, and Dutch
All segments were initially sorted by their IDs (timestamps). Adjacent segments from the same source were concatenated into 30-second chunks before being decoded using Whisper-Large-V3. The only exception was Common Voice, where segments were decoded individually before concatenation.
In total, over 288,000 hours of audio data were collected and processed. This dataset retains only segments with a word error rate (WER) below 20% after normalization. Users can apply stricter filters if needed for their specific use cases.
Usage
from datasets import load_dataset
from pprint import pprint
dataset = load_dataset(
"bofenghuang/stt-pseudo-labeled-whisper-large-v3-multilingual",
"en-ami-ihm", # can also select other subsets
split="train",
trust_remote_code=True,
)
pprint(dataset[0])
# {'audio': {'array': array([-6.10351562e-05, -1.22070312e-04, -1.83105469e-04, ...,
# 6.40869141e-04, 6.40869141e-04, 6.40869141e-04]),
# 'path': None,
# 'sampling_rate': 16000},
# 'audio_filepath': '/home/bhuang/.cache/huggingface/hub/datasets--bofenghuang--stt-pseudo-labeled-whisper-large-v3-multilingual/snapshots/8f1b7bbae8f1b657d1a95b66dba9d2e7b3b86665//distil-whisper/ami-ihm/ihm/train_concatenated/EN2001a.zip:62624564:958444',
# 'duration': 29.950000762939453,
# 'prev_text': "OKAY DOES ANYONE WANT TO SEE UH STEVE'S FEEDBACK FROM THE "
# "SPECIFICATION RIGHT NOT REALLY UM JUST WHAT HE'S TALKING ABOUT "
# 'LIKE DUPLICATION OF EFFORT AND LIKE DUPLICATION OF EFFORT AND '
# 'STUFF AND UM YEAH HE WAS SAYING THAT WE SHOULD MAYBE UH THINK '
# 'ABOUT HAVING A PROTOTYPE FOR WEEK SIX WHICH IS NEXT WEEK YEAH '
# 'SO WE SHOULD PROBABLY PRIORITIZE OUR PACKAGES MM YEAH YEAH HMM',
# 'prev_whisper_transcript': "<|0.00|> Does anyone want to see Steve's feedback "
# 'from the specification?<|4.80|><|4.80|> Not '
# 'really, just what he was talking about, like '
# 'duplication of effort and '
# 'stuff.<|11.20|><|11.20|> And saying that we '
# 'should maybe think about having a prototype for '
# 'week six, which is next week.<|21.00|><|21.00|> '
# 'So we should probably prioritise our '
# 'packages.<|28.34|>',
# 'text': 'HAS HAS ANYONE ACTUALLY LOOKED AT THE JAVA CODE FOR THE HUH HMM YEAH '
# "I THINK SO YEAH I I DON'T KNOW ABOUT THE SEARCH FUNCTIONALITY THAT "
# "MIGHT BE ONLINE DEPENDS HOW IT'S GONNA WORK YEAH MM-HMM YEAH THAT "
# 'MAKES SENSE HMM HMM YEAH YOU JUST CONCATENATE THEM TOGETHER HMM YEAH '
# 'IT JUST MEANS IT LOADS ON DEMAND IT ONLY LOADS WHEN IT NEEDS A '
# "PARTICULAR TYPE OF FILE LIKE WHEN IT'S BEING ACCESSED YEAH I THINK "
# "THAT'S THE IDEA IT JUST LOADS THE PARTICULAR ONES IT NEEDS BUT IF "
# "YOU WERE DOING A SEARCH OVER THE WHOLE CORPUS YOU'D HAVE TO LOAD "
# 'THEM ALL HMM',
# 'text_norm': 'has has anyone actually looked at the java code for the huh '
# 'yeah i think so yeah i i do not know about the search '
# 'functionality that might be online depends how it is going to '
# 'work yeah yeah that makes sense yeah you just concatenate them '
# 'together yeah it just means it loads on demand it only loads '
# 'when it needs a particular type of file like when it is being '
# 'accessed yeah i think that is the idea it just loads the '
# 'particular ones it needs but if you were doing a search over '
# 'the whole corpus you would have to load them all',
# 'wer': 4.716980934143066,
# 'whisper_transcript': '<|0.00|> Has anyone actually looked at the Java code '
# 'for the AMX?<|5.00|><|5.38|> Yeah, I think '
# "so.<|6.22|><|6.22|> Yeah, I don't know about the "
# 'search functionality.<|8.28|><|8.28|> That might be '
# "online.<|10.20|><|10.20|> Depends how it's gonna "
# 'work.<|11.92|><|11.92|> Yeah, that makes '
# 'sense.<|13.22|><|13.22|> Yeah, you just concatenate '
# 'them together.<|15.60|><|15.60|> It just means it '
# 'loads on demand.<|17.42|><|17.42|> It only loads when '
# 'it needs a particular type of file,<|22.24|><|22.24|> '
# "like when it's being accessed.<|23.40|><|23.40|> Yeah, "
# "I think that's the idea.<|24.40|><|24.40|> It just "
# 'loads the particular ones it needs.<|26.96|><|26.96|> '
# 'But if you were doing a search over the whole '
# "corpus,<|28.66|><|28.66|> you'd have to load them "
# 'all.<|29.96|>',
# 'whisper_transcript_norm': 'has anyone actually looked at the java code for '
# 'the amx yeah i think so yeah i do not know about '
# 'the search functionality that might be online '
# 'depends how it is going to work yeah that makes '
# 'sense yeah you just concatenate them together it '
# 'just means it loads on demand it only loads when '
# 'it needs a particular type of file like when it '
# 'is being accessed yeah i think that is the idea '
# 'it just loads the particular ones it needs but if '
# 'you were doing a search over the whole corpus you '
# 'would have to load them all'}
Statistics
See below for the durations (in hours) after applying different WER filters to each subset.
English
Split | 20% | 10% | 5% | 0% |
---|---|---|---|---|
en-mcv | 1,571.18 | 1,527.70 | 1,181.29 | 428.52 |
en-ls | 951.31 | 932.31 | 852.46 | 450.89 |
en-voxpopuli | 494.10 | 413.92 | 260.32 | 74.07 |
en-tedlium | 448.05 | 416.95 | 312.36 | 78.16 |
en-peoples_speech-clean | 5,652.32 | 3,474.44 | 1,160.46 | 73.02 |
en-peoples_speech-clean_sa | 955.14 | 643.65 | 260.26 | 24.91 |
en-peoples_speech-dirty | 8,664.09 | 1,414.41 | 181.96 | 5.35 |
en-peoples_speech-dirty_sa | 972.02 | 206.29 | 35.34 | 1.65 |
en-gigaspeech-l | 2,464.07 | 2,384.80 | 2,099.40 | 901.77 |
en-ami-ihm | 50.84 | 19.54 | 5.44 | 0.46 |
en-ami-sdm | 23.17 | 6.81 | 1.84 | 0.18 |
en-yodas-000 | 3,699.62 | 2,902.96 | 1,891.37 | 487.83 |
en-yodas-001 | 3,693.85 | 2,896.02 | 1,887.55 | 484.64 |
en-yodas-002 | 3,687.30 | 2,890.38 | 1,895.27 | 487.38 |
en-yodas-003 | 3,650.57 | 2,843.52 | 1,841.51 | 464.97 |
en-yodas-004 | 3,710.20 | 2,907.12 | 1,890.28 | 477.85 |
en-yodas-005 | 2,936.86 | 2,302.64 | 1,496.23 | 382.48 |
en-yodas-100 | 3,831.71 | 2,692.86 | 1,496.27 | 286.69 |
en-yodas-101 | 3,816.33 | 2,689.93 | 1,497.48 | 292.58 |
en-yodas-102 | 3,826.86 | 2,701.17 | 1,501.30 | 286.49 |
en-yodas-103 | 3,825.10 | 2,698.54 | 1,498.18 | 294.47 |
en-yodas-104 | 2,449.36 | 1,717.38 | 948.36 | 184.66 |
en-yodas-105 | 3,790.39 | 2,664.18 | 1,476.47 | 285.18 |
en-yodas-106 | 3,800.00 | 2,678.34 | 1,487.09 | 287.32 |
en-yodas-107 | 3,809.05 | 2,679.41 | 1,488.62 | 289.25 |
en-yodas-109 | 3,791.46 | 2,677.90 | 1,492.26 | 290.38 |
en-yodas-110 | 3,767.50 | 2,638.29 | 1,456.01 | 281.24 |
en-yodas-111 | 3,801.11 | 2,671.89 | 1,486.27 | 287.74 |
en-yodas-112 | 3,827.94 | 2,696.10 | 1,494.42 | 285.60 |
en-yodas-113 | 3,817.43 | 2,681.09 | 1,489.73 | 289.74 |
en-yodas-114 | 3,798.91 | 2,682.03 | 1,500.48 | 296.98 |
en-yodas-115 | 3,811.49 | 2,682.46 | 1,487.23 | 288.86 |
en-yodas-116 | 3,826.62 | 2,706.08 | 1,509.38 | 292.36 |
en-yodas-117 | 3,808.30 | 2,684.16 | 1,497.32 | 293.84 |
en-yodas-118 | 3,804.02 | 2,687.24 | 1,499.53 | 292.64 |
en-yodas-119 | 3,809.40 | 2,697.34 | 1,508.54 | 296.01 |
en-yodas-120 | 3,827.33 | 2,701.14 | 1,502.67 | 287.27 |
en-yodas-121 | 3,800.26 | 2,677.95 | 1,488.84 | 290.16 |
en-yodas-122 | 3,790.63 | 2,660.88 | 1,472.27 | 285.75 |
en-yodas-123 | 3,785.27 | 2,677.23 | 1,494.34 | 289.47 |
en-yodas-124 | 3,809.97 | 2,685.33 | 1,501.46 | 293.05 |
en-yodas-125 | 3,783.51 | 2,659.93 | 1,475.39 | 288.66 |
en-yodas-126 | 3,797.07 | 2,668.46 | 1,487.35 | 289.60 |
en-yodas-127 | 1,769.64 | 1,247.31 | 699.89 | 137.38 |
total | 143,001.36 | 98,188.11 | 56,190.49 | 12,387.48 |
French
Split | 20% | 10% | 5% | 0% |
---|---|---|---|---|
fr-mcv | 689.80 | 663.32 | 439.61 | 93.34 |
fr-mls | 1,042.59 | 936.38 | 703.29 | 260.22 |
fr-voxpopuli | 191.70 | 146.51 | 84.15 | 21.91 |
fr-mtedx | 146.09 | 100.67 | 57.22 | 12.98 |
fr-yodas-000 | 1,497.83 | 912.55 | 445.32 | 71.56 |
fr-yodas-100 | 1,860.75 | 606.79 | 149.23 | 13.01 |
fr-yodas-101 | 1,857.40 | 612.54 | 151.96 | 14.09 |
fr-yodas-102 | 1,850.93 | 610.35 | 152.34 | 13.33 |
fr-yodas-103 | 1,172.29 | 390.89 | 98.22 | 9.21 |
total | 10,309.39 | 4,979.99 | 2,281.33 | 509.65 |
Spanish
Split | 20% | 10% | 5% | 0% |
---|---|---|---|---|
es-mcv | 446.01 | 435.19 | 350.02 | 145.81 |
es-mls | 844.79 | 722.04 | 535.54 | 210.70 |
es-voxpopuli | 139.52 | 112.18 | 70.99 | 20.37 |
es-mtedx | 150.89 | 114.39 | 68.60 | 16.38 |
es-yodas-000 | 2,408.25 | 1,592.19 | 851.84 | 180.98 |
es-yodas-100 | 2,982.87 | 1,610.76 | 667.60 | 104.08 |
es-yodas-101 | 2,987.42 | 1,584.88 | 647.20 | 100.99 |
total | 9,959.76 | 6,171.63 | 3,191.77 | 779.30 |
Portuguese
Split | 20% | 10% | 5% | 0% |
---|---|---|---|---|
pt-mcv | 21.75 | 21.42 | 19.13 | 10.46 |
pt-mls | 147.01 | 113.41 | 69.66 | 20.76 |
pt-mtedx | 131.71 | 94.51 | 49.57 | 9.32 |
pt-yodas-000 | 859.83 | 453.14 | 211.42 | 42.00 |
pt-yodas-100 | 1,853.79 | 549.13 | 140.03 | 22.36 |
pt-yodas-101 | 1,849.31 | 552.92 | 141.34 | 21.55 |
pt-yodas-102 | 1,871.89 | 560.40 | 143.63 | 22.47 |
pt-yodas-103 | 1,288.90 | 383.86 | 98.71 | 15.83 |
total | 8,024.19 | 2,728.80 | 873.48 | 164.75 |
Italian
Split | 20% | 10% | 5% | 0% |
---|---|---|---|---|
it-mcv | 232.83 | 229.54 | 187.96 | 70.52 |
it-mls | 232.95 | 185.26 | 113.87 | 35.30 |
it-voxpopuli | 58.23 | 41.64 | 23.06 | 6.31 |
it-mtedx | 88.72 | 73.84 | 49.47 | 13.02 |
it-yodas-000 | 952.76 | 600.62 | 317.58 | 85.28 |
it-yodas-100 | 2,664.50 | 1,242.66 | 453.31 | 70.46 |
it-yodas-101 | 2,277.28 | 1,062.83 | 387.99 | 60.38 |
total | 6,507.27 | 3,436.38 | 1,533.24 | 341.27 |
German
Split | 20% | 10% | 5% | 0% |
---|---|---|---|---|
de-mcv | 875.27 | 862.86 | 720.29 | 324.03 |
de-mls | 1,919.13 | 1,736.71 | 1,315.35 | 661.96 |
de-voxpopuli | 232.27 | 146.60 | 70.01 | 17.32 |
de-mtedx | 8.39 | 5.70 | 3.28 | 0.81 |
de-yodas-000 | 1,607.82 | 925.94 | 476.64 | 128.54 |
de-yodas-100 | 2,304.63 | 856.85 | 260.56 | 41.08 |
de-yodas-101 | 2,343.04 | 875.50 | 265.74 | 40.33 |
de-yodas-102 | 426.58 | 156.51 | 47.43 | 7.58 |
total | 9,717.13 | 5,566.67 | 3,159.30 | 1,221.65 |
Dutch
Split | 20% | 10% | 5% | 0% |
---|---|---|---|---|
nl-mcv | 41.02 | 40.81 | 35.81 | 12.01 |
nl-mls | 1,455.24 | 1,133.02 | 692.95 | 253.02 |
nl-voxpopuli | 38.86 | 23.20 | 9.50 | 1.79 |
nl-yodas-000 | 215.26 | 108.59 | 44.07 | 6.59 |
nl-yodas-100 | 512.37 | 127.16 | 31.75 | 5.48 |
total | 2,262.75 | 1,432.78 | 814.08 | 278.89 |
Code-switching
Split | 20% | 10% | 5% | 0% |
---|---|---|---|---|
cs-mcv | 3,346.80 | 3,333.61 | 3,192.75 | 1,428.04 |
cs-yodas | 6,465.59 | 6,434.34 | 4,967.96 | 572.10 |
total | 9,812.39 | 9,767.94 | 8,160.72 | 2,000.14 |
- Downloads last month
- 13