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