File size: 1,086 Bytes
bebf54d
595b912
9150a45
 
595b912
9150a45
 
595b912
9150a45
595b912
9150a45
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bebf54d
d6f06cc
 
 
ae8d89d
d6f06cc
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
language:
  - sw
license: apache-2.0
tags:
  - hf-asr-leaderboard
  - generated_from_trainer
datasets:
  - mozilla-foundation/common_voice_11_0
metrics:
  - wer
model-index:
  - name: whisper-medium-sw
    results:
      - task:
          name: Automatic Speech Recognition
          type: automatic-speech-recognition
        dataset:
          name: Common Voice 11.0
          type: mozilla-foundation/common_voice_11_0
          config: sw
          split: test
          args: 'config: sw, split: test'
        metrics:
          - name: Wer
            type: wer
            value: 30.51
---
## Model
* Name: Whisper Medium Swahili
* Description: Whisper weights for speech-to-text task, fine-tuned and evaluated on normalized data.
* Performance: **30.51 WER**

## Weights
* Date of release: 12.09.2022
* License: MIT

## Usage
To use these weights in HuggingFace's `transformers` library, you can do the following:
```python
from transformers import WhisperForConditionalGeneration

model = WhisperForConditionalGeneration.from_pretrained("hedronstone/whisper-small-sw")
```