Views
No views yet
| File | Quantization | Size |
|---|---|---|
| splade-pp-en-v1.gguf | F32 | 418 MB |
| splade-pp-en-v1-q8_0.gguf | Q8_0 | 111 MB |
1from crispembed import CrispEmbed
2
3model = CrispEmbed("splade-pp-en-v1.gguf")
4sparse = model.encode_sparse("machine learning")
5# {token_id: weight} — top terms: machine(2.09), learning(1.63), ...prithivida.apache-2.0. This repository redistributes under the same terms; it grants no rights the upstream licence does not.