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