CoolFace
Datasetpublic

CoIR-Retrieval/CodeSearchNet-ccr-ruby-qrels

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/CodeSearchNet-ccr-ruby-qrels.

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes50downloads
7 commits on main
71969e42y ago

Update README.md

CO-IR
eb1a4622y ago

Upload dataset

CO-IR
397dc0c2y ago

Upload README.md with huggingface_hub

CO-IR
2cab3252y ago

Upload data/test-00000-of-00001-d0de60202e034d6b.parquet with huggingface_hub

CO-IR
5827a732y ago

Upload data/valid-00000-of-00001-232d9badb1f5524a.parquet with huggingface_hub

CO-IR
25e82632y ago

Upload data/train-00000-of-00001-054b43beee3e110f.parquet with huggingface_hub

CO-IR
36bf6ec2y ago

initial commit

CO-IR