German whisper_base_germanmed_full_pipeline pipeline WhisperForCTC from Hanhpt23

Description

Pretrained WhisperForCTC, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.whisper_base_germanmed_full_pipeline is a German model originally trained by Hanhpt23.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("whisper_base_germanmed_full_pipeline", lang = "de")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("whisper_base_germanmed_full_pipeline", lang = "de")
val annotations = pipeline.transform(df)

Model Information

Model Name: whisper_base_germanmed_full_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.0+
License: Open Source
Edition: Official
Language: de
Size: 614.6 MB

References

https://huggingface.co/Hanhpt23/whisper-base-GermanMed-full

Included Models

  • AudioAssembler
  • WhisperForCTC