Japanese answer_finder_yuzu_pipeline pipeline BertForQuestionAnswering from sinequa

Description

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

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("answer_finder_yuzu_pipeline", lang = "ja")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("answer_finder_yuzu_pipeline", lang = "ja")
val annotations = pipeline.transform(df)

Model Information

Model Name: answer_finder_yuzu_pipeline
Type: pipeline
Compatibility: Spark NLP 5.4.2+
License: Open Source
Edition: Official
Language: ja
Size: 665.1 MB

References

https://huggingface.co/sinequa/answer-finder.yuzu

Included Models

  • MultiDocumentAssembler
  • BertForQuestionAnswering