Japanese deberta_v2_base_japanese_finetuned_qae_pipeline pipeline DeBertaForQuestionAnswering from Mizuiro-sakura

Description

Pretrained DeBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.deberta_v2_base_japanese_finetuned_qae_pipeline is a Japanese model originally trained by Mizuiro-sakura.

Download Copy S3 URI

How to use


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


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

Model Information

Model Name: deberta_v2_base_japanese_finetuned_qae_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.0+
License: Open Source
Edition: Official
Language: ja
Size: 419.0 MB

References

https://huggingface.co/Mizuiro-sakura/deberta-v2-base-japanese-finetuned-QAe

Included Models

  • MultiDocumentAssembler
  • DeBertaForQuestionAnswering