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