Description
Pretrained BertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.malayalam_qa_model_pipeline
is a Malayalam model originally trained by Anitha2020.
How to use
pipeline = PretrainedPipeline("malayalam_qa_model_pipeline", lang = "ml")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("malayalam_qa_model_pipeline", lang = "ml")
val annotations = pipeline.transform(df)
Model Information
Model Name: | malayalam_qa_model_pipeline |
Type: | pipeline |
Compatibility: | Spark NLP 5.5.0+ |
License: | Open Source |
Edition: | Official |
Language: | ml |
Size: | 890.5 MB |
References
https://huggingface.co/Anitha2020/Malayalam_QA_model
Included Models
- MultiDocumentAssembler
- BertForQuestionAnswering