Russian gpt2_edline_pipeline pipeline GPT2Transformer from MasterAlex69

Description

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

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("gpt2_edline_pipeline", lang = "ru")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("gpt2_edline_pipeline", lang = "ru")
val annotations = pipeline.transform(df)

Model Information

Model Name: gpt2_edline_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: ru
Size: 467.8 MB

References

https://huggingface.co/MasterAlex69/gpt2_edline

Included Models

  • DocumentAssembler
  • GPT2Transformer