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