CoolFace
Datasetpublic

CoIR-Retrieval/stackoverflow-qa-queries-corpus

Employing the CoIR evaluation framework's dataset version, utilize the code below for assessment: import coir from coir.data_loader import get_tasks from coir.evaluation import COIR from coir.models import YourCustomDEModel model_name = "intfloat/e5-base-v2" # Load the model model = YourCustomDEModel(model_name=model_name) # Get tasks #all task ["codetrans-dl","stackoverflow-qa","apps","codefeedback-mt","codefeedback-st","codetrans-contest","synthetic- # text2sql","cosqa","codesearchnet"… See the full description on the dataset page: https://huggingface.co/datasets/CoIR-Retrieval/stackoverflow-qa-queries-corpus.

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes101downloads
5 commits on main
c3489d92y ago

Update README.md

CO-IR
5eb4b012y ago

Upload README.md with huggingface_hub

CO-IR
9b941562y ago

Upload data/corpus-00000-of-00001-ef61facf6ba4147a.parquet with huggingface_hub

CO-IR
8e323132y ago

Upload data/queries-00000-of-00001-e3a2039d4ae62dd1.parquet with huggingface_hub

CO-IR
635ce222y ago

initial commit

CO-IR