Turkish turkish_law_eqa_bert_finetuned_pipeline pipeline BertForQuestionAnswering from yeniguno

Description

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

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("turkish_law_eqa_bert_finetuned_pipeline", lang = "tr")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("turkish_law_eqa_bert_finetuned_pipeline", lang = "tr")
val annotations = pipeline.transform(df)

Model Information

Model Name: turkish_law_eqa_bert_finetuned_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: tr
Size: 412.5 MB

References

https://huggingface.co/yeniguno/turkish-law-eqa-bert-finetuned

Included Models

  • MultiDocumentAssembler
  • BertForQuestionAnswering