Chinese whisper_tiny_chinese_cn_lr4_b16_pipeline pipeline WhisperForCTC from VingeNie

Description

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

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("whisper_tiny_chinese_cn_lr4_b16_pipeline", lang = "zh")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("whisper_tiny_chinese_cn_lr4_b16_pipeline", lang = "zh")
val annotations = pipeline.transform(df)

Model Information

Model Name: whisper_tiny_chinese_cn_lr4_b16_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.0+
License: Open Source
Edition: Official
Language: zh
Size: 389.1 MB

References

https://huggingface.co/VingeNie/whisper-tiny-zh_CN_lr4_b16

Included Models

  • AudioAssembler
  • WhisperForCTC