Description
Pretrained BertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.ner_portuguese_breton_bert_cased_pipeline
is a Portuguese model originally trained by rhaymison.
How to use
pipeline = PretrainedPipeline("ner_portuguese_breton_bert_cased_pipeline", lang = "pt")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("ner_portuguese_breton_bert_cased_pipeline", lang = "pt")
val annotations = pipeline.transform(df)
Model Information
Model Name: | ner_portuguese_breton_bert_cased_pipeline |
Type: | pipeline |
Compatibility: | Spark NLP 5.5.1+ |
License: | Open Source |
Edition: | Official |
Language: | pt |
Size: | 406.1 MB |
References
https://huggingface.co/rhaymison/ner-portuguese-br-bert-cased
Included Models
- DocumentAssembler
- TokenizerModel
- BertForTokenClassification