Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
license:
|
4 |
base_model:
|
5 |
- openai/whisper-medium
|
6 |
- openai/whisper-small
|
@@ -13,6 +13,7 @@ model-index:
|
|
13 |
results: []
|
14 |
datasets:
|
15 |
- mozilla-foundation/common_voice_17_0
|
|
|
16 |
language:
|
17 |
- sw
|
18 |
- en
|
@@ -27,7 +28,6 @@ This model is a fine-tuned version of [openai/whisper-medium](https://huggingfac
|
|
27 |
|
28 |
The model achieves the following results on the evaluation set:
|
29 |
- **Loss**: 0.3390
|
30 |
-
- **WER Ortho**: 21.3
|
31 |
- **WER**: 14.7
|
32 |
|
33 |
## Usage
|
@@ -292,5 +292,4 @@ If you use this model in your research, please cite:
|
|
292 |
year={2025},
|
293 |
howpublished={\url{https://huggingface.co/Jacaranda-Health/ASR-STT}}
|
294 |
}
|
295 |
-
```
|
296 |
-
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
license: cc-by-sa-4.0
|
4 |
base_model:
|
5 |
- openai/whisper-medium
|
6 |
- openai/whisper-small
|
|
|
13 |
results: []
|
14 |
datasets:
|
15 |
- mozilla-foundation/common_voice_17_0
|
16 |
+
- fsicoli/common_voice_19_0
|
17 |
language:
|
18 |
- sw
|
19 |
- en
|
|
|
28 |
|
29 |
The model achieves the following results on the evaluation set:
|
30 |
- **Loss**: 0.3390
|
|
|
31 |
- **WER**: 14.7
|
32 |
|
33 |
## Usage
|
|
|
292 |
year={2025},
|
293 |
howpublished={\url{https://huggingface.co/Jacaranda-Health/ASR-STT}}
|
294 |
}
|
295 |
+
```
|
|