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