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