English nlpandweb_pipeline pipeline BertForQuestionAnswering from 9au5a

Description

Pretrained BertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.nlpandweb_pipeline is a English model originally trained by 9au5a.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("nlpandweb_pipeline", lang = "en")
annotations =  pipeline.transform(df)   


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

Model Information

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

References

https://huggingface.co/9au5a/nlpandweb

Included Models

  • MultiDocumentAssembler
  • BertForQuestionAnswering