Description
Pretrained GPT2Transformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.gpt2_finetuned_greek_small_pipeline
is a Modern Greek (1453-) model originally trained by lighteternal.
How to use
pipeline = PretrainedPipeline("gpt2_finetuned_greek_small_pipeline", lang = "el")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("gpt2_finetuned_greek_small_pipeline", lang = "el")
val annotations = pipeline.transform(df)
Model Information
Model Name: | gpt2_finetuned_greek_small_pipeline |
Type: | pipeline |
Compatibility: | Spark NLP 5.5.1+ |
License: | Open Source |
Edition: | Official |
Language: | el |
Size: | 468.2 MB |
References
https://huggingface.co/lighteternal/gpt2-finetuned-greek-small
Included Models
- DocumentAssembler
- GPT2Transformer