English cross_encoder_distil_deberta_3_pipeline pipeline DeBertaForSequenceClassification from kiwi1229

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

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

References

https://huggingface.co/kiwi1229/cross_encoder_distil_deberta_3

Included Models

  • DocumentAssembler
  • TokenizerModel
  • DeBertaForSequenceClassification