Danish danskbert_pipeline pipeline RoBertaEmbeddings from vesteinn

Description

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

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("danskbert_pipeline", lang = "da")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("danskbert_pipeline", lang = "da")
val annotations = pipeline.transform(df)

Model Information

Model Name: danskbert_pipeline
Type: pipeline
Compatibility: Spark NLP 5.4.2+
License: Open Source
Edition: Official
Language: da
Size: 297.8 MB

References

https://huggingface.co/vesteinn/DanskBERT

Included Models

  • DocumentAssembler
  • TokenizerModel
  • RoBertaEmbeddings