pevers commited on
Commit
7e56998
·
verified ·
1 Parent(s): e67d375

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
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
- - **WER**: 16.42 for disfluencies and non-speech events on whisper-large-v3
 
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