Uzbek uztext_3gb_bpe_roberta_pipeline pipeline RoBertaEmbeddings from rifkat

Description

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

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("uztext_3gb_bpe_roberta_pipeline", lang = "uz")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("uztext_3gb_bpe_roberta_pipeline", lang = "uz")
val annotations = pipeline.transform(df)

Model Information

Model Name: uztext_3gb_bpe_roberta_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.0+
License: Open Source
Edition: Official
Language: uz
Size: 311.9 MB

References

https://huggingface.co/rifkat/uztext-3Gb-BPE-Roberta

Included Models

  • DocumentAssembler
  • TokenizerModel
  • RoBertaEmbeddings