Sundanese sundanese_roberta_base_pipeline pipeline RoBertaEmbeddings from w11wo

Description

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

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("sundanese_roberta_base_pipeline", lang = "su")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("sundanese_roberta_base_pipeline", lang = "su")
val annotations = pipeline.transform(df)

Model Information

Model Name: sundanese_roberta_base_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.0+
License: Open Source
Edition: Official
Language: su
Size: 465.6 MB

References

https://huggingface.co/w11wo/sundanese-roberta-base

Included Models

  • DocumentAssembler
  • TokenizerModel
  • RoBertaEmbeddings