Description
Pretrained GPT2Transformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.gpt_czech_poet_pipeline
is a Czech model originally trained by jinymusim.
How to use
pipeline = PretrainedPipeline("gpt_czech_poet_pipeline", lang = "cs")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("gpt_czech_poet_pipeline", lang = "cs")
val annotations = pipeline.transform(df)
Model Information
Model Name: | gpt_czech_poet_pipeline |
Type: | pipeline |
Compatibility: | Spark NLP 5.5.1+ |
License: | Open Source |
Edition: | Official |
Language: | cs |
Size: | 467.1 MB |
References
https://huggingface.co/jinymusim/gpt-czech-poet
Included Models
- DocumentAssembler
- GPT2Transformer