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