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