Sinhala, Sinhalese sinhalaberto_pipeline pipeline RoBertaEmbeddings from keshan

Description

Pretrained RoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.sinhalaberto_pipeline is a Sinhala, Sinhalese model originally trained by keshan.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("sinhalaberto_pipeline", lang = "si")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("sinhalaberto_pipeline", lang = "si")
val annotations = pipeline.transform(df)

Model Information

Model Name: sinhalaberto_pipeline
Type: pipeline
Compatibility: Spark NLP 5.4.2+
License: Open Source
Edition: Official
Language: si
Size: 311.7 MB

References

https://huggingface.co/keshan/SinhalaBERTo

Included Models

  • DocumentAssembler
  • TokenizerModel
  • RoBertaEmbeddings