Commit
·
85379b9
1
Parent(s):
9ab2145
Update README.md
Browse files
README.md
CHANGED
|
@@ -53,10 +53,10 @@ transcription = model.generate(**input_audio)
|
|
| 53 |
print("Transcription:", transcription)
|
| 54 |
```
|
| 55 |
|
| 56 |
-
|
| 57 |
If you use this model in your research, please cite it as follows:
|
| 58 |
|
| 59 |
-
bibtex
|
| 60 |
@misc{whisper-medium-hindi-fine-tuned,
|
| 61 |
author = {Indika AI},
|
| 62 |
title = {Fine-tuned Whisper Medium for Hindi Language},
|
|
@@ -64,7 +64,7 @@ bibtex
|
|
| 64 |
publisher = {Hugging Face},
|
| 65 |
journal = {Hugging Face Model Hub}
|
| 66 |
}
|
| 67 |
-
|
| 68 |
### Training hyperparameters
|
| 69 |
|
| 70 |
The following hyperparameters were used during training:
|
|
|
|
| 53 |
print("Transcription:", transcription)
|
| 54 |
```
|
| 55 |
|
| 56 |
+
### BibTeX entry and citation info
|
| 57 |
If you use this model in your research, please cite it as follows:
|
| 58 |
|
| 59 |
+
```bibtex
|
| 60 |
@misc{whisper-medium-hindi-fine-tuned,
|
| 61 |
author = {Indika AI},
|
| 62 |
title = {Fine-tuned Whisper Medium for Hindi Language},
|
|
|
|
| 64 |
publisher = {Hugging Face},
|
| 65 |
journal = {Hugging Face Model Hub}
|
| 66 |
}
|
| 67 |
+
```
|
| 68 |
### Training hyperparameters
|
| 69 |
|
| 70 |
The following hyperparameters were used during training:
|