Description
Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.5ba04136_d049_4de2_8b44_76e32b1d212c_pipeline
is a English model originally trained by IDQO.
How to use
pipeline = PretrainedPipeline("5ba04136_d049_4de2_8b44_76e32b1d212c_pipeline", lang = "en")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("5ba04136_d049_4de2_8b44_76e32b1d212c_pipeline", lang = "en")
val annotations = pipeline.transform(df)
Model Information
Model Name: | 5ba04136_d049_4de2_8b44_76e32b1d212c_pipeline |
Type: | pipeline |
Compatibility: | Spark NLP 5.5.1+ |
License: | Open Source |
Edition: | Official |
Language: | en |
Size: | 438.0 MB |
References
https://huggingface.co/IDQO/5ba04136-d049-4de2-8b44-76e32b1d212c
Included Models
- DocumentAssembler
- TokenizerModel
- RoBertaForSequenceClassification