English custommodel_v2c_k_pipeline pipeline DistilBertForSequenceClassification from katowtkkk

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

Model Name: custommodel_v2c_k_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.0+
License: Open Source
Edition: Official
Language: en
Size: 257.2 KB

References

https://huggingface.co/katowtkkk/CustomModel_v2c_k

Included Models

  • DocumentAssembler
  • TokenizerModel
  • DistilBertForSequenceClassification