Description
Pretrained RoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.roberta_embeddings_pmc_med_bio_mlm_roberta_large_pipeline
is a English model originally trained by raynardj.
How to use
pipeline = PretrainedPipeline("roberta_embeddings_pmc_med_bio_mlm_roberta_large_pipeline", lang = "en")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("roberta_embeddings_pmc_med_bio_mlm_roberta_large_pipeline", lang = "en")
val annotations = pipeline.transform(df)
Model Information
Model Name: | roberta_embeddings_pmc_med_bio_mlm_roberta_large_pipeline |
Type: | pipeline |
Compatibility: | Spark NLP 5.5.0+ |
License: | Open Source |
Edition: | Official |
Language: | en |
Size: | 1.3 GB |
References
https://huggingface.co/raynardj/pmc-med-bio-mlm-roberta-large
Included Models
- DocumentAssembler
- TokenizerModel
- RoBertaEmbeddings