English histbert_finetuned_ner_pipeline pipeline BertForTokenClassification from crina-t

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

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

References

https://huggingface.co/crina-t/histbert-finetuned-ner

Included Models

  • DocumentAssembler
  • TokenizerModel
  • BertForTokenClassification