Description
Pretrained CamemBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.est_roberta_pipeline is a Estonian model originally trained by EMBEDDIA.
How to use
pipeline = PretrainedPipeline("est_roberta_pipeline", lang = "et")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("est_roberta_pipeline", lang = "et")
val annotations = pipeline.transform(df)
Model Information
| Model Name: | est_roberta_pipeline |
| Type: | pipeline |
| Compatibility: | Spark NLP 5.5.0+ |
| License: | Open Source |
| Edition: | Official |
| Language: | et |
| Size: | 277.9 MB |
References
https://huggingface.co/EMBEDDIA/est-roberta
Included Models
- DocumentAssembler
- TokenizerModel
- CamemBertEmbeddings