The dataset viewer is not available for this split.
Job manager crashed while running this job (missing heartbeats).
Error code:   JobManagerCrashedError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

stella_en_1.5B_v5 embeddings of TREC24 BioGen PubMed corpus and test queries.

Corpus contains unique PMIDs from TREC BioGen: 20723868 samples

Then further removed the samples that have empty abstracts: 17801589 samples

The corpus input text for Stella encoder model is title + abstract (space separator)

The query prompt input text for Stella encoder is Instruct: Given a medical query, retrieve documents that answer the query.\nQuery: {query}

DatasetDict({
    corpus: Dataset({
        features: ['id', 'embedding'],
        num_rows: 17801589
    })
    test_query: Dataset({
        features: ['id', 'embedding'],
        num_rows: 65
    })
})
Downloads last month
73