Description
Pretrained BertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.german_medical_ner_pipeline
is a German model originally trained by HUMADEX.
How to use
pipeline = PretrainedPipeline("german_medical_ner_pipeline", lang = "de")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("german_medical_ner_pipeline", lang = "de")
val annotations = pipeline.transform(df)
Model Information
Model Name: | german_medical_ner_pipeline |
Type: | pipeline |
Compatibility: | Spark NLP 5.5.1+ |
License: | Open Source |
Edition: | Official |
Language: | de |
Size: | 403.7 MB |
References
https://huggingface.co/HUMADEX/german_medical_ner
Included Models
- DocumentAssembler
- TokenizerModel
- BertForTokenClassification