Castilian, Spanish bert_los_muchachos_pipeline pipeline BertForTokenClassification from KPOETA

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

Model Name: bert_los_muchachos_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: es
Size: 403.7 MB

References

https://huggingface.co/KPOETA/Bert-Los-Muchachos

Included Models

  • DocumentAssembler
  • TokenizerModel
  • BertForTokenClassification