Update README.md
Browse files
README.md
CHANGED
@@ -10,9 +10,9 @@ pipeline_tag: automatic-speech-recognition
|
|
10 |
|
11 |
**Monsoon-Whisper-Medium-GigaSpeech2** is a 🇹🇭 Thai *Automatic Speech Recognition* (ASR) model. It is based on [Whisper-Medium](https://huggingface.co/openai/whisper-medium) and fine-tuned on [GigaSpeech2](https://huggingface.co/datasets/speechcolab/gigaspeech2).
|
12 |
|
13 |
-
Originally developed as a scale experiment for research on emergent capabilities in ASR tasks
|
14 |
|
15 |
-
More details can be found in our [
|
16 |
|
17 |
## Model Description
|
18 |
|
@@ -56,7 +56,7 @@ print(transcription)
|
|
56 |
|
57 |
## Evaluation Results
|
58 |
|
59 |
-
| Model | WER (GS2) | WER (
|
60 |
|:----------------------------------------|:----------------------:|:-------------------------:|:----------------------:|:-------------------------:|
|
61 |
| whisper-large-v3 | 37.02 | 22.63 | 24.03 | 8.49 |
|
62 |
| whisper-medium | 55.64 | 43.01 | 37.55 | 16.41 |
|
|
|
10 |
|
11 |
**Monsoon-Whisper-Medium-GigaSpeech2** is a 🇹🇭 Thai *Automatic Speech Recognition* (ASR) model. It is based on [Whisper-Medium](https://huggingface.co/openai/whisper-medium) and fine-tuned on [GigaSpeech2](https://huggingface.co/datasets/speechcolab/gigaspeech2).
|
12 |
|
13 |
+
Originally developed as a scale experiment for research on emergent capabilities in ASR tasks. It performs well in the wild, including with audio sourced from YouTube and in noisy environments.
|
14 |
|
15 |
+
More details can be found in our [Typhoon-Audio Release Blog](https://blog.opentyphoon.ai/typhoon-audio-preview-release-6fbb3f938287).
|
16 |
|
17 |
## Model Description
|
18 |
|
|
|
56 |
|
57 |
## Evaluation Results
|
58 |
|
59 |
+
| Model | WER (GS2) | WER (CV17) | CER (GS2) | CER (CV17) |
|
60 |
|:----------------------------------------|:----------------------:|:-------------------------:|:----------------------:|:-------------------------:|
|
61 |
| whisper-large-v3 | 37.02 | 22.63 | 24.03 | 8.49 |
|
62 |
| whisper-medium | 55.64 | 43.01 | 37.55 | 16.41 |
|