English nlp4web_model_tobias512_pipeline pipeline BertForQuestionAnswering from Tobias512

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

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

References

https://huggingface.co/Tobias512/nlp4web_model

Included Models

  • MultiDocumentAssembler
  • BertForQuestionAnswering