English huggingface_workshop_emotions_bert_eduardo_alvarez_pipeline pipeline DistilBertForSequenceClassification from eduardo-alvarez

Description

Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.huggingface_workshop_emotions_bert_eduardo_alvarez_pipeline is a English model originally trained by eduardo-alvarez.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("huggingface_workshop_emotions_bert_eduardo_alvarez_pipeline", lang = "en")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("huggingface_workshop_emotions_bert_eduardo_alvarez_pipeline", lang = "en")
val annotations = pipeline.transform(df)

Model Information

Model Name: huggingface_workshop_emotions_bert_eduardo_alvarez_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: en
Size: 249.4 MB

References

https://huggingface.co/eduardo-alvarez/huggingface-workshop-emotions-bert

Included Models

  • DocumentAssembler
  • TokenizerModel
  • DistilBertForSequenceClassification