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