English ds_hw6_imdb_distillbert_pipeline pipeline DistilBertForSequenceClassification from theaayushbajaj

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

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

References

https://huggingface.co/theaayushbajaj/ds-hw6-imdb-distillbert

Included Models

  • DocumentAssembler
  • TokenizerModel
  • DistilBertForSequenceClassification