Swahili (macrolanguage) swahili_ner_bertbase_cased_pipeline pipeline BertForTokenClassification from eolang

Description

Pretrained BertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.swahili_ner_bertbase_cased_pipeline is a Swahili (macrolanguage) model originally trained by eolang.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("swahili_ner_bertbase_cased_pipeline", lang = "sw")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("swahili_ner_bertbase_cased_pipeline", lang = "sw")
val annotations = pipeline.transform(df)

Model Information

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

References

https://huggingface.co/eolang/Swahili-NER-BertBase-Cased

Included Models

  • DocumentAssembler
  • TokenizerModel
  • BertForTokenClassification