Description
Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.maltese_norwegian_swedish_finetuned_pipeline
is a Swedish model originally trained by oskarandrsson.
How to use
pipeline = PretrainedPipeline("maltese_norwegian_swedish_finetuned_pipeline", lang = "sv")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("maltese_norwegian_swedish_finetuned_pipeline", lang = "sv")
val annotations = pipeline.transform(df)
Model Information
Model Name: | maltese_norwegian_swedish_finetuned_pipeline |
Type: | pipeline |
Compatibility: | Spark NLP 5.5.0+ |
License: | Open Source |
Edition: | Official |
Language: | sv |
Size: | 204.8 MB |
References
https://huggingface.co/oskarandrsson/mt-no-sv-finetuned
Included Models
- DocumentAssembler
- SentenceDetectorDLModel
- MarianTransformer