English bsc_bio_ehr_spanish_symptemist_85_ner_pipeline pipeline RoBertaForTokenClassification from Rodrigo1771

Description

Pretrained RoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.bsc_bio_ehr_spanish_symptemist_85_ner_pipeline is a English model originally trained by Rodrigo1771.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("bsc_bio_ehr_spanish_symptemist_85_ner_pipeline", lang = "en")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("bsc_bio_ehr_spanish_symptemist_85_ner_pipeline", lang = "en")
val annotations = pipeline.transform(df)

Model Information

Model Name: bsc_bio_ehr_spanish_symptemist_85_ner_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.0+
License: Open Source
Edition: Official
Language: en
Size: 435.0 MB

References

https://huggingface.co/Rodrigo1771/bsc-bio-ehr-es-symptemist-85-ner

Included Models

  • DocumentAssembler
  • TokenizerModel
  • RoBertaForTokenClassification