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