Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -28,7 +28,6 @@ model-index:
|
|
| 28 |
type: wer
|
| 29 |
value: 31.264605428725506
|
| 30 |
---
|
| 31 |
-
|
| 32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 33 |
should probably proofread and complete it, then remove this comment. -->
|
| 34 |
|
|
@@ -83,3 +82,16 @@ The following hyperparameters were used during training:
|
|
| 83 |
- Pytorch 2.3.0+cu121
|
| 84 |
- Datasets 2.19.1
|
| 85 |
- Tokenizers 0.19.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
type: wer
|
| 29 |
value: 31.264605428725506
|
| 30 |
---
|
|
|
|
| 31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 32 |
should probably proofread and complete it, then remove this comment. -->
|
| 33 |
|
|
|
|
| 82 |
- Pytorch 2.3.0+cu121
|
| 83 |
- Datasets 2.19.1
|
| 84 |
- Tokenizers 0.19.1
|
| 85 |
+
|
| 86 |
+
## Citation
|
| 87 |
+
|
| 88 |
+
Please cite the model using the following BibTeX entry:
|
| 89 |
+
|
| 90 |
+
```bibtex
|
| 91 |
+
@misc{deepdml/whisper-large-v3-turbo-ig-mix-norm,
|
| 92 |
+
title={Fine-tuned Whisper turbo ASR model for speech recognition in Lingala},
|
| 93 |
+
author={Jimenez, David},
|
| 94 |
+
howpublished={\url{https://huggingface.co/deepdml/whisper-large-v3-turbo-ig-mix-norm}},
|
| 95 |
+
year={2025}
|
| 96 |
+
}
|
| 97 |
+
```
|