Dutch, Flemish medroberta_dutch_experiencer_pipeline pipeline RoBertaForTokenClassification from UMCU

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

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

References

https://huggingface.co/UMCU/MedRoBERTa.nl_Experiencer

Included Models

  • DocumentAssembler
  • TokenizerModel
  • RoBertaForTokenClassification