CoIR-Retrieval/CodeSearchNet-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-ruby-qrels.
Update README.md
Upload dataset
Upload README.md with huggingface_hub
Upload data/test-00000-of-00001-7ce5d1bb575e7b45.parquet with huggingface_hub
Upload data/valid-00000-of-00001-330b574f755d882e.parquet with huggingface_hub
Upload data/train-00000-of-00001-c881402413af14b7.parquet with huggingface_hub
initial commit
