Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 5 new columns ({'runtime_seconds', 'backend', 'audio_seconds', 'rtf', 'cer'}) and 3 missing columns ({'hyp_sentiment', 'ref_sentiment', 'ascs_text'}).

This happened while the csv dataset builder was generating data using

hf://datasets/turkmedstt/turkish-asr-benchmark/data/per_utterance_metrics.csv (at revision e01051bb1313090ba512491df26ffb2a4d29deac), [/tmp/hf-datasets-cache/medium/datasets/79427467939925-config-parquet-and-info-turkmedstt-turkish-asr-be-0545afd3/hub/datasets--turkmedstt--turkish-asr-benchmark/snapshots/e01051bb1313090ba512491df26ffb2a4d29deac/data/acosemantic_per_utterance.csv (origin=hf://datasets/turkmedstt/turkish-asr-benchmark@e01051bb1313090ba512491df26ffb2a4d29deac/data/acosemantic_per_utterance.csv), /tmp/hf-datasets-cache/medium/datasets/79427467939925-config-parquet-and-info-turkmedstt-turkish-asr-be-0545afd3/hub/datasets--turkmedstt--turkish-asr-benchmark/snapshots/e01051bb1313090ba512491df26ffb2a4d29deac/data/per_utterance_metrics.csv (origin=hf://datasets/turkmedstt/turkish-asr-benchmark@e01051bb1313090ba512491df26ffb2a4d29deac/data/per_utterance_metrics.csv), /tmp/hf-datasets-cache/medium/datasets/79427467939925-config-parquet-and-info-turkmedstt-turkish-asr-be-0545afd3/hub/datasets--turkmedstt--turkish-asr-benchmark/snapshots/e01051bb1313090ba512491df26ffb2a4d29deac/summary/acosemantic_summary.csv (origin=hf://datasets/turkmedstt/turkish-asr-benchmark@e01051bb1313090ba512491df26ffb2a4d29deac/summary/acosemantic_summary.csv), /tmp/hf-datasets-cache/medium/datasets/79427467939925-config-parquet-and-info-turkmedstt-turkish-asr-be-0545afd3/hub/datasets--turkmedstt--turkish-asr-benchmark/snapshots/e01051bb1313090ba512491df26ffb2a4d29deac/summary/leaderboard.csv (origin=hf://datasets/turkmedstt/turkish-asr-benchmark@e01051bb1313090ba512491df26ffb2a4d29deac/summary/leaderboard.csv), /tmp/hf-datasets-cache/medium/datasets/79427467939925-config-parquet-and-info-turkmedstt-turkish-asr-be-0545afd3/hub/datasets--turkmedstt--turkish-asr-benchmark/snapshots/e01051bb1313090ba512491df26ffb2a4d29deac/summary/source_breakdown.csv (origin=hf://datasets/turkmedstt/turkish-asr-benchmark@e01051bb1313090ba512491df26ffb2a4d29deac/summary/source_breakdown.csv)]

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1837, in _prepare_split_single
                  writer.write_table(table)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 765, in write_table
                  self._write_table(pa_table, writer_batch_size=writer_batch_size)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
                  pa_table = table_cast(pa_table, self._schema)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2369, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              model: string
              backend: string
              audio_id: string
              source: string
              wer: double
              cer: double
              rtf: double
              runtime_seconds: double
              audio_seconds: double
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 1294
              to
              {'model': Value('string'), 'audio_id': Value('string'), 'source': Value('string'), 'wer': Value('float64'), 'ref_sentiment': Value('float64'), 'hyp_sentiment': Value('float64'), 'ascs_text': Value('float64')}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1348, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
                  builder.download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 890, in download_and_prepare
                  self._download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 951, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1683, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1839, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 5 new columns ({'runtime_seconds', 'backend', 'audio_seconds', 'rtf', 'cer'}) and 3 missing columns ({'hyp_sentiment', 'ref_sentiment', 'ascs_text'}).
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/turkmedstt/turkish-asr-benchmark/data/per_utterance_metrics.csv (at revision e01051bb1313090ba512491df26ffb2a4d29deac), [/tmp/hf-datasets-cache/medium/datasets/79427467939925-config-parquet-and-info-turkmedstt-turkish-asr-be-0545afd3/hub/datasets--turkmedstt--turkish-asr-benchmark/snapshots/e01051bb1313090ba512491df26ffb2a4d29deac/data/acosemantic_per_utterance.csv (origin=hf://datasets/turkmedstt/turkish-asr-benchmark@e01051bb1313090ba512491df26ffb2a4d29deac/data/acosemantic_per_utterance.csv), /tmp/hf-datasets-cache/medium/datasets/79427467939925-config-parquet-and-info-turkmedstt-turkish-asr-be-0545afd3/hub/datasets--turkmedstt--turkish-asr-benchmark/snapshots/e01051bb1313090ba512491df26ffb2a4d29deac/data/per_utterance_metrics.csv (origin=hf://datasets/turkmedstt/turkish-asr-benchmark@e01051bb1313090ba512491df26ffb2a4d29deac/data/per_utterance_metrics.csv), /tmp/hf-datasets-cache/medium/datasets/79427467939925-config-parquet-and-info-turkmedstt-turkish-asr-be-0545afd3/hub/datasets--turkmedstt--turkish-asr-benchmark/snapshots/e01051bb1313090ba512491df26ffb2a4d29deac/summary/acosemantic_summary.csv (origin=hf://datasets/turkmedstt/turkish-asr-benchmark@e01051bb1313090ba512491df26ffb2a4d29deac/summary/acosemantic_summary.csv), /tmp/hf-datasets-cache/medium/datasets/79427467939925-config-parquet-and-info-turkmedstt-turkish-asr-be-0545afd3/hub/datasets--turkmedstt--turkish-asr-benchmark/snapshots/e01051bb1313090ba512491df26ffb2a4d29deac/summary/leaderboard.csv (origin=hf://datasets/turkmedstt/turkish-asr-benchmark@e01051bb1313090ba512491df26ffb2a4d29deac/summary/leaderboard.csv), /tmp/hf-datasets-cache/medium/datasets/79427467939925-config-parquet-and-info-turkmedstt-turkish-asr-be-0545afd3/hub/datasets--turkmedstt--turkish-asr-benchmark/snapshots/e01051bb1313090ba512491df26ffb2a4d29deac/summary/source_breakdown.csv (origin=hf://datasets/turkmedstt/turkish-asr-benchmark@e01051bb1313090ba512491df26ffb2a4d29deac/summary/source_breakdown.csv)]
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

model
string
audio_id
string
source
string
wer
float64
ref_sentiment
float64
hyp_sentiment
float64
ascs_text
float64
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00000_common_voice_tr_28860862.wav
commonvoice_tr
0
0.4495
0.446
0.9964
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00001_common_voice_tr_28860863.wav
commonvoice_tr
0
0.596
0.3894
0.7933
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00002_common_voice_tr_28860865.wav
commonvoice_tr
0.5
0.4603
0.3722
0.9119
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00003_common_voice_tr_28860866.wav
commonvoice_tr
0
0.5766
0.5
0.9234
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00004_common_voice_tr_28860867.wav
commonvoice_tr
0.5
0.4634
0.4069
0.9435
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00005_common_voice_tr_28860891.wav
commonvoice_tr
1
0.3901
0.2869
0.8968
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00006_common_voice_tr_28860893.wav
commonvoice_tr
1
0.5627
0.4756
0.9129
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00007_common_voice_tr_28860894.wav
commonvoice_tr
0
0.4263
0.5809
0.8453
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00008_common_voice_tr_28860895.wav
commonvoice_tr
1
0.5541
0.4201
0.866
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00009_common_voice_tr_28860896.wav
commonvoice_tr
0
0.445
0.3884
0.9434
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00010_common_voice_tr_28860897.wav
commonvoice_tr
1
0.4207
0.4207
0.9999
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00011_common_voice_tr_28860899.wav
commonvoice_tr
0
0.424
0.5391
0.8849
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00012_common_voice_tr_28860901.wav
commonvoice_tr
0
0.6414
0.4424
0.801
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00013_common_voice_tr_28860902.wav
commonvoice_tr
0
0.4597
0.4558
0.9961
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00014_common_voice_tr_28860904.wav
commonvoice_tr
1
0.4052
0.3905
0.9853
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00015_common_voice_tr_28860906.wav
commonvoice_tr
0.2
0.4428
0.4471
0.9958
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00016_common_voice_tr_28860908.wav
commonvoice_tr
0
0.5627
0.5434
0.9807
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00017_common_voice_tr_28860909.wav
commonvoice_tr
1
0.4476
0.5664
0.8812
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00018_common_voice_tr_28860911.wav
commonvoice_tr
0.333333
0.555
0.6046
0.9504
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00019_common_voice_tr_28860912.wav
commonvoice_tr
0.5
0.3817
0.5826
0.7991
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00020_common_voice_tr_28860913.wav
commonvoice_tr
0.4
0.4779
0.435
0.9571
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00021_common_voice_tr_28860915.wav
commonvoice_tr
0.333333
0.4758
0.7378
0.738
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00022_common_voice_tr_28860919.wav
commonvoice_tr
0
0.5379
0.4779
0.9401
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00023_common_voice_tr_28860920.wav
commonvoice_tr
0.666667
0.431
0.5812
0.8498
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00024_common_voice_tr_28876389.wav
commonvoice_tr
1
0.4366
0.3945
0.9579
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00025_common_voice_tr_28876392.wav
commonvoice_tr
0.363636
0.3727
0.3638
0.9911
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00026_common_voice_tr_28876393.wav
commonvoice_tr
0.5
0.5698
0.5927
0.9771
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00027_common_voice_tr_28884040.wav
commonvoice_tr
0.285714
0.2355
0.3217
0.9138
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00028_common_voice_tr_28884043.wav
commonvoice_tr
0.25
0.4747
0.4497
0.975
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00029_common_voice_tr_28884045.wav
commonvoice_tr
0.25
0.6021
0.4891
0.887
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00030_common_voice_tr_28884048.wav
commonvoice_tr
1
0.6133
0.5029
0.8896
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00031_common_voice_tr_28884050.wav
commonvoice_tr
1
0.5202
0.4691
0.9488
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00032_common_voice_tr_28884052.wav
commonvoice_tr
0.5
0.5107
0.3446
0.8339
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00033_common_voice_tr_28884054.wav
commonvoice_tr
0.166667
0.3677
0.3603
0.9925
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00034_common_voice_tr_28884058.wav
commonvoice_tr
0.5
0.5104
0.3546
0.8442
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00035_common_voice_tr_28884060.wav
commonvoice_tr
0
0.4319
0.5132
0.9186
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00036_common_voice_tr_28884152.wav
commonvoice_tr
0.857143
0.5526
0.5512
0.9986
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00037_common_voice_tr_28884154.wav
commonvoice_tr
0
0.6967
0.6122
0.9156
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00038_common_voice_tr_28884158.wav
commonvoice_tr
0.5
0.5819
0.6393
0.9426
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00039_common_voice_tr_28884160.wav
commonvoice_tr
0.777778
0.4587
0.3793
0.9206
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00040_common_voice_tr_28884195.wav
commonvoice_tr
0.692308
0.4997
0.2885
0.7888
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00041_common_voice_tr_28884196.wav
commonvoice_tr
0.307692
0.5454
0.4537
0.9083
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00042_common_voice_tr_28884197.wav
commonvoice_tr
1
0.8051
0.383
0.5779
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00043_common_voice_tr_28884198.wav
commonvoice_tr
0
0.4637
0.3682
0.9045
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00044_common_voice_tr_28884199.wav
commonvoice_tr
0
0.596
0.5837
0.9876
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00045_common_voice_tr_28884205.wav
commonvoice_tr
1
0.4358
0.4272
0.9914
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00046_common_voice_tr_28884206.wav
commonvoice_tr
1
0.6354
0.582
0.9466
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00047_common_voice_tr_28884207.wav
commonvoice_tr
0
0.5491
0.4903
0.9412
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00048_common_voice_tr_28884208.wav
commonvoice_tr
0
0.4906
0.4506
0.9599
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00049_common_voice_tr_28884209.wav
commonvoice_tr
0
0.4587
0.4876
0.9711
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00050_common_voice_tr_28884725.wav
commonvoice_tr
0
0.3988
0.2845
0.8856
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00051_common_voice_tr_28884726.wav
commonvoice_tr
0
0.4239
0.4673
0.9566
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00052_common_voice_tr_28884727.wav
commonvoice_tr
0.5
0.573
0.593
0.98
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00053_common_voice_tr_28884728.wav
commonvoice_tr
0.6
0.4129
0.5164
0.8965
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00054_common_voice_tr_28884729.wav
commonvoice_tr
0.666667
0.5788
0.5334
0.9546
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00055_common_voice_tr_28884730.wav
commonvoice_tr
0.25
0.4294
0.4258
0.9964
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00056_common_voice_tr_28884731.wav
commonvoice_tr
0
0.5777
0.6025
0.9751
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00057_common_voice_tr_28884733.wav
commonvoice_tr
0.846154
0.2242
0.3079
0.9163
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00058_common_voice_tr_28884734.wav
commonvoice_tr
0.7
0.383
0.425
0.958
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00059_common_voice_tr_28884735.wav
commonvoice_tr
0.333333
0.5555
0.5465
0.991
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00060_common_voice_tr_28884737.wav
commonvoice_tr
0.333333
0.4124
0.5494
0.863
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00061_common_voice_tr_28884738.wav
commonvoice_tr
0.5
0.5134
0.6007
0.9127
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00062_common_voice_tr_28884739.wav
commonvoice_tr
0.333333
0.4583
0.502
0.9563
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00063_common_voice_tr_28884740.wav
commonvoice_tr
0.5
0.5308
0.442
0.9111
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00064_common_voice_tr_28884741.wav
commonvoice_tr
1
0.5679
0.4027
0.8348
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00065_common_voice_tr_28884742.wav
commonvoice_tr
0.5
0.4179
0.3399
0.922
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00066_common_voice_tr_28884743.wav
commonvoice_tr
1
0.4404
0.5598
0.8806
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00067_common_voice_tr_28884744.wav
commonvoice_tr
0.5
0.6362
0.444
0.8078
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00068_common_voice_tr_28884745.wav
commonvoice_tr
0.363636
0.4873
0.3508
0.8635
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00069_common_voice_tr_28884746.wav
commonvoice_tr
0.125
0.3702
0.3486
0.9785
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00070_common_voice_tr_28884747.wav
commonvoice_tr
0.666667
0.4751
0.8194
0.6557
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00071_common_voice_tr_28884748.wav
commonvoice_tr
1
0.4043
0.586
0.8182
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00072_common_voice_tr_28884749.wav
commonvoice_tr
0.166667
0.2662
0.3255
0.9407
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00073_common_voice_tr_28884750.wav
commonvoice_tr
0.333333
0.4411
0.4248
0.9837
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00074_common_voice_tr_28884751.wav
commonvoice_tr
0
0.2547
0.3634
0.8913
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00075_common_voice_tr_28884753.wav
commonvoice_tr
0.666667
0.3552
0.347
0.9919
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00076_common_voice_tr_28884754.wav
commonvoice_tr
0.8
0.5212
0.3611
0.84
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00077_common_voice_tr_28884755.wav
commonvoice_tr
0.75
0.3634
0.4681
0.8953
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00078_common_voice_tr_28884756.wav
commonvoice_tr
1
0.4352
0.4414
0.9938
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00079_common_voice_tr_28884757.wav
commonvoice_tr
0.666667
0.5472
0.3732
0.826
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00080_common_voice_tr_28884759.wav
commonvoice_tr
0.5
0.5733
0.2038
0.6304
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00081_common_voice_tr_28884760.wav
commonvoice_tr
0.416667
0.3577
0.5208
0.8369
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00082_common_voice_tr_28884761.wav
commonvoice_tr
0.142857
0.4158
0.4239
0.992
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00083_common_voice_tr_28884762.wav
commonvoice_tr
1
0.5557
0.5921
0.9636
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00084_common_voice_tr_28884763.wav
commonvoice_tr
0.5
0.4438
0.4954
0.9485
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00085_common_voice_tr_28884764.wav
commonvoice_tr
0.571429
0.3921
0.4356
0.9565
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00086_common_voice_tr_28884765.wav
commonvoice_tr
0.5
0.5915
0.4159
0.8244
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00087_common_voice_tr_28884766.wav
commonvoice_tr
1
0.4523
0.4885
0.9638
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00088_common_voice_tr_28884767.wav
commonvoice_tr
0.4
0.4897
0.2299
0.7402
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00089_common_voice_tr_28884768.wav
commonvoice_tr
0
0.5619
0.624
0.9379
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00090_common_voice_tr_28884770.wav
commonvoice_tr
0.25
0.2979
0.3374
0.9605
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00091_common_voice_tr_28884771.wav
commonvoice_tr
0
0.4617
0.4195
0.9577
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00092_common_voice_tr_28884773.wav
commonvoice_tr
1
0.4058
0.4952
0.9105
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00093_common_voice_tr_28884774.wav
commonvoice_tr
1
0.4612
0.3185
0.8573
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00094_common_voice_tr_28884775.wav
commonvoice_tr
0
0.6676
0.6245
0.9569
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00095_common_voice_tr_28884776.wav
commonvoice_tr
0.384615
0.5135
0.4918
0.9783
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00096_common_voice_tr_28884777.wav
commonvoice_tr
0.428571
0.3506
0.3187
0.9681
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00097_common_voice_tr_28884778.wav
commonvoice_tr
0
0.4061
0.5204
0.8857
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00098_common_voice_tr_28884779.wav
commonvoice_tr
1
0.4599
0.4183
0.9584
Baybars/wav2vec2-xls-r-300m-cv8-turkish
commonvoice_tr_00099_common_voice_tr_28884780.wav
commonvoice_tr
0.333333
0.5427
0.4295
0.8868
End of preview.

TurkMedSTT Turkish ASR Benchmark

This repository publishes general-domain Turkish ASR benchmark metrics produced by Muhammed Kumcu and Yagmur Tuncer.

Interactive table: turkmedstt/turkish-asr-leaderboard

The release compares 20 ASR models on 1,060 clips (about 105 minutes) drawn from three established Turkish speech sources. It contains metrics only. Source audio, reference transcripts, generated hypotheses, local paths, and medical evaluation results are not distributed.

Evaluation protocol

  • All published models are evaluated on the same 1,060 general-domain clips.
  • Each model produces one hypothesis for each clip.
  • Text normalization and metric computation follow the same benchmark pipeline.
  • Overall values are macro averages over clips, so every clip contributes equally.
  • The primary ranking key is mean WER. CER and RTF are supporting metrics.
  • AcoSemantic values are complementary analysis, not a replacement for accuracy.
  • RTF comes from the original Colab A100 runs and depends on backend, model implementation, batching, hardware, and decoding choices.

Dataset composition

Source Clips Role in the benchmark
Common Voice Turkish 447 Multi-speaker community recordings and short general utterances
ISSAI Turkish 453 Read-speech recordings with different sentence and speaker characteristics
OpenSLR 106 Turkish 160 Short Turkish utterances from a separately distributed speech corpus
Total 1,060 About 105 minutes of general-domain Turkish speech

The release does not redistribute source audio or transcripts. Dataset names and de-identified clip identifiers are retained only to describe provenance and join metric tables. Original source licenses and access conditions continue to apply.

Column guide

Column Meaning Direction and example
Rank Position after sorting by mean WER Lower rank number is better in the primary ranking
Model Hugging Face model identifier Identifies the evaluated checkpoint
Backend Inference implementation used in the run Backends can affect speed and decoding behavior
Clips Number of evaluated general-domain clips All published rows contain 1,060 clips
WER Word error rate: (substitutions + deletions + insertions) / reference words Lower is better. 0.1345 means about 13.45 word errors per 100 reference words
CER Character error rate using the same edit operations at character level Lower is better; useful for Turkish suffix and spelling differences
RTF Real-time factor: processing seconds / audio seconds Lower is faster. 0.10 means roughly 10x faster than real time
ASCS 1 - abs(reference sentiment - hypothesis sentiment) Higher is better; measures preservation of text-level semantic-affective score
ASCS sigma Population standard deviation of clip-level ASCS values Lower means more consistent ASCS behavior across clips
ASCS-WER r Pearson correlation between clip-level WER and ASCS Negative is expected: more transcription error generally accompanies lower ASCS
Reference sentiment Mean sentiment score of reference transcripts Describes the test distribution; it is not a model quality score
Hypothesis sentiment Mean sentiment score of model outputs Compare with reference sentiment to inspect systematic affective shift
Sentiment drift Mean absolute difference between reference and hypothesis sentiment Lower is better; numerically equal to 1 - mean ASCS in this definition

WER and CER may exceed 1.0 on individual clips when a model inserts many extra tokens. A low RTF does not imply high transcription quality, and a high ASCS does not imply that the words are correct. The metrics must be interpreted together.

Full leaderboard

WER and CER are macro means over clips. RTF is the mean real-time factor measured in the original Colab A100 runs. ASCS_text measures text-level semantic-affective consistency; higher is better. ASCS-WER r is the per-model Pearson correlation across clips. A negative value means higher WER generally coincides with lower semantic-affective consistency.

Rank Model Backend WER โ†“ CER โ†“ RTF โ†“ ASCS โ†‘ ASCS ฯƒ โ†“ ASCS-WER r Sentiment drift โ†“
1 openai/whisper-large-v3 transformers 0.1345 0.0588 0.1349 0.9571 0.0563 -0.3471 0.0429
2 vincespeed/faster-whisper-large-v3-turbo-turkish faster-whisper 0.1825 0.0774 0.0927 0.9534 0.0579 -0.1874 0.0466
3 Huseyin/whisper-large-v3-turkish-finetuned transformers 0.1841 0.0971 0.1587 0.9510 0.0772 -0.4160 0.0472
4 openai/whisper-large-v2 transformers 0.1901 0.0999 0.1333 0.9498 0.0633 -0.3140 0.0502
5 openai/whisper-large-v3-turbo transformers 0.2014 0.0897 0.0338 0.9487 0.0687 -0.4941 0.0513
6 facebook/seamless-m4t-v2-large transformers_pipeline 0.2079 0.0961 0.2848 0.9609 0.0527 -0.3199 0.0391
7 openai/whisper-medium openai-whisper 0.2143 0.1069 0.2151 0.9476 0.0791 -0.3452 0.0498
8 mpoyraz/wav2vec2-xls-r-300m-cv8-turkish transformers_ctc 0.2903 0.0665 0.1256 0.9418 0.0550 -0.0986 0.0582
9 openai/whisper-small openai-whisper 0.3000 0.1327 0.1178 0.9448 0.0638 -0.2163 0.0543
10 facebook/mms-1b-fl102 transformers_ctc 0.4612 0.1454 0.3744 0.9297 0.0915 -0.2346 0.0657
11 ceyda/wav2vec2-large-xlsr-53-turkish transformers_ctc 0.4832 0.1118 0.1254 0.9320 0.0618 -0.1680 0.0680
12 m3hrdadfi/wav2vec2-large-xlsr-turkish transformers_ctc 0.4847 0.1102 0.1236 0.9316 0.0603 -0.1159 0.0684
13 cahya/wav2vec2-large-xlsr-turkish transformers_ctc 0.5218 0.1404 0.1554 0.9323 0.0604 -0.1190 0.0677
14 mbsouksu/wav2vec2-large-xlsr-turkish-large transformers_ctc 0.5224 0.1266 0.2073 0.9293 0.0648 -0.1799 0.0707
15 openai/whisper-base openai-whisper 0.5238 0.2291 0.1726 0.9324 0.0663 -0.2435 0.0676
16 selimc/whisper-large-v3-turbo-turkish transformers 0.5382 0.3481 0.0374 0.9510 0.0604 -0.1126 0.0490
17 Baybars/wav2vec2-xls-r-300m-cv8-turkish transformers_ctc 0.5550 0.1393 0.2130 0.9297 0.0634 -0.1478 0.0703
18 erenfazlioglu/whisper-small-turkish-tr-best transformers 0.6195 0.3500 0.0843 0.9515 0.0580 -0.1228 0.0485
19 openai/whisper-tiny openai-whisper 0.6547 0.3154 0.1083 0.9180 0.0859 -0.1910 0.0802
20 gorkemgoknar/wav2vec2-large-xlsr-53-turkish transformers_ctc 0.6759 0.2074 0.1230 0.9242 0.0633 -0.1272 0.0758

All models use the same 1,060 general-domain clips. The machine-readable table, including runtime and source counts, is in summary/leaderboard.csv. Per-source WER, CER, and RTF are in summary/source_breakdown.csv.

AcoSemantic-TR

The release also includes ASCS_text, an experimental text-level semantic-affective consistency score. It is reported as an additional analysis dimension and must not be interpreted as a replacement for WER or CER.

For each clip:

ASCS_text = 1 - |sentiment(reference) - sentiment(hypothesis)|

Sentiment scores were produced with lxyuan/distilbert-base-multilingual-cased-sentiments-student. A value near 1 means the reference and hypothesis received similar sentiment scores. This value can remain high even when the hypothesis contains word errors, which is why ASCS is shown alongside WER and CER.

facebook/seamless-m4t-v2-large has the highest mean ASCS_text (0.9609), while openai/whisper-large-v3 has the best WER and a mean ASCS_text of 0.9571.

SER domain-mismatch diagnostic

The earlier audio-level speech-emotion experiment is reported separately because it did not produce a valid model-ranking metric on neutral read speech.

Diagnostic Result
Evaluated clips 199
Mean maximum emotion confidence 0.255
Maximum confidence 0.270
Clips with confidence above 0.30 0
Matched/mismatched AUC 0.446

The acted-speech SER model collapsed to near-uniform predictions on Common Voice and ISSAI read speech. This negative result motivated the text-based ASCS metric.

Files

  • summary/leaderboard.csv: overall WER, CER, RTF, runtime, source counts, and model-level AcoSemantic metrics.
  • summary/source_breakdown.csv: metrics by model and source.
  • summary/acosemantic_summary.csv: ASCS mean, standard deviation, WER correlation, sentiment means, and sentiment drift.
  • data/per_utterance_metrics.csv: de-identified clip-level WER, CER, RTF, and timing.
  • data/acosemantic_per_utterance.csv: de-identified clip-level WER, reference sentiment, hypothesis sentiment, and ASCS_text values.

Audio identifiers are retained only to join metrics across tables. No audio or transcript content is included.

Machine-readable field groups

File Important fields
leaderboard.csv rank, model, backend, clips, mean_wer, mean_cer, mean_rtf, mean_ascs_text, std_ascs_text, ascs_wer_correlation, mean_sentiment_drift
source_breakdown.csv model, source, clips, mean_wer, mean_cer, mean_rtf
per_utterance_metrics.csv model, audio_id, source, wer, cer, rtf, runtime_seconds, audio_seconds
acosemantic_per_utterance.csv model, audio_id, source, wer, ref_sentiment, hyp_sentiment, ascs_text

Scope and limitations

  • These results cover general-domain Turkish speech only.
  • Results are hardware- and implementation-dependent, especially RTF.
  • Some original model attempts required dependency or loader repairs before the final valid runs.
  • Source datasets remain governed by their original licenses and terms.
  • This metrics release does not grant rights to redistribute the source audio or transcripts.
  • Macro averaging gives short and long clips equal weight; corpus-level edit-count aggregation can produce different WER/CER values.
  • Sentiment models can contain language and domain biases. ASCS should be treated as experimental supporting evidence.
  • The leaderboard is a snapshot of tested checkpoints and software versions, not a permanent ranking of every Turkish ASR model.

Contributors

Muhammed Kumcu and Yagmur Tuncer jointly carried out the benchmark design, dataset preparation, model execution, metric analysis, documentation, and publication work.

Acknowledgements

We thank Zeynep Zehra Kumcu and Yusuf Uysal for their support.

Citation

@misc{kumcu_tuncer_2026_turkish_asr_benchmark,
  title        = {TurkMedSTT Turkish ASR Benchmark},
  author       = {Kumcu, Muhammed and Tuncer, Yagmur},
  year         = {2026},
  publisher    = {Hugging Face},
  organization = {TurkMedSTT}
}
Downloads last month
40

Space using turkmedstt/turkish-asr-benchmark 1