This dataset has both OpenAI and SPLADE vectors for 10,000 DBPedia entries. This adds SPLADE Vectors to KShivendu/dbpedia-entities-openai-1M/
Model id used to make these vectors:
model_id = "naver/splade-cocondenser-ensembledistil"
This is available on Huggingface.
If you'd like to extract the indices and weights/values from the vectors, you can do so using the following snippet:
import numpy as np
vec = np.array(ds[0]['vec']) #… See the full description on the dataset page:
https://huggingface.co/datasets/nirantk/dbpedia-entities-splade-ensembledistil-10K.