English burmese_qa_model_pipeline pipeline CamemBertForQuestionAnswering from al123

Description

Pretrained CamemBertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.burmese_qa_model_pipeline is a English model originally trained by al123.

Predicted Entities

Download Copy S3 URI

How to use

pipeline = PretrainedPipeline("burmese_qa_model_pipeline", lang = "en")
annotations =  pipeline.transform(df)
val pipeline = new PretrainedPipeline("burmese_qa_model_pipeline", lang = "en")
val annotations = pipeline.transform(df)

Model Information

Model Name: burmese_qa_model_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: en
Size: 42.0 MB

References

References

https://huggingface.co/al123/my_qa_model

Included Models

  • MultiDocumentAssembler
  • AlbertForQuestionAnswering