Uighur, Uyghur whisper_small_uyghur_common_voice_pipeline pipeline WhisperForCTC from ixxan

Description

Pretrained WhisperForCTC, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.whisper_small_uyghur_common_voice_pipeline is a Uighur, Uyghur model originally trained by ixxan.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("whisper_small_uyghur_common_voice_pipeline", lang = "ug")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("whisper_small_uyghur_common_voice_pipeline", lang = "ug")
val annotations = pipeline.transform(df)

Model Information

Model Name: whisper_small_uyghur_common_voice_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: ug
Size: 1.7 GB

References

https://huggingface.co/ixxan/whisper-small-uyghur-common-voice

Included Models

  • AudioAssembler
  • WhisperForCTC