Turkish substitution_cipher_text_turkish_pipeline pipeline T5Transformer from Cipher-AI

Description

Pretrained T5Transformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.substitution_cipher_text_turkish_pipeline is a Turkish model originally trained by Cipher-AI.

Download Copy S3 URI

How to use


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


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

Model Information

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

References

https://huggingface.co/Cipher-AI/Substitution-Cipher-Text-Turkish

Included Models

  • DocumentAssembler
  • T5Transformer