Automatic Speech Recognition
Transformers
Safetensors
French
whisper
asr
Eval Results
Inference Endpoints
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -83,12 +83,12 @@ The result is a distilled model that performs within **2% WER of [Whisper large-
83
 
84
  | Model | Params (M) | Rel. Latency | Short-Form WER | Long-Form WER |
85
  | :--------------------- | :--------: | :----------: | :------------: | :-----------: |
86
- | whisper-tiny | 37.8 | 4.7 | 43.73 | 28.158 |
87
- | whisper-base | 72.6 | 3.7 | 30.57 | 18.665 |
88
- | whisper-small | 242 | 2.3 | 16.20 | 12.557 |
89
- | whisper-medium | 764 | 1.3 | 11.720 | 11.023 |
90
- | whisper-large-v3 | 1540 | 1.0 | 7.81 | 9.008 |
91
- | **distil-large-v3-fr** | **756** | **5.9** | **9.34** | **11.13** |
92
 
93
  *latencies benchmarked to generate 128 tokens on A100 40GB with a batch size of 1. More details about inference performances in [inference speed](#inference-speed) section.
94
  *WERs are averaged on the test sets. More details in [short-form](#short-form) and [long-form](#long-form) results sections.
 
83
 
84
  | Model | Params (M) | Rel. Latency | Short-Form WER | Long-Form WER |
85
  | :--------------------- | :--------: | :----------: | :------------: | :-----------: |
86
+ | whisper-tiny | 37.8 | 4.7 | 43.7 | 28.2 |
87
+ | whisper-base | 72.6 | 3.7 | 30.6 | 18.7 |
88
+ | whisper-small | 242 | 2.3 | 16.2 | 12.6 |
89
+ | whisper-medium | 764 | 1.3 | 11.7 | 11.0 |
90
+ | whisper-large-v3 | 1540 | 1.0 | 7.8 | 9.0 |
91
+ | **distil-large-v3-fr** | **756** | **5.9** | **9.3** | **11.1** |
92
 
93
  *latencies benchmarked to generate 128 tokens on A100 40GB with a batch size of 1. More details about inference performances in [inference speed](#inference-speed) section.
94
  *WERs are averaged on the test sets. More details in [short-form](#short-form) and [long-form](#long-form) results sections.