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