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