English bert_tonga_tonga_islands_distilbert_ner_zacarage_pipeline pipeline BertForTokenClassification from Zacarage

Description

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

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("bert_tonga_tonga_islands_distilbert_ner_zacarage_pipeline", lang = "en")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("bert_tonga_tonga_islands_distilbert_ner_zacarage_pipeline", lang = "en")
val annotations = pipeline.transform(df)

Model Information

Model Name: bert_tonga_tonga_islands_distilbert_ner_zacarage_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.0+
License: Open Source
Edition: Official
Language: en
Size: 244.3 MB

References

https://huggingface.co/Zacarage/bert-to-distilbert-NER

Included Models

  • DocumentAssembler
  • TokenizerModel
  • BertForTokenClassification