Description
Pretrained RoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.roberta_large_finnish_flax_community_pipeline
is a Finnish model originally trained by flax-community.
How to use
pipeline = PretrainedPipeline("roberta_large_finnish_flax_community_pipeline", lang = "fi")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("roberta_large_finnish_flax_community_pipeline", lang = "fi")
val annotations = pipeline.transform(df)
Model Information
Model Name: | roberta_large_finnish_flax_community_pipeline |
Type: | pipeline |
Compatibility: | Spark NLP 5.5.0+ |
License: | Open Source |
Edition: | Official |
Language: | fi |
Size: | 1.3 GB |
References
https://huggingface.co/flax-community/RoBERTa-large-finnish
Included Models
- DocumentAssembler
- TokenizerModel
- RoBertaEmbeddings