Russian rubert_ner_sddcs_pipeline pipeline BertForTokenClassification from Mykes

Description

Pretrained BertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.rubert_ner_sddcs_pipeline is a Russian model originally trained by Mykes.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("rubert_ner_sddcs_pipeline", lang = "ru")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("rubert_ner_sddcs_pipeline", lang = "ru")
val annotations = pipeline.transform(df)

Model Information

Model Name: rubert_ner_sddcs_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: ru
Size: 109.2 MB

References

https://huggingface.co/Mykes/rubert_ner_SDDCS

Included Models

  • DocumentAssembler
  • TokenizerModel
  • BertForTokenClassification