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