Dutch, Flemish xlmroberta_ner_xlm_roberta_base_ner_hrl_pipeline pipeline XlmRoBertaForTokenClassification from Davlan

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

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

References

https://huggingface.co/Davlan/xlm-roberta-base-ner-hrl

Included Models

  • DocumentAssembler
  • TokenizerModel
  • XlmRoBertaForTokenClassification