English nlp_project_ajchang6_pipeline pipeline DistilBertForSequenceClassification from ajchang6

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

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

References

https://huggingface.co/ajchang6/nlp_project

Included Models

  • DocumentAssembler
  • TokenizerModel
  • DistilBertForSequenceClassification