Bengali ner_on_bangla_language_pipeline pipeline BertForTokenClassification from engineersakibcse47

Description

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

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("ner_on_bangla_language_pipeline", lang = "bn")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("ner_on_bangla_language_pipeline", lang = "bn")
val annotations = pipeline.transform(df)

Model Information

Model Name: ner_on_bangla_language_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.0+
License: Open Source
Edition: Official
Language: bn
Size: 665.1 MB

References

https://huggingface.co/engineersakibcse47/NER_on_Bangla_Language

Included Models

  • DocumentAssembler
  • TokenizerModel
  • BertForTokenClassification