Spaces:
Running
Running
Merge branch 'main' of https://huggingface.co/spaces/Steveeeeeeen/ASR-comparaison
Browse files
app.py
CHANGED
@@ -62,9 +62,9 @@ with gr.Blocks() as demo:
|
|
62 |
"Lower WER scores indicate better performance."
|
63 |
"\n\n| Model | WER |\n"
|
64 |
"|--------------------------|--------------------------|\n"
|
65 |
-
"| [whisper-tiny](https://huggingface.co/openai/whisper-tiny.en) | 0.
|
66 |
-
"| [wav2vec2-large-960h](https://huggingface.co/facebook/wav2vec2-large-960h) | 0.
|
67 |
-
"| [distill-whisper-small](https://huggingface.co/distil-whisper/distil-small.en)| 0.
|
68 |
"\n\n### Data Source\n"
|
69 |
"The data used in this demo is a subset of the [LibriSpeech](https://huggingface.co/datasets/openslr/librispeech_asr) dataset which contains the first 100 audio samples and their corresponding reference texts in the validation set."
|
70 |
),
|
|
|
62 |
"Lower WER scores indicate better performance."
|
63 |
"\n\n| Model | WER |\n"
|
64 |
"|--------------------------|--------------------------|\n"
|
65 |
+
"| [whisper-tiny](https://huggingface.co/openai/whisper-tiny.en) | 0.06052 |\n"
|
66 |
+
"| [wav2vec2-large-960h](https://huggingface.co/facebook/wav2vec2-large-960h) | 0.02201 |\n"
|
67 |
+
"| [distill-whisper-small](https://huggingface.co/distil-whisper/distil-small.en)| 0.03959 |\n"
|
68 |
"\n\n### Data Source\n"
|
69 |
"The data used in this demo is a subset of the [LibriSpeech](https://huggingface.co/datasets/openslr/librispeech_asr) dataset which contains the first 100 audio samples and their corresponding reference texts in the validation set."
|
70 |
),
|