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