Description
Pretrained T5Transformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.transcriber_t5_v8_nepal_bhasa_pipeline
is a English model originally trained by odunola.
How to use
pipeline = PretrainedPipeline("transcriber_t5_v8_nepal_bhasa_pipeline", lang = "en")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("transcriber_t5_v8_nepal_bhasa_pipeline", lang = "en")
val annotations = pipeline.transform(df)
Model Information
Model Name: | transcriber_t5_v8_nepal_bhasa_pipeline |
Type: | pipeline |
Compatibility: | Spark NLP 5.4.2+ |
License: | Open Source |
Edition: | Official |
Language: | en |
Size: | 349.8 MB |
References
https://huggingface.co/odunola/transcriber-t5-v8-new
Included Models
- DocumentAssembler
- T5Transformer