Ukrainian ukr_roberta_base_pipeline pipeline RoBertaEmbeddings from youscan

Description

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

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("ukr_roberta_base_pipeline", lang = "uk")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("ukr_roberta_base_pipeline", lang = "uk")
val annotations = pipeline.transform(df)

Model Information

Model Name: ukr_roberta_base_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.0+
License: Open Source
Edition: Official
Language: uk
Size: 471.3 MB

References

https://huggingface.co/youscan/ukr-roberta-base

Included Models

  • DocumentAssembler
  • TokenizerModel
  • RoBertaEmbeddings