Description
Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.440fc6ae_75a5_4a7e_a238_65e06e620a59_pipeline is a English model originally trained by IDQO.
How to use
pipeline = PretrainedPipeline("440fc6ae_75a5_4a7e_a238_65e06e620a59_pipeline", lang = "en")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("440fc6ae_75a5_4a7e_a238_65e06e620a59_pipeline", lang = "en")
val annotations = pipeline.transform(df)
Model Information
| Model Name: | 440fc6ae_75a5_4a7e_a238_65e06e620a59_pipeline |
| Type: | pipeline |
| Compatibility: | Spark NLP 5.5.0+ |
| License: | Open Source |
| Edition: | Official |
| Language: | en |
| Size: | 438.0 MB |
References
https://huggingface.co/IDQO/440fc6ae-75a5-4a7e-a238-65e06e620a59
Included Models
- DocumentAssembler
- TokenizerModel
- RoBertaForSequenceClassification