jordimas commited on
Commit
3483766
1 Parent(s): dfad97f

Fixes to documentation

Browse files
Files changed (1) hide show
  1. TRAINING.md +2 -2
TRAINING.md CHANGED
@@ -52,14 +52,14 @@ Summary as March 2023:
52
 
53
  **c**. We have only been able to use the models reliable with Whisper.cpp and CTranslate 2 inference clients.
54
 
55
- In our experiments
56
 
57
  | Whisper Client | WER |
58
  | ----------- | ----------- |
59
  | OpenAI | 27.32 |
60
  | Whisper.cpp 1.2.1 | 38.89 |
61
  | HuggingFace 4.27.1 | 93.54 |
62
- | CTranslate2 3.10.3 | 43.68 |
63
 
64
  We strongly recommend using CTranslate2 as inference client.
65
 
 
52
 
53
  **c**. We have only been able to use the models reliable with Whisper.cpp and CTranslate 2 inference clients.
54
 
55
+ See how diferent clients can impact the WER over when doing inference same file:
56
 
57
  | Whisper Client | WER |
58
  | ----------- | ----------- |
59
  | OpenAI | 27.32 |
60
  | Whisper.cpp 1.2.1 | 38.89 |
61
  | HuggingFace 4.27.1 | 93.54 |
62
+ | CTranslate2 3.10.3 | 31.15 |
63
 
64
  We strongly recommend using CTranslate2 as inference client.
65