Multilingual hasoc19_bert_base_multilingual_cased_sentiment_nepal_bhasa_pipeline pipeline BertForSequenceClassification from SiddharthaM

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

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

References

https://huggingface.co/SiddharthaM/hasoc19-bert-base-multilingual-cased-sentiment-new

Included Models

  • DocumentAssembler
  • TokenizerModel
  • BertForSequenceClassification