Instructions to use johannhartmann/parakeet_de_med with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use johannhartmann/parakeet_de_med with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("johannhartmann/parakeet_de_med") transcriptions = asr_model.transcribe(["file.wav"]) - Notebooks
- Google Colab
- Kaggle
Thank you for the finetuned Modell
#1
by sandorkonya - opened
@johannhartmann you write in the model card that you used synthetic data for finetuning.
May i ask, which model / TTS pipeline did you use to generate the synthetic audio from the medical documents?
I tried KugelAudio but it struggles with the medical terms and the abbreviations in german. How did you overcome this?
I would like to make a finetuning of this model (and VibeVoice) myself.
Danke im Voraus!