Modern Greek (1453-) greek_reddit_bert_pipeline pipeline BertForSequenceClassification from IMISLab

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

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

References

https://huggingface.co/IMISLab/Greek-Reddit-BERT

Included Models

  • DocumentAssembler
  • TokenizerModel
  • BertForSequenceClassification