Turkish distilbert_base_turkish_cased_multinli_turkish_pipeline pipeline DistilBertForZeroShotClassification from emrecan

Description

Pretrained DistilBertForZeroShotClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.distilbert_base_turkish_cased_multinli_turkish_pipeline is a Turkish model originally trained by emrecan.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("distilbert_base_turkish_cased_multinli_turkish_pipeline", lang = "tr")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("distilbert_base_turkish_cased_multinli_turkish_pipeline", lang = "tr")
val annotations = pipeline.transform(df)

Model Information

Model Name: distilbert_base_turkish_cased_multinli_turkish_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: tr
Size: 254.1 MB

References

https://huggingface.co/emrecan/distilbert-base-turkish-cased-multinli_tr

Included Models

  • DocumentAssembler
  • TokenizerModel
  • DistilBertForZeroShotClassification