Description
Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.roberta_devangari_script_classification_pipeline is a Hindi model originally trained by luluw.
How to use
pipeline = PretrainedPipeline("roberta_devangari_script_classification_pipeline", lang = "hi")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("roberta_devangari_script_classification_pipeline", lang = "hi")
val annotations = pipeline.transform(df)
Model Information
| Model Name: | roberta_devangari_script_classification_pipeline |
| Type: | pipeline |
| Compatibility: | Spark NLP 5.5.1+ |
| License: | Open Source |
| Edition: | Official |
| Language: | hi |
| Size: | 416.4 MB |
References
https://huggingface.co/luluw/Roberta-devangari-script-classification
Included Models
- DocumentAssembler
- TokenizerModel
- RoBertaForSequenceClassification