Description
Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.ruroberta_ecom_tech_best_pipeline is a Russian model originally trained by metanovus.
How to use
pipeline = PretrainedPipeline("ruroberta_ecom_tech_best_pipeline", lang = "ru")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("ruroberta_ecom_tech_best_pipeline", lang = "ru")
val annotations = pipeline.transform(df)
Model Information
| Model Name: | ruroberta_ecom_tech_best_pipeline |
| Type: | pipeline |
| Compatibility: | Spark NLP 5.5.1+ |
| License: | Open Source |
| Edition: | Official |
| Language: | ru |
| Size: | 1.3 GB |
References
https://huggingface.co/metanovus/ruroberta-ecom-tech-best
Included Models
- DocumentAssembler
- TokenizerModel
- RoBertaForSequenceClassification