Dutch, Flemish robbert_2022_dutch_base_pipeline pipeline RoBertaEmbeddings from DTAI-KULeuven

Description

Pretrained RoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.robbert_2022_dutch_base_pipeline is a Dutch, Flemish model originally trained by DTAI-KULeuven.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("robbert_2022_dutch_base_pipeline", lang = "nl")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("robbert_2022_dutch_base_pipeline", lang = "nl")
val annotations = pipeline.transform(df)

Model Information

Model Name: robbert_2022_dutch_base_pipeline
Type: pipeline
Compatibility: Spark NLP 5.4.2+
License: Open Source
Edition: Official
Language: nl
Size: 443.8 MB

References

https://huggingface.co/DTAI-KULeuven/robbert-2022-dutch-base

Included Models

  • DocumentAssembler
  • TokenizerModel
  • RoBertaEmbeddings