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