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