Castilian, Spanish ner_meddocan_pipeline pipeline RoBertaForTokenClassification from Dnidof

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

Model Name: ner_meddocan_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.0+
License: Open Source
Edition: Official
Language: es
Size: 436.3 MB

References

https://huggingface.co/Dnidof/NER-MEDDOCAN

Included Models

  • DocumentAssembler
  • TokenizerModel
  • RoBertaForTokenClassification