Turkish bert_token_classifier_loodos_sunlp_ner_turkish_pipeline pipeline BertForTokenClassification from busecarik

Description

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

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("bert_token_classifier_loodos_sunlp_ner_turkish_pipeline", lang = "tr")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("bert_token_classifier_loodos_sunlp_ner_turkish_pipeline", lang = "tr")
val annotations = pipeline.transform(df)

Model Information

Model Name: bert_token_classifier_loodos_sunlp_ner_turkish_pipeline
Type: pipeline
Compatibility: Spark NLP 5.4.2+
License: Open Source
Edition: Official
Language: tr
Size: 412.4 MB

References

https://huggingface.co/busecarik/bert-loodos-sunlp-ner-turkish

Included Models

  • DocumentAssembler
  • TokenizerModel
  • BertForTokenClassification