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