CoolFace
30 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01m-a-p /CodeFeedback-Filtered-Instruction OpenCodeInterpreter: Integrating Code Generation with Execution and Refinement [🏠Homepage] | [🛠️Code] OpenCodeInterpreter OpenCodeInterpreter is a family of open-source code generation systems designed to bridge the gap between large language models and advanced proprietary systems like the GPT-4 Code Interpreter. It significantly advances code generation capabilities by integrating execution and iterative refinement functionalities. For further information and… See the full description on the dataset page: https://huggingface.co/datasets/m-a-p/CodeFeedback-Filtered-Instruction.textquestion-answering100K<n<1M209 likes29k downloads3y agoHugging Face02m-a-p /Code-Feedback OpenCodeInterpreter: Integrating Code Generation with Execution and Refinement [🏠Homepage] | [🛠️Code] Introduction OpenCodeInterpreter is a family of open-source code generation systems designed to bridge the gap between large language models and advanced proprietary systems like the GPT-4 Code Interpreter. It significantly advances code generation capabilities by integrating execution and iterative refinement functionalities. For further information and related… See the full description on the dataset page: https://huggingface.co/datasets/m-a-p/Code-Feedback.textquestion-answering10K<n<100K240 likes3.8k downloads3y agoHugging Face03CoIR-Retrieval /codefeedback-stEmploying 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/codefeedback-st.text100K<n<1M0 likes1.9k downloads2y agoHugging Face04CoIR-Retrieval /codefeedback-mtEmploying 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/codefeedback-mt.text100K<n<1M0 likes1.4k downloads2y agoHugging Face05CoIR-Retrieval /codefeedback-st-queries-corpusEmploying 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/codefeedback-st-queries-corpus.text100K<n<1M0 likes670 downloads2y agoHugging Face06CoIR-Retrieval /codefeedback-st-qrels Dataset Card for "codefeedback-st-qrels" More Information needed text100K<n<1M0 likes648 downloads2y agoHugging Face07HuggingFaceH4 /Code-Feedback Dataset Card for CodeFeedback This is a formatted version of m-a-p/Code-Feedback to store the conversations in the same format as the OpenAI SDK. text10K<n<100K9 likes610 downloads3y agoHugging Face08feedback-to-code /SWE-bench__style-3__fs-oracle_large_tokenlength Dataset Card for "SWE-bench__style-3__fs-oracle" More Information needed textn<1K0 likes431 downloads3y agoHugging Face09feedback-to-code /SWE-bench__style-3__fs-oracle Dataset Card for "SWE-bench__style-3__fs-oracle" More Information needed textn<1K0 likes387 downloads3y agoHugging Face10Crystalcareai /Code-feedback-sharegpt-renamedtext10K<n<100K5 likes159 downloads3y agoHugging Face11LimYeri /CodeFeedback-Filtered-Instruction-Pythontext100K<n<1M0 likes154 downloads2y agoHugging Face12fxmeng /CodeFeedback-Python105K Note This subset is derived from the m-a-p/CodeFeedback-Filtered-Instruction dataset, which contains 156,526 samples. CodeFeedback-Filtered-Instruction is a curated collection of code instruction queries extracted from four prominent open-source code instruction tuning datasets: Magicoder-OSS-Instruct, Python code subset of ShareGPT, Magicoder-Evol-Instruct, and Evol-Instruct-Code. From this dataset, we specifically selected only the 104,848 samples that are written in Python.… See the full description on the dataset page: https://huggingface.co/datasets/fxmeng/CodeFeedback-Python105K.textquestion-answering100K<n<1M6 likes153 downloads2y agoHugging Face13mteb /CodeFeedbackMT CodeFeedbackMT An MTEB dataset Massive Text Embedding Benchmark The dataset is a collection of user queries and assistant responses. The task is to retrieve the most relevant response for a given query. Task category t2t Domains Programming, Written Reference https://arxiv.org/abs/2402.14658 How to evaluate on this task You can evaluate an embedding model on this dataset using the following code: import mteb task = mteb.get_tasks(["CodeFeedbackMT"])… See the full description on the dataset page: https://huggingface.co/datasets/mteb/CodeFeedbackMT.texttext-retrieval10K<n<100K0 likes90 downloads1y agoHugging Face14DCAgent2 /g1_top8_no_swebench_code_feedback_glm47_traces DCAgent2/g1_top8_no_swebench_code_feedback_glm47_traces 89,094 rows. Aggressively SWE-bench-decontaminated variant of DCAgent/g1_min_episodes_top8_100k_glm47_traces: the entire issue subset (13,783 rows, of which 7,824 were SWE-bench-derived) is dropped and partially replaced with code_feedback traces filtered to ≥5 episodes. What was changed Original top8_100k This dataset Total rows 100,110 89,094 Issue subset rows 13,783 (with 7,824 from SWE-bench: 2,442… See the full description on the dataset page: https://huggingface.co/datasets/DCAgent2/g1_top8_no_swebench_code_feedback_glm47_traces.text10K<n<100K0 likes88 downloads5mo agoHugging Face15mteb /codefeedback-mttext100K<n<1M1 likes80 downloads2y agoHugging Face16CoIR-Retrieval /codefeedback-mt-queries-corpusEmploying 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/codefeedback-mt-queries-corpus.text100K<n<1M0 likes73 downloads2y agoHugging Face17CoIR-Retrieval /codefeedback-mt-qrels Dataset Card for "codefeedback-mt-qrels" More Information needed text10K<n<100K0 likes64 downloads2y agoHugging Face18banksy235 /Code-Feedback-Cleantabular10K<n<100K1 likes63 downloads2y agoHugging Face19mteb /CodeFeedbackST CodeFeedbackST An MTEB dataset Massive Text Embedding Benchmark The dataset is a collection of user queries and assistant responses. The task is to retrieve the most relevant response for a given query. Task category t2t Domains Programming, Written Reference https://arxiv.org/abs/2407.02883 How to evaluate on this task You can evaluate an embedding model on this dataset using the following code: import mteb task = mteb.get_task("CodeFeedbackST")… See the full description on the dataset page: https://huggingface.co/datasets/mteb/CodeFeedbackST.texttext-retrieval100K<n<1M0 likes58 downloads1y agoHugging Face20pvduy /code-feedback-deepseekv2-critictext100K<n<1M1 likes54 downloads2y agoHugging Face21Leon-Leee /Code-Feedback-decontaminationA decontaminated version of m-a-p/Code-Feedback. The excluded (28) files are "contaminated" with only two code segments: simple GCD function: while b: a, b = b, a % b return a sum_to_n solution: return sum(range(n + 1)) And reformated to sharegpt. Decontamination is done in the same way as Magicoder (ie., bigcode decontamination process), which uses a substring-match-finding method to find overlaps between a target dataset and the following standard benchmarks: HumanEval MBPP… See the full description on the dataset page: https://huggingface.co/datasets/Leon-Leee/Code-Feedback-decontamination.texttext-generation10K<n<100K0 likes53 downloads2y agoHugging Face22pvduy /code-feedback-10k-deepseekv2-critictext10K<n<100K0 likes53 downloads2y agoHugging Face23mlfoundations-dev /a1_code_codefeedbacktext10K<n<100K0 likes51 downloads1y agoHugging Face24mlfoundations-dev /seed_code_codefeedback_exploittext10K<n<100K0 likes50 downloads2y agoHugging Face25Crystalcareai /CodeFeedback-Alpacatext10K<n<100K3 likes49 downloads3y agoHugging Face26DCAgent /neulab-code-feedback-sandboxes-traces-terminus-2text1K<n<10K0 likes49 downloads11mo agoHugging Face27DCAgent2 /DCAgent2_terminal_bench_2_DCAgent2_neulab-code-feedback-sandboxes-traces-termineeb38555textn<1K0 likes49 downloads10mo agoHugging Face28nayohan /CodeFeedback-Filtered-Instruction-ko Dataset Card for "CodeFeedback-Filtered-Instruction-ko" Translated m-a-p/CodeFeedback-Filtered-Instruction using nayohan/llama3-instrucTrans-enko-8b. text100K<n<1M2 likes47 downloads2y agoHugging Face29ai2-adapt-dev /codefeedback-single-turn-reformat-magicodertext10K<n<100K0 likes42 downloads2y agoHugging Face30laurentiubp /codefeedback-scoredtext100K<n<1M0 likes40 downloads2y agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.