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