Castilian, Spanish nercomlower_bert_base_spanish_wwm_cased_pipeline pipeline BertForTokenClassification from simonestradasch

Description

Pretrained BertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.nercomlower_bert_base_spanish_wwm_cased_pipeline is a Castilian, Spanish model originally trained by simonestradasch.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("nercomlower_bert_base_spanish_wwm_cased_pipeline", lang = "es")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("nercomlower_bert_base_spanish_wwm_cased_pipeline", lang = "es")
val annotations = pipeline.transform(df)

Model Information

Model Name: nercomlower_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/nercomlower-bert-base-spanish-wwm-cased

Included Models

  • DocumentAssembler
  • TokenizerModel
  • BertForTokenClassification