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
01livecodebench /code_generation_liteLiveCodeBench is a temporaly updating benchmark for code generation. Please check the homepage: https://livecodebench.github.io/.n<1K104 likes110k downloads1y agoHugging Face02livecodebench /code_generation LiveCodeBench: Holistic and Contamination Free Evaluation of Large Language Models for Code 🏠 Home Page • 💻 GitHub Repository • 🏆 Leaderboard • LiveCodeBench is a "live" updating benchmark for holistically evaluating code related capabilities of LLMs. Particularly, it evaluates LLMs across a range of capabilties including code generation, self-repair, test output prediction, and code execution. This is the code generation scenario of LiveCodeBench. It is also… See the full description on the dataset page: https://huggingface.co/datasets/livecodebench/code_generation.textn<1K31 likes5.6k downloads2y agoHugging Face03lighteval /code_generation_lite LiveCodeBench: Holistic and Contamination Free Evaluation of Large Language Models for Code 🏠 Home Page • 💻 GitHub Repository • 🏆 Leaderboard • 📄 Paper Change Log Since LiveCodeBench is a continuously updated benchmark, we provide different versions of the dataset. Particularly, we provide the following versions of the dataset: release_v1: The initial release of the dataset with problems released between May 2023 and Mar 2024 containing 400… See the full description on the dataset page: https://huggingface.co/datasets/lighteval/code_generation_lite.text10K<n<100K5 likes3.8k downloads1y agoHugging Face04codesbyusman /LLM-CodeGen LLMs-Generated Code This dataset the raw code generated by 10 different Large Language Models (LLMs) in response to the prompts from our research project. The code is organized to facilitate the assessment and comparison of each model's ability to generate secure C/C++ code. The generated code is divided into two main categories: Simple Assistant: Code generated by the LLM with no specific security-focused instructions. Secure Assistant: Code generated by the LLM using prompts that… See the full description on the dataset page: https://huggingface.co/datasets/codesbyusman/LLM-CodeGen.text1K<n<10K1 likes1.2k downloads1y agoHugging Face05sayakpaul /hf-codegen-v2 Dataset Card for "hf-codegen-v2" Dataset generated with the code from: https://github.com/sayakpaul/hf-codegen. tabular100K<n<1M25 likes983 downloads3y agoHugging Face06OllieStanley /humaneval-mbpp-codegen-qa Dataset Card for "humaneval-mbpp-codegen-qa" This dataset contains prompt-reply (question-answer) pairs where the prompt is to create a Python function which satisfies the functionality described in a specified docstring. The responses are then the generated functions. textn<1K4 likes882 downloads4y agoHugging Face07open-llm-leaderboard-old /details_Salesforce__codegen-16B-nl Dataset Card for Evaluation run of Salesforce/codegen-16B-nl Dataset Summary Dataset automatically created during the evaluation run of model Salesforce/codegen-16B-nl on the Open LLM Leaderboard. The dataset is composed of 122 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 3 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split… See the full description on the dataset page: https://huggingface.co/datasets/open-llm-leaderboard-old/details_Salesforce__codegen-16B-nl.0 likes622 downloads3y agoHugging Face08XythicK /code-generation-dataset 📄 Code Generation Dataset A large-scale dataset curated for training and evaluating code generation models. This dataset contains high-quality code snippets, prompts, and metadata suitable for various code synthesis tasks, including prompt completion, function generation, and docstring-to-code translation. 📦 Dataset Summary The code-generation-dataset provides: ✅ Prompts describing coding tasks ✅ Code solutions in Python (or other languages, if applicable) ✅ Metadata… See the full description on the dataset page: https://huggingface.co/datasets/XythicK/code-generation-dataset.4 likes583 downloads1y agoHugging Face09ledale /code_generation_liteLiveCodeBench is a temporaly updating benchmark for code generation. Please check the homepage: https://livecodebench.github.io/.n<1K0 likes252 downloads6mo agoHugging Face10pengyunie /codesearchnet-codegen Dataset Card for CodeSearchNet for CodeGen This is a processed version of the CodeSearchNet dataset. Namely, I separated the doc (documentation/docstring), sign (function signature), and output (function body) into separate fields; doc and sign are concatenated (according to the correct order of the programming language) into the problem field, making it suitable for the code generation task. Dataset Details Dataset Description Curated by: [More… See the full description on the dataset page: https://huggingface.co/datasets/pengyunie/codesearchnet-codegen.text1M<n<10M2 likes218 downloads2y agoHugging Face11FudanSELab /CodeGen4Libs_RetrievalCodeLib Dataset Card for FudanSELab CodeGen4Libs Code Retrieval Library Dataset Summary This dataset is the code retrieval library used in the ASE2023 paper titled "CodeGen4Libs: A Two-stage Approach for Library-oriented Code Generation". Additional Information Citation Information @inproceedings{ase2023codegen4libs, author = {Mingwei Liu and Tianyong Yang and Yiling Lou and Xueying Du and Ying Wang and and Xin Peng}, title =… See the full description on the dataset page: https://huggingface.co/datasets/FudanSELab/CodeGen4Libs_RetrievalCodeLib.text1M<n<10M1 likes214 downloads3y agoHugging Face12electroglyph /lcb_codegen_v6_500LiveCodeBench is a temporaly updating benchmark for code generation. Please check the homepage: https://livecodebench.github.io/.1 likes175 downloads1mo agoHugging Face13open-llm-leaderboard-old /details_Salesforce__codegen-6B-nl Dataset Card for Evaluation run of Salesforce/codegen-6B-nl Dataset Summary Dataset automatically created during the evaluation run of model Salesforce/codegen-6B-nl on the Open LLM Leaderboard. The dataset is composed of 64 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 2 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is… See the full description on the dataset page: https://huggingface.co/datasets/open-llm-leaderboard-old/details_Salesforce__codegen-6B-nl.0 likes170 downloads3y agoHugging Face14anicka /cve-backport-codegen-dataset CVE Backport Code Generation Dataset Per-hunk code generation dataset for CVE security patch backporting, derived from openSUSE Build Service maintenance patches. Task Given a region of vulnerable source code and a description of the upstream CVE fix, the model outputs the fixed version of the code. A programmatic diff then produces the final patch. This plays to LLM strengths in code completion and avoids format-sensitivity issues with direct diff generation.… See the full description on the dataset page: https://huggingface.co/datasets/anicka/cve-backport-codegen-dataset.text-generation10K<n<100K0 likes132 downloads6mo agoHugging Face15Naholav /CodeGen-Diverse-5K CodeGen-Diverse-5K: Broad Coverage for Competitive Programming Part of the CodeGen suite | CodeGen-Deep-5K (sister dataset) Dataset Description CodeGen-Diverse-5K is a broad coverage dataset designed for training code generation models across a wide variety of competitive programming problems. This dataset prioritizes problem diversity over solution diversity, covering 5,000 unique problems with consistent, high-quality solutions. Key Statistics Total samples:… See the full description on the dataset page: https://huggingface.co/datasets/Naholav/CodeGen-Diverse-5K.tabulartext-generation1K<n<10K0 likes123 downloads10mo agoHugging Face16codegenning /usacobench_formattedtextn<1K0 likes116 downloads2y agoHugging Face17sayakpaul /hf-codegen0 likes107 downloads3y agoHugging Face18danny-briskin /hf-codegen0 likes102 downloads2y agoHugging Face19Naholav /CodeGen-Deep-5K CodeGen-Deep-5K: Deep Reasoning for Competitive Programming Part of the CodeGen suite | CodeGen-Diverse-5K (sister dataset) Dataset Description CodeGen-Deep-5K is a deep reasoning dataset designed for training code generation models with enhanced problem-solving capabilities. Unlike traditional datasets, this generates multiple distinct solutions for each problem, providing varied reasoning traces and approaches. Key Statistics Total samples: 5,000 Unique… See the full description on the dataset page: https://huggingface.co/datasets/Naholav/CodeGen-Deep-5K.tabulartext-generation1K<n<10K0 likes98 downloads10mo agoHugging Face20AmareshHebbar /leetcode-codegen-python LeetCode Code-Gen Dataset — Python 2522 rows. Given a problem statement, its input/output examples, and a required algorithm/technique, generate a correct Python solution. Part of a 4-language collection built from the same source: see the sibling Python, Java, C++, and JavaScript datasets. Verification Every row was extracted, then executed in a sandboxed subprocess against the problem's own stated examples. Only rows that passed all examples are included -- this… See the full description on the dataset page: https://huggingface.co/datasets/AmareshHebbar/leetcode-codegen-python.texttext-generation1K<n<10K1 likes93 downloads3mo agoHugging Face21danielrosehill /Code-Gen-Agents-0925 Code Generation Agent Network A comprehensive collection of specialized AI agents for code generation, development workflows, and project management. While originally designed for Claude Code, these agent specifications are framework-agnostic and can be adapted to work with any AI code generation platform or multi-agent system. Framework Agnostic Design This repository contains agent specifications that define: Clear role definitions and capabilities Tool requirements… See the full description on the dataset page: https://huggingface.co/datasets/danielrosehill/Code-Gen-Agents-0925.0 likes83 downloads1y agoHugging Face22Naholav /llama3.2-java-codegen-90sft-10meta-claude-v1 LLaMA 3.2 Java Code Generation Dataset (90% SFT, 10% Meta Annotated with Claude) This dataset contains 100,000 examples for Java method generation based on natural language instructions. It is built from the CodeXGLUE text-to-code dataset and designed to support both pure supervised fine-tuning (SFT) and reflection-based meta-learning approaches using Claude 4 Sonnet as the critique model. 🚀 Trained Models Two models have been trained on this dataset: SFT Model:… See the full description on the dataset page: https://huggingface.co/datasets/Naholav/llama3.2-java-codegen-90sft-10meta-claude-v1.texttext-generation100K<n<1M1 likes82 downloads1y agoHugging Face23Samsoup /Code-Generation-Quality-Estimation Code Generation Quality Estimation This repository contains model-ready task context, generated code, and complete-case execution-resource targets for five public LLM code-generation cohorts. It provides deterministic 70/10/20 group-aware split versions using seeds 42, 1234, and 2026. Configurations There are 15 configurations: one for each dataset and split seed. Each configuration has train, validation, and test splits. Dataset Complete rows Groups Models… See the full description on the dataset page: https://huggingface.co/datasets/Samsoup/Code-Generation-Quality-Estimation.tabulartabular-regression100K<n<1M0 likes77 downloads2mo agoHugging Face24open-llm-leaderboard-old /details_Salesforce__codegen-6B-multi Dataset Card for Evaluation run of Salesforce/codegen-6B-multi Dataset Summary Dataset automatically created during the evaluation run of model Salesforce/codegen-6B-multi on the Open LLM Leaderboard. The dataset is composed of 64 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 2 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train"… See the full description on the dataset page: https://huggingface.co/datasets/open-llm-leaderboard-old/details_Salesforce__codegen-6B-multi.0 likes76 downloads3y agoHugging Face25Groq /LiveCodeBench-CodeGenerationtextquestion-answeringn<1K0 likes72 downloads1y agoHugging Face26iapp /code_generation_lite-th LiveCodeBench code_generation_lite, Thai 111 competitive-programming problems from LeetCode and AtCoder, with the problem statement translated to Thai. Everything else — test cases, starter code, metadata — is the upstream value unchanged. Known defects The line breaks are gone from the problem statements. 110 of the 111 rows have no line break at all in question_content; the one remaining row has two. These are competitive-programming statements whose input and… See the full description on the dataset page: https://huggingface.co/datasets/iapp/code_generation_lite-th.textquestion-answeringn<1K0 likes69 downloads1mo agoHugging Face27jasonsheihX /code_generation_liteLiveCodeBench is a temporaly updating benchmark for code generation. Please check the homepage: https://livecodebench.github.io/.n<1K0 likes67 downloads8mo agoHugging Face28mathewmouchamel /code_generation_lite_v2LiveCodeBench is a temporaly updating benchmark for code generation. Please check the homepage: https://livecodebench.github.io/.n<1K0 likes64 downloads5mo agoHugging Face29AyNio /TinyStories-CodeGen-Tokenized-combined1M<n<10M0 likes63 downloads2y agoHugging Face30AmareshHebbar /leetcode-codegen-javascript LeetCode Code-Gen Dataset — JavaScript 631 rows. Given a problem statement, its input/output examples, and a required algorithm/technique, generate a correct JavaScript solution. Part of a 4-language collection built from the same source: see the sibling Python, Java, C++, and JavaScript datasets. Verification Not execution-verified. There is currently no compiler/runtime harness for this language in the build pipeline (only Python has one). Rows are extracted… See the full description on the dataset page: https://huggingface.co/datasets/AmareshHebbar/leetcode-codegen-javascript.texttext-generationn<1K1 likes60 downloads3mo agoHugging Face

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