CoolFace
Datasetpublic

hakari-bench/NanoBEIR-sr

NanoBEIR-sr This dataset is a Nano-style retrieval dataset for HAKARI-bench. NanoBEIR-sr is the Serbian language-specific component of MNanoBEIR. It groups compact BEIR-derived retrieval tasks for efficient evaluation of document ranking in that language. Usage from datasets import load_dataset dataset_id = "hakari-bench/NanoBEIR-sr" split = "NanoArguAna" queries = load_dataset(dataset_id, "queries", split=split) corpus = load_dataset(dataset_id, "corpus"… See the full description on the dataset page: https://huggingface.co/datasets/hakari-bench/NanoBEIR-sr.

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes313downloads
14 commits on main
b78aac93mo ago

Add original NanoBEIR source link to README

hotchpotch
6ed16914mo ago

Restore NanoNFCorpus full qrels and rebuild candidates

hotchpotch
3c92ee64mo ago

Update dataset README for reranking_hybrid candidates

hotchpotch
6cf4ed54mo ago

Update dataset README for reranking_hybrid candidates

hotchpotch
52e5f3e4mo ago

Add reranking_hybrid metadata

hotchpotch
7fe72414mo ago

Update reranking_hybrid for reranking_hybrid candidates

hotchpotch
f0e02de4mo ago

Update harrier_oss_v1_270m for reranking_hybrid candidates

hotchpotch
6f18ea34mo ago

Update bm25 for reranking_hybrid candidates

hotchpotch
ca94dfd4mo ago

Update qrels for reranking_hybrid candidates

hotchpotch
694a6624mo ago

Update queries for reranking_hybrid candidates

hotchpotch
46de3ed4mo ago

Update corpus for reranking_hybrid candidates

hotchpotch
b3675ab4mo ago

Update NanoBEIR BM25 candidates and README

hotchpotch
38057505mo ago

Copy dataset from hotchpotch/NanoBEIR-sr-with-bm25

hotchpotch
88a41d45mo ago

initial commit

hotchpotch