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