Dutch, Flemish robbert_2023_dutch_base_abb_pipeline pipeline RoBertaEmbeddings from svercoutere

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

Model Name: robbert_2023_dutch_base_abb_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.0+
License: Open Source
Edition: Official
Language: nl
Size: 464.8 MB

References

https://huggingface.co/svercoutere/robbert-2023-dutch-base-abb

Included Models

  • DocumentAssembler
  • TokenizerModel
  • RoBertaEmbeddings