datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
unpredictable_ensembl-orgThe UnpredicTable dataset consists of web tables formatted as few-shot tasks for fine-tuning language models to improve their few-shot performance. For more details please see the accompanying dataset card.dbpedia-entities-splade-ensembledistil-10K
Dataset Card for "dbpedia-entities-splade-10K"
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.
