Modern Greek (1453-) bertatweetgr_pipeline pipeline RoBertaEmbeddings from Konstantinos

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

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

References

https://huggingface.co/Konstantinos/BERTaTweetGR

Included Models

  • DocumentAssembler
  • TokenizerModel
  • RoBertaEmbeddings