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