Description
Pretrained XlmRoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.xlmroberta_classifier_deoffxlmr_mono_tamil_pipeline is a Tamil model originally trained by Hate-speech-CNERG.
How to use
pipeline = PretrainedPipeline("xlmroberta_classifier_deoffxlmr_mono_tamil_pipeline", lang = "ta")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("xlmroberta_classifier_deoffxlmr_mono_tamil_pipeline", lang = "ta")
val annotations = pipeline.transform(df)
Model Information
| Model Name: | xlmroberta_classifier_deoffxlmr_mono_tamil_pipeline |
| Type: | pipeline |
| Compatibility: | Spark NLP 5.5.0+ |
| License: | Open Source |
| Edition: | Official |
| Language: | ta |
| Size: | 1.0 GB |
References
https://huggingface.co/Hate-speech-CNERG/deoffxlmr-mono-tamil
Included Models
- DocumentAssembler
- TokenizerModel
- XlmRoBertaForSequenceClassification