Description
Pretrained GPT2Transformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.gpt2_wechsel_scottish_gaelic_pipeline is a Gaelic, Scottish Gaelic model originally trained by benjamin.
How to use
pipeline = PretrainedPipeline("gpt2_wechsel_scottish_gaelic_pipeline", lang = "gd")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("gpt2_wechsel_scottish_gaelic_pipeline", lang = "gd")
val annotations = pipeline.transform(df)
Model Information
| Model Name: | gpt2_wechsel_scottish_gaelic_pipeline |
| Type: | pipeline |
| Compatibility: | Spark NLP 5.5.1+ |
| License: | Open Source |
| Edition: | Official |
| Language: | gd |
| Size: | 468.1 MB |
References
https://huggingface.co/benjamin/gpt2-wechsel-scottish-gaelic
Included Models
- DocumentAssembler
- GPT2Transformer