Modern Greek (1453-) roberta_small_greek_pipeline pipeline RoBertaEmbeddings from ClassCat

Description

Pretrained RoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.roberta_small_greek_pipeline is a Modern Greek (1453-) model originally trained by ClassCat.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("roberta_small_greek_pipeline", lang = "el")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("roberta_small_greek_pipeline", lang = "el")
val annotations = pipeline.transform(df)

Model Information

Model Name: roberta_small_greek_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.0+
License: Open Source
Edition: Official
Language: el
Size: 192.1 MB

References

https://huggingface.co/ClassCat/roberta-small-greek

Included Models

  • DocumentAssembler
  • TokenizerModel
  • RoBertaEmbeddings