Description
Pretrained BertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.ner_bert_base_spanish_wwm_uncased_pipeline is a Castilian, Spanish model originally trained by jpherrerap.
How to use
pipeline = PretrainedPipeline("ner_bert_base_spanish_wwm_uncased_pipeline", lang = "es")
annotations =  pipeline.transform(df)   
val pipeline = new PretrainedPipeline("ner_bert_base_spanish_wwm_uncased_pipeline", lang = "es")
val annotations = pipeline.transform(df)
Model Information
| Model Name: | ner_bert_base_spanish_wwm_uncased_pipeline | 
| Type: | pipeline | 
| Compatibility: | Spark NLP 5.5.1+ | 
| License: | Open Source | 
| Edition: | Official | 
| Language: | es | 
| Size: | 409.7 MB | 
References
https://huggingface.co/jpherrerap/ner-bert-base-spanish-wwm-uncased
Included Models
- DocumentAssembler
- TokenizerModel
- BertForTokenClassification