Description
Pretrained T5Transformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.keyt5_large_pipeline
is a Russian model originally trained by 0x7o.
How to use
pipeline = PretrainedPipeline("keyt5_large_pipeline", lang = "ru")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("keyt5_large_pipeline", lang = "ru")
val annotations = pipeline.transform(df)
Model Information
Model Name: | keyt5_large_pipeline |
Type: | pipeline |
Compatibility: | Spark NLP 5.4.2+ |
License: | Open Source |
Edition: | Official |
Language: | ru |
Size: | 3.0 GB |
References
https://huggingface.co/0x7o/keyt5-large
Included Models
- DocumentAssembler
- T5Transformer