Swedish roberta_kubhist2_pipeline pipeline RoBertaEmbeddings from ChangeIsKey

Description

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

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("roberta_kubhist2_pipeline", lang = "sv")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("roberta_kubhist2_pipeline", lang = "sv")
val annotations = pipeline.transform(df)

Model Information

Model Name: roberta_kubhist2_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.0+
License: Open Source
Edition: Official
Language: sv
Size: 289.0 MB

References

https://huggingface.co/ChangeIsKey/roberta-kubhist2

Included Models

  • DocumentAssembler
  • TokenizerModel
  • RoBertaEmbeddings