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