Korean contents_pipeline pipeline WhisperForCTC from Oyounghyun

Description

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

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("contents_pipeline", lang = "ko")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("contents_pipeline", lang = "ko")
val annotations = pipeline.transform(df)

Model Information

Model Name: contents_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: ko
Size: 642.3 MB

References

https://huggingface.co/Oyounghyun/contents

Included Models

  • AudioAssembler
  • WhisperForCTC