Croatian sroberta_xl_pipeline pipeline RoBertaEmbeddings from Andrija

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

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

References

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

Included Models

  • DocumentAssembler
  • TokenizerModel
  • RoBertaEmbeddings