English original_biobert_bc5cdrdisease_pipeline pipeline BertForTokenClassification from ghadeermobasher

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

Model Name: original_biobert_bc5cdrdisease_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: en
Size: 403.1 MB

References

https://huggingface.co/ghadeermobasher/Original-BioBERT-BC5CDRDisease

Included Models

  • DocumentAssembler
  • TokenizerModel
  • BertForTokenClassification