Description
Pretrained T5Transformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.hut5_base_question_generation_pipeline
is a Hungarian model originally trained by edisnord.
How to use
pipeline = PretrainedPipeline("hut5_base_question_generation_pipeline", lang = "hu")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("hut5_base_question_generation_pipeline", lang = "hu")
val annotations = pipeline.transform(df)
Model Information
Model Name: | hut5_base_question_generation_pipeline |
Type: | pipeline |
Compatibility: | Spark NLP 5.5.1+ |
License: | Open Source |
Edition: | Official |
Language: | hu |
Size: | 970.4 MB |
References
https://huggingface.co/edisnord/hut5-base-question-generation
Included Models
- DocumentAssembler
- T5Transformer