French bge_base_bible_retrieval_pipeline pipeline BGEEmbeddings from Steve77

Description

Pretrained BGEEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.bge_base_bible_retrieval_pipeline is a French model originally trained by Steve77.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("bge_base_bible_retrieval_pipeline", lang = "fr")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("bge_base_bible_retrieval_pipeline", lang = "fr")
val annotations = pipeline.transform(df)

Model Information

Model Name: bge_base_bible_retrieval_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: fr
Size: 382.8 MB

References

https://huggingface.co/Steve77/bge-base-bible-retrieval

Included Models

  • DocumentAssembler
  • BGEEmbeddings