Turkish gpt2_turkish_base_pipeline pipeline GPT2Transformer from erythropygia

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

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

References

https://huggingface.co/erythropygia/gpt2-turkish-base

Included Models

  • DocumentAssembler
  • GPT2Transformer