CoolFace
Datasetpublic

CoIR-Retrieval/apps-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/apps-queries-corpus.

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes110downloads
6 commits on main
1ca52572y ago

Update README.md

CO-IR
f6bae002y ago

Upload README.md with huggingface_hub

CO-IR
cbb600c2y ago

Upload README.md with huggingface_hub

CO-IR
a54321b2y ago

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

CO-IR
a9c174d2y ago

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

CO-IR
c51544c2y ago

initial commit

CO-IR