Lao lao_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.lao_roberta_base_pipeline is a Lao model originally trained by w11wo.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("lao_roberta_base_pipeline", lang = "lo")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("lao_roberta_base_pipeline", lang = "lo")
val annotations = pipeline.transform(df)

Model Information

Model Name: lao_roberta_base_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.0+
License: Open Source
Edition: Official
Language: lo
Size: 465.8 MB

References

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

Included Models

  • DocumentAssembler
  • TokenizerModel
  • RoBertaEmbeddings