Description
Pretrained BartTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.bart_italian_lsg_16384_pipeline
is a Italian model originally trained by morenolq.
How to use
pipeline = PretrainedPipeline("bart_italian_lsg_16384_pipeline", lang = "it")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("bart_italian_lsg_16384_pipeline", lang = "it")
val annotations = pipeline.transform(df)
Model Information
Model Name: | bart_italian_lsg_16384_pipeline |
Type: | pipeline |
Compatibility: | Spark NLP 5.5.1+ |
License: | Open Source |
Edition: | Official |
Language: | it |
Size: | 914.3 MB |
References
https://huggingface.co/morenolq/BART-IT-LSG-16384
Included Models
- DocumentAssembler
- BartTransformer