Description
Pretrained RoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.nordic_roberta_wiki_pipeline is a Swedish model originally trained by flax-community.
How to use
pipeline = PretrainedPipeline("nordic_roberta_wiki_pipeline", lang = "sv")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("nordic_roberta_wiki_pipeline", lang = "sv")
val annotations = pipeline.transform(df)
Model Information
| Model Name: | nordic_roberta_wiki_pipeline |
| Type: | pipeline |
| Compatibility: | Spark NLP 5.5.0+ |
| License: | Open Source |
| Edition: | Official |
| Language: | sv |
| Size: | 465.6 MB |
References
https://huggingface.co/flax-community/nordic-roberta-wiki
Included Models
- DocumentAssembler
- TokenizerModel
- RoBertaEmbeddings