Croatian sroberta_l_pipeline pipeline RoBertaEmbeddings from Andrija

Description

Pretrained RoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.sroberta_l_pipeline is a Croatian model originally trained by Andrija.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("sroberta_l_pipeline", lang = "hr")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("sroberta_l_pipeline", lang = "hr")
val annotations = pipeline.transform(df)

Model Information

Model Name: sroberta_l_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.0+
License: Open Source
Edition: Official
Language: hr
Size: 300.0 MB

References

https://huggingface.co/Andrija/SRoBERTa-L

Included Models

  • DocumentAssembler
  • TokenizerModel
  • RoBertaEmbeddings