Description
Pretrained BertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.geobertje_base_dutch_uncased_pipeline
is a Dutch, Flemish model originally trained by hghcomphys.
How to use
pipeline = PretrainedPipeline("geobertje_base_dutch_uncased_pipeline", lang = "nl")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("geobertje_base_dutch_uncased_pipeline", lang = "nl")
val annotations = pipeline.transform(df)
Model Information
Model Name: | geobertje_base_dutch_uncased_pipeline |
Type: | pipeline |
Compatibility: | Spark NLP 5.5.1+ |
License: | Open Source |
Edition: | Official |
Language: | nl |
Size: | 406.4 MB |
References
https://huggingface.co/hghcomphys/geobertje-base-dutch-uncased
Included Models
- DocumentAssembler
- TokenizerModel
- BertEmbeddings