Description
Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.roberta_base_wechsel_german_cimt_transport_pipeline
is a German model originally trained by juliaromberg.
How to use
pipeline = PretrainedPipeline("roberta_base_wechsel_german_cimt_transport_pipeline", lang = "de")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("roberta_base_wechsel_german_cimt_transport_pipeline", lang = "de")
val annotations = pipeline.transform(df)
Model Information
Model Name: | roberta_base_wechsel_german_cimt_transport_pipeline |
Type: | pipeline |
Compatibility: | Spark NLP 5.5.1+ |
License: | Open Source |
Edition: | Official |
Language: | de |
Size: | 468.0 MB |
References
https://huggingface.co/juliaromberg/roberta-base-wechsel-german_cimt-transport
Included Models
- DocumentAssembler
- TokenizerModel
- RoBertaForSequenceClassification