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
01laion /openswe-tasks-patched-v5text10K<n<100K0 likes871 downloads5mo agoHugging Face02patched-codes /static-analysis-evalA dataset of 76 Python programs taken from real Python open source projects (top 100 on GitHub), where each program is a file that has exactly 1 vulnerability as detected by a particular static analyzer (Semgrep), used in the paper Patched MOA: optimizing inference for diverse software development tasks. OpenAI used the synth-vuln-fixes and fine-tuned a new version of gpt-4o is now the SOTA on this benchmark. More details and code is available from their repo. More details on the benchmark… See the full description on the dataset page: https://huggingface.co/datasets/patched-codes/static-analysis-eval.textn<1K20 likes739 downloads1y agoHugging Face03closji /cc12m_openai_clip-vit-base-patch32_image_image_retrieval_pairs_2022-09-13image10M<n<100M0 likes529 downloads4y agoHugging Face04CIRCL /vulnerability-cwe-patch Description This dataset, CIRCL/vulnerability-cwe-patch, provides structured, real-world vulnerabilities enriched with CWE identifiers and corresponding patches from platforms like GitHub and GitLab. It is designed to support the development of tools for vulnerability classification, triage, and automated remediation. Each entry includes metadata such as CVE/GHSA ID, a description, CWE categorization, and links to verified patch commits with associated diff content and commit… See the full description on the dataset page: https://huggingface.co/datasets/CIRCL/vulnerability-cwe-patch.text1K<n<10K4 likes477 downloads2mo agoHugging Face05patched-codes /generate-readme-eval Generate README Eval The generate-readme-eval is a dataset (train split) and benchmark (test split) to evaluate the effectiveness of LLMs when summarizing entire GitHub repos in form of a README.md file. The datset is curated from top 400 real Python repositories from GitHub with at least 1000 stars and 100 forks. The script used to generate the dataset can be found here. For the dataset we restrict ourselves to GH repositories that are less than 100k tokens in size to allow us to… See the full description on the dataset page: https://huggingface.co/datasets/patched-codes/generate-readme-eval.textsummarizationn<1K3 likes458 downloads2y agoHugging Face06zhcharyzhang /patchaudit-artifact PatchAudit Artifact PatchAudit audits security patches. You give it a CVE's initial fix — commit C1 — and a later commit Ci, and it tells you whether Ci is a future commit: a later commit that had to keep fixing the same problem because C1 was incomplete (it left the vulnerability reachable) or incorrect (its own change introduced a new defect). When such a future commit exists, C1 was a bad patch. When even the latest fix still leaves the hole open, the bug is a lingering… See the full description on the dataset page: https://huggingface.co/datasets/zhcharyzhang/patchaudit-artifact.text1K<n<10K0 likes423 downloads2d agoHugging Face07anaumghori /patchlet-embed-preprocessedimage100K<n<1M0 likes351 downloads7mo agoHugging Face08ahmedayman4a /acrobat-patches-v3 ACROBAT Registered H&E-IHC Patches v3 H&E-IHC patch pairs extracted from registered ACROBAT whole-slide images. All IHC slides were warped into H&E space by VALIS — patches at the same (x, y) coordinates in HE and IHC are perfectly aligned. Key Features 205 patients — full ACROBAT breast cancer dataset 9,658 HE patches at 1024×1024 px, 0.92 µm/px (10X) 31K IHC pairs: ER (8,385), PGR (8,453), HER2 (5,543), KI67 (8,439) WSI thumbnails — 512×512 low-res H&E per patient for… See the full description on the dataset page: https://huggingface.co/datasets/ahmedayman4a/acrobat-patches-v3.textimage-to-imagen<1K0 likes266 downloads4mo agoHugging Face09mlfoundations-dev /swe_gym_annotate_with_patchtext10K<n<100K0 likes262 downloads2y agoHugging Face10Martingkc /LLaVa-Instruct-150K-clip-vit-base-patch32text100K<n<1M0 likes260 downloads5mo agoHugging Face11rasdani /github-patchestext10K<n<100K0 likes253 downloads1y agoHugging Face12prakanda /SynthMat_Patches_DStext100K<n<1M0 likes245 downloads2y agoHugging Face13livebench /liveswebench-patchestextn<1K0 likes231 downloads1y agoHugging Face14DCAgent /swe_rebench_patchedtext1K<n<10K0 likes225 downloads6mo agoHugging Face15R2E-Gym /R2E-TestgenAgent-Patchestextn<1K1 likes201 downloads1y agoHugging Face16DCAgent /rl__24GPU_base__swe_rebench_patched_oracle__r2egym-nl2bash-stacktext10K<n<100K0 likes201 downloads6mo agoHugging Face17ByteDance /PatchEval 👋 Overview PatchEval-Verified is a benchmark for evaluating LLMs and coding agents on automated repair of real-world vulnerabilities. It contains 230 CVE cases with Docker-based evaluation environments, covering vulnerabilities reported between 2015 and 2025 across Go, JavaScript, and Python. PatchEval-Verified updates the evaluation environments from the original PatchEval release. In the original benchmark, some PoC tests were adapted from project regression tests and were… See the full description on the dataset page: https://huggingface.co/datasets/ByteDance/PatchEval.textn<1K8 likes199 downloads1mo agoHugging Face18Kushalkhemka /cybersec-chatml-vuln-patch-v1 Cybersecurity ChatML SFT Dataset (Detection + Patch + Multitask) This dataset contains ChatML records for 2 security tasks: Vulnerability detection (is_vulnerable, cwe, severity JSON output) Secure patch generation (assistant returns patched code only) Files chatml_detection_train.jsonl chatml_detection_val.jsonl chatml_patch_train.jsonl chatml_patch_val.jsonl chatml_multitask_train.jsonl chatml_multitask_val.jsonl chatml_build_manifest.json… See the full description on the dataset page: https://huggingface.co/datasets/Kushalkhemka/cybersec-chatml-vuln-patch-v1.text100K<n<1M1 likes158 downloads6mo agoHugging Face19R2E-Gym /R2EGym-VerifierTrajectories-PatchOnlytext1K<n<10K0 likes154 downloads1y agoHugging Face20rasdani /github-patches-genesysimport re import json from datasets import load_dataset PROMPT_TEMPLATE = """\ We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- {issue} --- END ISSUE --- Below are some code segments, each from a relevant file. One or more of these files may contain bugs. --- BEGIN FILES --- {file_context} --- END FILES --- Please first localize the bug based on the issue statement, and then generate a patch according to the `git diff` format… See the full description on the dataset page: https://huggingface.co/datasets/rasdani/github-patches-genesys.text10K<n<100K0 likes146 downloads1y agoHugging Face21ai-sec-lab /PatchBench PatchBench PatchBench is a benchmark for evaluating AI agents on realistic vulnerability patching tasks: 213 tasks drawn from 32 popular GitHub C/C++ projects. It selects vulnerabilities whose ground-truth fixes lie outside the crash stack, and uses vulnerability transplant plus code mutation to mitigate surface-level fixes and patch memorization. This repository holds the task metadata, one row per task to identify the project, the exact repository state, the crash, and the… See the full description on the dataset page: https://huggingface.co/datasets/ai-sec-lab/PatchBench.texttext-generationn<1K0 likes134 downloads2d agoHugging Face22TrevorJS /mtg-scryfall-cropped-art-embeddings-siglip-so400m-patch14-384image10K<n<100K0 likes132 downloads2y agoHugging Face23open-athena /rl__24GPU_shaped__swe_rebench_patched_oracle__r2egym-nl2bash-stacktext10K<n<100K0 likes131 downloads6mo agoHugging Face24closji /mscoco_train_2014_openai_clip-vit-base-patch32_image_image_retrieval_pairs_2022-09-13tabular10M<n<100M0 likes130 downloads4y agoHugging Face25closji /wikitext-103-raw-v1_sents_min_len10_max_len30_openai_clip-vit-base-patch32text1M<n<10M0 likes128 downloads4y agoHugging Face26closji /cc12m_openai_clip-vit-base-patch32_image_image_retrieval_pairs_2022-09-15image10M<n<100M0 likes127 downloads4y agoHugging Face27michoo42 /Patchnoisseur Patchnoisseur A connoisseur's cellar of CVEs: every NVD CVE joined to its fixing-commit diff (when one could be found), its NVD description, and its associated CWE(s) (id, name, short description) — served as a single Parquet dataset. 351 884 CVEs · 25 015 with a real git diff attached · CVE-1999 → CVE-2026 · ~744 MB on disk (zstd-compressed Parquet, sharded ~300 MB each). What's in it One row per CVE in the NVD feed. CVEs without a retrievable patch are… See the full description on the dataset page: https://huggingface.co/datasets/michoo42/Patchnoisseur.tabulartext-classification100K<n<1M0 likes127 downloads4mo agoHugging Face28open-athena /a3-rl-DCAgent_r2egym-patched-full-oracletext10K<n<100K0 likes126 downloads3mo agoHugging Face29rasdani /github-patches-decontaminated# removed all repos of SWE-bench and RepoBench repos = [ "astropy", "django", "flask", "matplotlib", "seaborn", "requests", "xarray", "pylint", "pytest", "scikit-learn", "sphinx", "sympy", ] text10K<n<100K0 likes123 downloads1y agoHugging Face30DCAgent /swe_rebench_patched_oracletext1K<n<10K0 likes121 downloads6mo agoHugging Face

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