Urdu urdish_roberta_base_sentiment_pipeline pipeline RoBertaForSequenceClassification from dataranch

Description

Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.urdish_roberta_base_sentiment_pipeline is a Urdu model originally trained by dataranch.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("urdish_roberta_base_sentiment_pipeline", lang = "ur")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("urdish_roberta_base_sentiment_pipeline", lang = "ur")
val annotations = pipeline.transform(df)

Model Information

Model Name: urdish_roberta_base_sentiment_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.0+
License: Open Source
Edition: Official
Language: ur
Size: 468.3 MB

References

https://huggingface.co/dataranch/urdish-roberta-base-sentiment

Included Models

  • DocumentAssembler
  • TokenizerModel
  • RoBertaForSequenceClassification