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