English acaris_distilbert_iter1_fp16_batchsize14_pipeline pipeline DistilBertForSequenceClassification from ongknsro

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

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

References

https://huggingface.co/ongknsro/ACARIS-DistilBERT-iter1-fp16-batchSize14

Included Models

  • DocumentAssembler
  • TokenizerModel
  • DistilBertForSequenceClassification