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
01code-rag-bench /github-repos-pythonThe Github repository retrieval source for [code-rag-bench], containing all Python files from the entire GitHub dump (in github-repos) text100K<n<1M2 likes3.3k downloads2y agoHugging Face02QuixiAI /dolphin-coder dolphin-coder This dataset is transformed from https://www.kaggle.com/datasets/erichartford/leetcode-rosetta it is used to train dolphin-coder model text100K<n<1M62 likes1.6k downloads3y agoHugging Face03nebula2025 /CodeR-Pile Towards A Generalist Code Embedding Model Based On Massive Data Synthesis Introduction This repository contains the synthetic training data introduced in the paper Towards A Generalist Code Embedding Model Based On Massive Data Synthesis. The dataset is designed to enhance text embeddings for code retrieval tasks. For more details, please refer to our Github repo: CodeR. Load Dataset Simple Example An example to load the dataset:… See the full description on the dataset page: https://huggingface.co/datasets/nebula2025/CodeR-Pile.text1M<n<10M4 likes998 downloads11mo agoHugging Face04code-rag-bench /github-reposThe entire dump of GitHub repositories. text100K<n<1M2 likes825 downloads2y agoHugging Face05AzerChakir /CodeReviewWithSummaryQAgatedtextn<1K0 likes696 downloads1mo agoHugging Face06anupambayen /AnupamB-Coder-Dataset AnupamB-Coder-Dataset A large-scale synthetic dataset of Python and SQL examples spanning basic to expert difficulty — purpose-built for training AnupamB-Coder-110M, a GPT-style code language model built entirely from scratch on a gaming laptop. The Story Behind This Dataset Most code datasets on HuggingFace come from scraping GitHub or StackOverflow. This one is different. Every single example in this dataset was generated by a pure Python template engine — no GPT, no… See the full description on the dataset page: https://huggingface.co/datasets/anupambayen/AnupamB-Coder-Dataset.texttext-generation10M<n<100M1 likes431 downloads6mo agoHugging Face07ed001 /ds-coder-instruct-v1 Dataset Card for DS Coder Instruct Dataset DS Coder is a dataset for instruction fine tuning of language models. It is a specialized dataset focusing only on data science (eg. plotting, data wrangling, machine learnig models, deep learning, and numerical computations). The dataset contains code examples both in R and Python. The goal of this dataset is to enable creation of small-scale, specialized language model assistants for data science projects. Dataset Details… See the full description on the dataset page: https://huggingface.co/datasets/ed001/ds-coder-instruct-v1.imagetext-generation10K<n<100K5 likes364 downloads3y agoHugging Face08code-rag-bench /stackoverflow-postsThe StackOverflow posts retrieval source for code-rag-bench. text1M<n<10M2 likes351 downloads2y agoHugging Face09Lite-Coder /LiteCoder-Terminal-SFT LiteCoder-SFT-Terminal Paper | Code | Blog Post LiteCoder-SFT-Terminal is a dataset of 11,255 agent trajectories in terminal environments, introduced in the paper LiteCoder-Terminal: Scaling Long-Horizon Terminal Environments for Learning Language Agents. Fine-tuned on this data, the LiteCoder-Terminal-30b-a3b-sft model achieves 31.5% Pass@1 on Terminal Bench Pro, while the LiteCoder-Terminal-4b-sft model shows distinct gains over its baseline. Released Artifacts… See the full description on the dataset page: https://huggingface.co/datasets/Lite-Coder/LiteCoder-Terminal-SFT.texttext-generation10K<n<100K9 likes314 downloads4mo agoHugging Face10ed001 /ds-coder-instruct-v2 Dataset Card for DS Coder Instruct v2 Dataset Changes from v1: Added WizardLM evol data science samples Removed R samples from v2 DS Coder is a dataset for instruction fine tuning of language models. It is a specialized dataset focusing only on data science (eg. plotting, data wrangling, machine learnig models, deep learning, and numerical computations). The dataset contains code examples both in Python (R samples were removed in v2). The goal of this dataset is to enable… See the full description on the dataset page: https://huggingface.co/datasets/ed001/ds-coder-instruct-v2.tabulartext-generation10K<n<100K13 likes230 downloads3y agoHugging Face11fasterinnerlooper /codereviewertabular100K<n<1M1 likes224 downloads3y agoHugging Face12Tomo-Melb /CodeReviewQAgated CodeReviewQA: The Code Review Comprehension Assessment for Large Language Models The task of automated code refinement aims to automate the developer's perspective in resolving an actionable code review comment provided by a reviewer. This is a generative task, where the LLM is required to revise a pre-review code submission with respect to the natural language code review comment to produce an intended post-review code revision. CodeReviewQA further breaks down this generative task… See the full description on the dataset page: https://huggingface.co/datasets/Tomo-Melb/CodeReviewQA.textmultiple-choicen<1K5 likes204 downloads7mo agoHugging Face13Crownelius /High-Coder-Reasoning-Multi-Turn High-Coder-Reasoning-Multi-Turn Dataset Description This dataset contains high-quality, multi-turn coding conversations focused on code critique, transformation (fixing, translating, and repurposing), and architectural analysis. It was generated using a proprietary pipeline targeting the openrouter/hunter-alpha model to simulate expert-level software engineering workflows. Pipeline Details: Each sample consists of three turns: Critique: A detailed… See the full description on the dataset page: https://huggingface.co/datasets/Crownelius/High-Coder-Reasoning-Multi-Turn.text10K<n<100K16 likes197 downloads2mo agoHugging Face14Lite-Coder /LiteCoder-SFT-Terminal-preview LiteCoder-SFT-Terminal-preview LiteCoder-SFT-Terminal-preview is a dataset consisting of 940 synthetic trajectories for enhancing model's agentic abilities and is part of our recent efforts to develop capable small and medium-sized code agent models. Notably, with fewer than 1,000 training samples, our LiteCoder-4b-Terminal-preview model trained on this dataset achieves competitive results. By relying entirely on a fully synthetic pipeline—without converting any existing datasets—we… See the full description on the dataset page: https://huggingface.co/datasets/Lite-Coder/LiteCoder-SFT-Terminal-preview.textn<1K4 likes165 downloads9mo agoHugging Face15JohnBeanerson /strudel-coder Claude Code session traces for JohnBeanerson/strudel-coder This dataset contains redacted Claude Code session traces collected while working on https://github.com/ultralazr/strudel-coder.git. The traces were exported with cc-share-hf and filtered to keep only sessions that passed deterministic redaction and LLM review. Data description Each file in the repo root is a redacted Claude Code session in its native JSONL format (one entry per line). HuggingFace… See the full description on the dataset page: https://huggingface.co/datasets/JohnBeanerson/strudel-coder.tabulartext-generationn<1K0 likes165 downloads4mo agoHugging Face16smcleod /golang-coderQ&A style combined, deduplicated dataset including portions of: Golang best practices and coding guides (general Q&A) https://huggingface.co/datasets/smcleod/golang-programming-style-best-practices (MIT) Golang questions (general Q&A) https://huggingface.co/datasets/ExAi/Code-Golang-QA-2k (Apache2) Golang functions (code & description) https://huggingface.co/datasets/google/code_x_glue_ct_code_to_text (c-uda) Golang snippets (code & description)… See the full description on the dataset page: https://huggingface.co/datasets/smcleod/golang-coder.texttext-generation100K<n<1M19 likes139 downloads2y agoHugging Face17WrittenWithRust /Rust_Coder_Reasoning_TR WrittenWithRust/Rust_Coder_Reasoning_TR WrittenWithRust/Rust_Coder_Reasoning_TR, Rust dili özelinde model eğitimi (SFT) ve akıl yürütme (Chain-of-Thought / CoT) yeteneklerini geliştirmek amacıyla hazırlanmış Türkçe veri setidir. Veri seti, Rust kodlarındaki değişiklikleri, refactoring süreçlerini, derleyici hata düzeltmelerini ve performans iyileştirmelerini sahiplik (ownership), borçlanma (borrowing), lifetimes ve tip güvenliği perspektifinden adım adım Türkçe <think> blokları… See the full description on the dataset page: https://huggingface.co/datasets/WrittenWithRust/Rust_Coder_Reasoning_TR.text1K<n<10K1 likes126 downloads19d agoHugging Face18code-rag-bench /programming-solutionsThe programming solutions retrieval source for code-rag-bench, comprising programming solutions for the HumanEval and MBPP datasets. text1K<n<10K2 likes125 downloads2y agoHugging Face19guell00 /coder-maxtext100K<n<1M0 likes122 downloads1mo agoHugging Face20code-rag-bench /humanevalHumanEval dataset annotated with the ground-truth programming solutions, to enable evaluations for retrieval and retrieval augmented code generation. Please refer to code-rag-becnch for more details. texttext-generationn<1K0 likes102 downloads2y agoHugging Face21WithinUsAI /Python_GOD_Coder_Omniforge_AI_12k Python GOD Coder Omniforge AI 12k Creator: Within Us AI A 12,000-row mixed-format Python coding dataset designed as a sharpening corpus for building a small but dangerous Python specialist. This dataset is intentionally focused on the practical behaviors that matter for a modern Python coding model: implementation with tests strict code-only instruction following debugging and repair refactoring for readability and production readiness next-token code completion… See the full description on the dataset page: https://huggingface.co/datasets/WithinUsAI/Python_GOD_Coder_Omniforge_AI_12k.texttext-generation10K<n<100K1 likes98 downloads7mo agoHugging Face22nikitamounier /swe-bench-verified-raw-traces-qwen3-coder SWE-bench Verified raw mini-SWE-agent traces Raw mini-SWE-agent trajectories from 20250802_mini-v1.0.0_qwen3-coder-480b-a35b-instruct for SWE-bench Verified. The raw/easy split uses exactly the 194 instance IDs from parsaidp/SWE-bench_Verified_easy. That public dataset contains SWE-bench Verified questions and Kimi-generated answers; this dataset uses only its instance IDs. The trajectory contents here are local mini-SWE-agent/Qwen traces. Files data/full.jsonl:… See the full description on the dataset page: https://huggingface.co/datasets/nikitamounier/swe-bench-verified-raw-traces-qwen3-coder.tabular1K<n<10K1 likes98 downloads4mo agoHugging Face23code-rag-bench /library-documentationThe library documentation retrieval source for code-rag-bench, contains all documentation for Python libraries available on devdocs.io. text10K<n<100K2 likes93 downloads2y agoHugging Face24CodeResearch /CodeJudge-Eval CodeJudge-Eval: Can Large Language Models be Good Judges in Code Understanding? If our project helps you, please give us a star ⭐ on GitHub to support us. 🙏🙏 Introduction Recent advancements in large language models (LLMs) have showcased impressive code generation capabilities, primarily evaluated through language-to-code benchmarks. However, these benchmarks may not fully capture a model's code understanding abilities. We introduce CodeJudge-Eval (CJ-Eval), a novel… See the full description on the dataset page: https://huggingface.co/datasets/CodeResearch/CodeJudge-Eval.tabular10K<n<100K2 likes92 downloads2y agoHugging Face25VatsaDev /code-reviewA Scrape of the codereview stack exchange, good for high quality code texttext-generation10K<n<100K3 likes88 downloads3y agoHugging Face26Nellyw888 /RTL-Coder_7b_reasoning_tb_combined Verireason-RTL-Coder_7b_reasoning_tb_combined For implementation details, visit our GitHub repository: VeriReason Check out our paper: VeriReason: Reinforcement Learning with Testbench Feedback for Reasoning-Enhanced Verilog Generation This is the combined version of VeriReason-RTL-Coder_7b_reasoning_tb and VeriReason-RTL-Coder_7b_reasoning_tb_simple. Update Log 2025.05.17: Initial release of Nellyw888/Verireason-RTL-Coder_7b_reasoning_tb_combined Project… See the full description on the dataset page: https://huggingface.co/datasets/Nellyw888/RTL-Coder_7b_reasoning_tb_combined.texttext-generation1K<n<10K0 likes83 downloads1y agoHugging Face27AmareshHebbar /cpt-coder-sft CPT / HCPCS Procedure Coder Part of the AxisMapper Medical AI Suite — 16 domain-specific SFT datasets for fine-tuning medical LLMs. Built by AmareshHebbar | Studio Ilios / Humanova Minds What this dataset does Procedure descriptions → correct CPT/HCPCS code with RVU data Why download this Build procedure coding assistants, verify CPT code assignments, or automate outpatient charge capture. Covers all specialties in the CMS PFS. Dataset… See the full description on the dataset page: https://huggingface.co/datasets/AmareshHebbar/cpt-coder-sft.texttext-generation10K<n<100K0 likes83 downloads3mo agoHugging Face28bhavin-gajjar /laravel-coder-lora-train Laravel Coder LoRA — end-to-end training data Instruction-tuning datasets for Laravel Bob (Qwen / CodeLlama / DeepSeek modelfiles).Built from official Laravel docs v10.x–v13.x plus version-detection examples. Each config has a single schema — do not mix raw (Alpaca) with chat / lora_* (messages). Configs Config Path Rows Schema raw raw/laravel_training.jsonl 1253 instruction, input, output, topic, version chat chat/laravel_training_chat.jsonl 1253… See the full description on the dataset page: https://huggingface.co/datasets/bhavin-gajjar/laravel-coder-lora-train.texttext-generation1K<n<10K1 likes83 downloads3mo agoHugging Face29thetemirbolatov /TILO.RA_CODER_Dataset TILO.RA CODER Dataset Объединённый русско-английский датасет для обучения и поиска по коду. Формат — пары question / code: вопрос на естественном языке → готовый код-ответ. Датасет собран для локального ассистента TILO.RA CODER — офлайн-помощника по программированию Скачать по ссылке https://github.com/thetemirbolatov/TILO.RA_CODER_Dataset/releases/download/v1.0.0/tilora_knowledge_merged.jsonl Состав Источник Язык Записей English coding… See the full description on the dataset page: https://huggingface.co/datasets/thetemirbolatov/TILO.RA_CODER_Dataset.texttext-generation100K<n<1M1 likes82 downloads7d agoHugging Face30AmareshHebbar /icd10-coder-sft ICD-10-CM Medical Coder Part of the AxisMapper Medical AI Suite — 16 domain-specific SFT datasets for fine-tuning medical LLMs. Built by AmareshHebbar | Studio Ilios / Humanova Minds What this dataset does Maps clinical descriptions to ICD-10-CM codes Why download this Fine-tune LLMs to automatically assign ICD-10-CM codes from clinical text. Useful for EHR automation, medical coding assistants, and clinical NLP pipelines. Dataset stats… See the full description on the dataset page: https://huggingface.co/datasets/AmareshHebbar/icd10-coder-sft.texttext-generation10K<n<100K0 likes78 downloads3mo agoHugging Face

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