English mon_modele_whisper_json_pipeline pipeline WhisperForCTC from jeanbap166

Description

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

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("mon_modele_whisper_json_pipeline", lang = "en")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("mon_modele_whisper_json_pipeline", lang = "en")
val annotations = pipeline.transform(df)

Model Information

Model Name: mon_modele_whisper_json_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.0+
License: Open Source
Edition: Official
Language: en
Size: 1.2 GB

References

https://huggingface.co/jeanbap166/mon-modele-whisper_json

Included Models

  • AudioAssembler
  • WhisperForCTC