English test_distilbert_base_uncased_fine_pipeline pipeline DistilBertForSequenceClassification from jhonalevc1995

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

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

References

https://huggingface.co/jhonalevc1995/test_distilbert-base-uncased_fine

Included Models

  • DocumentAssembler
  • TokenizerModel
  • DistilBertForSequenceClassification