bizreach-inc/light-splade
Provides a minimal PyTorch implementation of SPLADE
This tool helps information retrieval practitioners train models to convert text into 'sparse vectors.' These vectors are highly interpretable and efficient for search engines like Lucene or Elasticsearch. You can feed in a collection of documents or queries and get back these specialized sparse representations, making it easier to build powerful and understandable search systems.
Available on PyPI.
Use this if you need to train a custom SPLADE model for your specific text data, want to experiment with sparse lexical expansion, or are researching advanced information retrieval techniques.
Not ideal if you are looking for a pre-trained model for immediate use without any customization or training.
Stars
15
Forks
—
Language
Python
License
Apache-2.0
Category
Last pushed
Mar 11, 2026
Commits (30d)
0
Dependencies
17
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/bizreach-inc/light-splade"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Ricardokevins/Kevinpro-NLP-demo
All NLP you Need Here. 目前包含15个NLP demo的pytorch实现(大量代码借鉴于其他开源项目,原先是自己玩的,后来干脆也开源出来)
graykode/nlp-tutorial
Natural Language Processing Tutorial for Deep Learning Researchers
spro/practical-pytorch
Go to https://github.com/pytorch/tutorials - this repo is deprecated and no longer maintained
apachecn/nlp-pytorch-zh
《Natural Language Processing with PyTorch》中文翻译
allenai/allennlp-models
Officially supported AllenNLP models