Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -29,7 +29,6 @@ model-index:
|
|
| 29 |
type: wer
|
| 30 |
value: 44.257751602286504
|
| 31 |
---
|
| 32 |
-
|
| 33 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 34 |
should probably proofread and complete it, then remove this comment. -->
|
| 35 |
|
|
@@ -120,3 +119,16 @@ The following hyperparameters were used during training:
|
|
| 120 |
- Pytorch 2.3.0+cu121
|
| 121 |
- Datasets 2.19.1
|
| 122 |
- Tokenizers 0.19.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
type: wer
|
| 30 |
value: 44.257751602286504
|
| 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 |
|
|
|
|
| 119 |
- Pytorch 2.3.0+cu121
|
| 120 |
- Datasets 2.19.1
|
| 121 |
- Tokenizers 0.19.1
|
| 122 |
+
|
| 123 |
+
## Citation
|
| 124 |
+
|
| 125 |
+
Please cite the model using the following BibTeX entry:
|
| 126 |
+
|
| 127 |
+
```bibtex
|
| 128 |
+
@misc{deepdml/whisper-tiny-af-mix-norm,
|
| 129 |
+
title={Fine-tuned Whisper tiny ASR model for speech recognition in Afrikaans},
|
| 130 |
+
author={Jimenez, David},
|
| 131 |
+
howpublished={\url{https://huggingface.co/deepdml/whisper-tiny-af-mix-norm}},
|
| 132 |
+
year={2026}
|
| 133 |
+
}
|
| 134 |
+
```
|