Hindi muril_large_chaii_pipeline pipeline BertForQuestionAnswering from abhishek

Description

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

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("muril_large_chaii_pipeline", lang = "hi")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("muril_large_chaii_pipeline", lang = "hi")
val annotations = pipeline.transform(df)

Model Information

Model Name: muril_large_chaii_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.0+
License: Open Source
Edition: Official
Language: hi
Size: 1.9 GB

References

https://huggingface.co/abhishek/muril-large-chaii

Included Models

  • MultiDocumentAssembler
  • BertForQuestionAnswering