Telugu asr_whisper_telugu_tiny_pipeline pipeline WhisperForCTC from vasista22

Description

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

This model is only compatible with PySpark 3.4 and above

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline('asr_whisper_telugu_tiny_pipeline', lang = 'te')
annotations =  pipeline.transform(audioDF)


val pipeline = new PretrainedPipeline('asr_whisper_telugu_tiny_pipeline', lang = 'te')
val annotations = pipeline.transform(audioDF)

Model Information

Model Name: asr_whisper_telugu_tiny_pipeline
Type: pipeline
Compatibility: Spark NLP 5.1.4+
License: Open Source
Edition: Official
Language: te
Size: 391.1 MB

References

https://huggingface.co/vasista22/whisper-telugu-tiny

Included Models

  • AudioAssembler
  • WhisperForCTC