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