Description
Pretrained BertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.address_ner_russian_pipeline is a Russian model originally trained by aidarmusin.
How to use
pipeline = PretrainedPipeline("address_ner_russian_pipeline", lang = "ru")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("address_ner_russian_pipeline", lang = "ru")
val annotations = pipeline.transform(df)
Model Information
| Model Name: | address_ner_russian_pipeline |
| Type: | pipeline |
| Compatibility: | Spark NLP 5.4.2+ |
| License: | Open Source |
| Edition: | Official |
| Language: | ru |
| Size: | 1.6 GB |
References
https://huggingface.co/aidarmusin/address-ner-ru
Included Models
- DocumentAssembler
- TokenizerModel
- BertForTokenClassification