Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -29,7 +29,6 @@ model-index:
|
|
| 29 |
type: wer
|
| 30 |
value: 44.935064935064936
|
| 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 |
|
|
@@ -99,3 +98,16 @@ The following hyperparameters were used during training:
|
|
| 99 |
- Pytorch 2.3.0+cu121
|
| 100 |
- Datasets 2.19.1
|
| 101 |
- Tokenizers 0.19.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
type: wer
|
| 30 |
value: 44.935064935064936
|
| 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 |
|
|
|
|
| 98 |
- Pytorch 2.3.0+cu121
|
| 99 |
- Datasets 2.19.1
|
| 100 |
- Tokenizers 0.19.1
|
| 101 |
+
|
| 102 |
+
## Citation
|
| 103 |
+
|
| 104 |
+
Please cite the model using the following BibTeX entry:
|
| 105 |
+
|
| 106 |
+
```bibtex
|
| 107 |
+
@misc{deepdml/whisper-tiny-af-mix-norm,
|
| 108 |
+
title={Fine-tuned Whisper tiny ASR model for speech recognition in Afrikaans},
|
| 109 |
+
author={Jimenez, David},
|
| 110 |
+
howpublished={\url{https://huggingface.co/deepdml/whisper-tiny-af-mix-norm}},
|
| 111 |
+
year={2026}
|
| 112 |
+
}
|
| 113 |
+
```
|