English hupd_distilbert_2023_02_16_13_20_pipeline pipeline RoBertaForSequenceClassification from leeju

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

Model Name: hupd_distilbert_2023_02_16_13_20_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.0+
License: Open Source
Edition: Official
Language: en
Size: 312.3 MB

References

https://huggingface.co/leeju/HUPD_distilbert_2023-02-16_13-20

Included Models

  • DocumentAssembler
  • TokenizerModel
  • RoBertaForSequenceClassification