CoolFace
Datasetpublic

CoIR-Retrieval/cosqa

Employing the MTEB evaluation framework's dataset version, utilize the code below for assessment: import mteb import logging from sentence_transformers import SentenceTransformer from mteb import MTEB logger = logging.getLogger(__name__) model_name = 'intfloat/e5-base-v2' model = SentenceTransformer(model_name) tasks = mteb.get_tasks( tasks=[ "AppsRetrieval", "CodeFeedbackMT", "CodeFeedbackST", "CodeTransOceanContest", "CodeTransOceanDL"… See the full description on the dataset page: https://huggingface.co/datasets/CoIR-Retrieval/cosqa.

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes3.2kdownloads

CoIR-Retrieval/cosqa · main · files are served by the source, never re-hosted here

CoIR-Retrieval/cosqa · CoolFace