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.
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