Description
Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.f146e71c_342e_4d0f_a28b_edd4f18efab5_pipeline is a English model originally trained by IDQO.
How to use
pipeline = PretrainedPipeline("f146e71c_342e_4d0f_a28b_edd4f18efab5_pipeline", lang = "en")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("f146e71c_342e_4d0f_a28b_edd4f18efab5_pipeline", lang = "en")
val annotations = pipeline.transform(df)
Model Information
| Model Name: | f146e71c_342e_4d0f_a28b_edd4f18efab5_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/f146e71c-342e-4d0f-a28b-edd4f18efab5
Included Models
- DocumentAssembler
- TokenizerModel
- RoBertaForSequenceClassification