English nlp4web_g21_pipeline pipeline BertForQuestionAnswering from JK01

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

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

References

https://huggingface.co/JK01/nlp4web_g21

Included Models

  • MultiDocumentAssembler
  • BertForQuestionAnswering