hedronstone
commited on
Commit
•
9a05a14
1
Parent(s):
6409d93
Update README.md
Browse files
README.md
CHANGED
@@ -29,17 +29,4 @@ model-index:
|
|
29 |
## Model
|
30 |
* Name: Whisper Small Swahili
|
31 |
* Description: Whisper weights for speech-to-text task, fine-tuned and evaluated on normalized data.
|
32 |
-
* Performance: **27.84 WER**
|
33 |
-
|
34 |
-
## Weights
|
35 |
-
* Date of release: 12.20.2022
|
36 |
-
* Size:
|
37 |
-
* License: MIT
|
38 |
-
|
39 |
-
## Usage
|
40 |
-
To use these weights in HuggingFace's `transformers` library, you can do the following:
|
41 |
-
```python
|
42 |
-
from transformers import WhisperForConditionalGeneration
|
43 |
-
|
44 |
-
model = WhisperForConditionalGeneration.from_pretrained("hedronstone/whisper-small-sw")
|
45 |
-
```
|
|
|
29 |
## Model
|
30 |
* Name: Whisper Small Swahili
|
31 |
* Description: Whisper weights for speech-to-text task, fine-tuned and evaluated on normalized data.
|
32 |
+
* Performance: **27.84 WER**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|