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.
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