Description
Pretrained RoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.roberta_large_1160k_pipeline is a Swedish model originally trained by AI-Sweden-Models.
How to use
pipeline = PretrainedPipeline("roberta_large_1160k_pipeline", lang = "sv")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("roberta_large_1160k_pipeline", lang = "sv")
val annotations = pipeline.transform(df)
Model Information
| Model Name: | roberta_large_1160k_pipeline |
| Type: | pipeline |
| Compatibility: | Spark NLP 5.4.2+ |
| License: | Open Source |
| Edition: | Official |
| Language: | sv |
| Size: | 1.3 GB |
References
https://huggingface.co/AI-Sweden-Models/roberta-large-1160k
Included Models
- DocumentAssembler
- TokenizerModel
- RoBertaEmbeddings