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