English dnabert_k07_w10_pipeline pipeline RoBertaEmbeddings from wjbmattingly

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

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

References

https://huggingface.co/wjbmattingly/dnaBERT-k07-w10

Included Models

  • DocumentAssembler
  • TokenizerModel
  • RoBertaEmbeddings