Description
Pretrained DistilBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.efficient_splade_vietnamese_bt_large_doc_pipeline
is a English model originally trained by naver.
How to use
pipeline = PretrainedPipeline("efficient_splade_vietnamese_bt_large_doc_pipeline", lang = "en")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("efficient_splade_vietnamese_bt_large_doc_pipeline", lang = "en")
val annotations = pipeline.transform(df)
Model Information
Model Name: | efficient_splade_vietnamese_bt_large_doc_pipeline |
Type: | pipeline |
Compatibility: | Spark NLP 5.5.1+ |
License: | Open Source |
Edition: | Official |
Language: | en |
Size: | 247.4 MB |
References
https://huggingface.co/naver/efficient-splade-VI-BT-large-doc
Included Models
- DocumentAssembler
- TokenizerModel
- DistilBertEmbeddings