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