Description
Pretrained HubertForCTC, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.hubert_noisy_common_voice_phonemes_debug_pipeline
is a Japanese model originally trained by utakumi.
How to use
pipeline = PretrainedPipeline("hubert_noisy_common_voice_phonemes_debug_pipeline", lang = "ja")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("hubert_noisy_common_voice_phonemes_debug_pipeline", lang = "ja")
val annotations = pipeline.transform(df)
Model Information
Model Name: | hubert_noisy_common_voice_phonemes_debug_pipeline |
Type: | pipeline |
Compatibility: | Spark NLP 5.5.1+ |
License: | Open Source |
Edition: | Official |
Language: | ja |
Size: | 697.7 MB |
References
https://huggingface.co/utakumi/Hubert_noisy_common_voice_phonemes_debug
Included Models
- AudioAssembler
- HubertForCTC