Indonesian indo_roberta_small_pipeline pipeline RoBertaEmbeddings from w11wo

Description

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

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("indo_roberta_small_pipeline", lang = "id")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("indo_roberta_small_pipeline", lang = "id")
val annotations = pipeline.transform(df)

Model Information

Model Name: indo_roberta_small_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.0+
License: Open Source
Edition: Official
Language: id
Size: 311.5 MB

References

https://huggingface.co/w11wo/indo-roberta-small

Included Models

  • DocumentAssembler
  • TokenizerModel
  • RoBertaEmbeddings