Multilingual sentiment_multilingual_distilbert_pipeline pipeline DistilBertForSequenceClassification from Mukalingam0813

Description

Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.sentiment_multilingual_distilbert_pipeline is a Multilingual model originally trained by Mukalingam0813.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("sentiment_multilingual_distilbert_pipeline", lang = "xx")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("sentiment_multilingual_distilbert_pipeline", lang = "xx")
val annotations = pipeline.transform(df)

Model Information

Model Name: sentiment_multilingual_distilbert_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.0+
License: Open Source
Edition: Official
Language: xx
Size: 507.4 MB

References

https://huggingface.co/Mukalingam0813/sentiment-multilingual-distilbert

Included Models

  • DocumentAssembler
  • TokenizerModel
  • DistilBertForSequenceClassification