Update README.md
Browse files
README.md
CHANGED
|
@@ -13,7 +13,7 @@ pipeline_tag: automatic-speech-recognition
|
|
| 13 |
|
| 14 |
# WhisperD-NL: Fine-tuned Whisper for Dutch Speech Recognition
|
| 15 |
|
| 16 |
-
WhisperD-NL is a fine-tuned Whisper model with disfluencies trained on the Corpus Gesproken Nederlands (CGN) specifically to detect disfluencies and non-speech events.
|
| 17 |
|
| 18 |
## Model Details
|
| 19 |
|
|
@@ -21,7 +21,8 @@ WhisperD-NL is a fine-tuned Whisper model with disfluencies trained on the Corpu
|
|
| 21 |
- **Language**: Dutch (nl)
|
| 22 |
- **Task**: Automatic Speech Recognition
|
| 23 |
- **Fine-tuning**: Corpus Gesproken Nederlands (CGN)
|
| 24 |
-
- **
|
|
|
|
| 25 |
|
| 26 |
## Usage
|
| 27 |
|
|
|
|
| 13 |
|
| 14 |
# WhisperD-NL: Fine-tuned Whisper for Dutch Speech Recognition
|
| 15 |
|
| 16 |
+
WhisperD-NL is a fine-tuned Whisper model with disfluencies trained on the Corpus Gesproken Nederlands (CGN) specifically to detect disfluencies, speakers and non-speech events.
|
| 17 |
|
| 18 |
## Model Details
|
| 19 |
|
|
|
|
| 21 |
- **Language**: Dutch (nl)
|
| 22 |
- **Task**: Automatic Speech Recognition
|
| 23 |
- **Fine-tuning**: Corpus Gesproken Nederlands (CGN)
|
| 24 |
+
- **Speaker Identification**: Speaker identification is implemented up to four different speakers via a tag ([S1], [S2], [S3] and [S4])
|
| 25 |
+
- **WER**: 16.42 for disfluencies, speaker identification and non-speech events based on whisper-large-v3
|
| 26 |
|
| 27 |
## Usage
|
| 28 |
|