Dutch, Flemish robbert_v2_dutch_ner_pipeline pipeline RoBertaForTokenClassification from pdelobelle

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

Model Name: robbert_v2_dutch_ner_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: nl
Size: 435.8 MB

References

https://huggingface.co/pdelobelle/robbert-v2-dutch-ner

Included Models

  • DocumentAssembler
  • TokenizerModel
  • RoBertaForTokenClassification