English fine_tuned_biobart_50_epochs_1024_input_160_output_pipeline pipeline BartTransformer from tanatapanun

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

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

References

https://huggingface.co/tanatapanun/fine-tuned-BioBART-50-epochs-1024-input-160-output

Included Models

  • DocumentAssembler
  • BartTransformer