English saban_roberta_base_pipeline pipeline RoBertaEmbeddings from jgammack

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

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

References

https://huggingface.co/jgammack/SAE-roberta-base

Included Models

  • DocumentAssembler
  • TokenizerModel
  • RoBertaEmbeddings