Portuguese bertimbau_large_ner_selective_pipeline pipeline BertForTokenClassification from marquesafonso

Description

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

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("bertimbau_large_ner_selective_pipeline", lang = "pt")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("bertimbau_large_ner_selective_pipeline", lang = "pt")
val annotations = pipeline.transform(df)

Model Information

Model Name: bertimbau_large_ner_selective_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.0+
License: Open Source
Edition: Official
Language: pt
Size: 406.0 MB

References

https://huggingface.co/marquesafonso/bertimbau-large-ner-selective

Included Models

  • DocumentAssembler
  • TokenizerModel
  • BertForTokenClassification