CoolFace
21 shown

datasets

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

Clear all
01placeholderlabs /locus-commit-pool-v1 Locus Commit Pool v1 Native Git history, preserved as replayable software changes Commit message · complete selected before-state · unified patches · native object IDs · provenance · experimental labels Locus Commit Pool v1 is a large evidence pool for studying and training on how real software changes. Each document represents one surviving single-parent, multi-file Git commit. It keeps the commit message, the selected files as they existed before the… See the full description on the dataset page: https://huggingface.co/datasets/placeholderlabs/locus-commit-pool-v1.text-generation0 likes6.6k downloads1mo agoHugging Face02ivrit-ai /knesset-committeesgated About This dataset is derived from raw a/v recordings and human-generated protocols of the Knesset (the Israeli house of representatives) committee sessions as part of the ivrit.ai project. Consider visiting the preview space for this dataset here Method Data dumps from the Knesset contain A/V recordings of committee sessions, alongside human-generated protocols. We extract the audio stream, abd produce weakly time stamped segmentation of the protocol text (we… See the full description on the dataset page: https://huggingface.co/datasets/ivrit-ai/knesset-committees.automatic-speech-recognition3 likes4.5k downloads4mo agoHugging Face03project-themis /git-commits Themis-Git-Commits Overview Themis-Git-Commits is a large-scale dataset of single-file code commits mined from permissively licensed GitHub repositories via the BigQuery GitHub public dataset. The SQL query restricts to repositories under permissive open-source licenses only (MIT, Apache-2.0, BSD-2/3-Clause, ISC, CC0-1.0, EPL-1.0, MPL-2.0, Unlicense, AGPL-3.0, LGPL-2.1, Artistic-2.0). The BigQuery snapshot used contains commits up to early 2022 —… See the full description on the dataset page: https://huggingface.co/datasets/project-themis/git-commits.text-generation10M<n<100M1 likes4k downloads29d agoHugging Face04Elib27 /conventional-commits Git Diff → Conventional Commit Messages A dataset of 12,433 (git diff, commit message) pairs scraped from real open-source TypeScript repositories, filtered for quality and formatted for fine-tuning small language models to generate Conventional Commits. Built as part of a project to fine-tune a local LLM to write commit messages as a prepare-commit-msg git hook. Full write-up: eliotbas.com/projects/commits-fine-tuning Dataset details Source… See the full description on the dataset page: https://huggingface.co/datasets/Elib27/conventional-commits.texttext-generation10K<n<100K0 likes2.5k downloads3mo agoHugging Face05JetBrains-Research /commit-chronicle 📜 CommitChronicle 🔮 This is the dataset for commit message generation (and/or completion), introduced in the paper "From Commit Message Generation to History-Aware Commit Message Completion", ASE 2023. Its key features: large-scale and multilingual: contains 10.7M commits from 11.9k GitHub repositories in 20 programming languages; diverse: avoids restrictive filtering on commit messages or commit diffs structure; suitable for experiments with commit history: provides metadata… See the full description on the dataset page: https://huggingface.co/datasets/JetBrains-Research/commit-chronicle.tabulartext-generation10M<n<100M13 likes2.2k downloads3y agoHugging Face06project-themis /git-commits-merged Themis-Git-Commits-Merged Overview Themis-Git-Commits-Merged is a large-scale dataset of ~3.98M single-file code commits from permissively licensed GitHub repositories that have been cross-referenced with GHTorrent pull request data to retain only commits that are part of successfully merged, non-reverted pull requests. This provides implicit human validation of each code change — a merge decision by project maintainers confirms the intent and quality of… See the full description on the dataset page: https://huggingface.co/datasets/project-themis/git-commits-merged.texttext-generation1M<n<10M0 likes1.4k downloads29d agoHugging Face07Hirunima /commit-chronicle 📜 CommitChronicle 🔮 This is the dataset for commit message generation (and/or completion), introduced in the paper "From Commit Message Generation to History-Aware Commit Message Completion", ASE 2023. Its key features: large-scale and multilingual: contains 10.7M commits from 11.9k GitHub repositories in 20 programming languages; diverse: avoids restrictive filtering on commit messages or commit diffs structure; suitable for experiments with commit history: provides metadata… See the full description on the dataset page: https://huggingface.co/datasets/Hirunima/commit-chronicle.tabulartext-generation10M<n<100M0 likes721 downloads7mo agoHugging Face08placeholderlabs /exp-pool-commit-code-dolma2-tokenized Locus EXP Commit Code - Dolma 2 tokenized Pretokenized experiment pool for reproducible proxy-training runs. MANIFEST.json is the authoritative schema, provenance, checksums, and train/holdout assignment. shards/shard-NNNNN/tokens.bin stores little-endian int32 token IDs. offsets.bin stores little-endian int64 document boundaries. index.parquet stores document IDs, offsets, and compact filter fields. metadata.parquet stores complete source metadata and is downloaded only for… See the full description on the dataset page: https://huggingface.co/datasets/placeholderlabs/exp-pool-commit-code-dolma2-tokenized.tabulartext-generation10M<n<100M0 likes469 downloads1mo agoHugging Face09Berom0227 /tangled-ccs-commits Detecting Multiple Semantic Concerns in Tangled Code Commits using Small Language Models This dataset contains commit data for training and evaluating models on software engineering tasks, specifically focusing on identifying and separating concerns in multi-concern commits. Every tangled (multi-concern) commit in this dataset is composed exclusively of atomic commits from a single repository — resolving a structural weakness in earlier cross-repo tangles (which were trivially… See the full description on the dataset page: https://huggingface.co/datasets/Berom0227/tangled-ccs-commits.texttext-generation1K<n<10K1 likes392 downloads2mo agoHugging Face10PiotrSty /sejm-committee-transcripts Polish Sejm committee transcripts — full API coverage (terms 9 and 10) Official committee transcripts ("pełny zapis przebiegu posiedzenia") from the Sejm of the Republic of Poland, parsed into individually attributed speaker turns. Scope Committees: all standing committees with zapis PDFs in the Sejm API. Terms: 9 (2019-11-14 → 2023-11-09) and 10 (2023-11-14 → 2026-09-17). Provider and primary source: Kancelaria Sejmu RP, https://api.sejm.gov.pl/… See the full description on the dataset page: https://huggingface.co/datasets/PiotrSty/sejm-committee-transcripts.tabulartext-generation100K<n<1M1 likes175 downloads4d agoHugging Face11marzoukbaig14 /committed-train Committed — Conventional Commits dataset Filtered (diff -> Conventional Commits message) pairs derived from CommitChronicle, for fine-tuning small models to write commit messages from a diff. Built by the Committed project. Schema Field Type Notes diff string The code diff for a single-file change. message string Normalized Conventional Commits subject line (the training target). reasoning_trace string | null Reserved for v2 (reasoning… See the full description on the dataset page: https://huggingface.co/datasets/marzoukbaig14/committed-train.texttext-generation10K<n<100K1 likes125 downloads3mo agoHugging Face12pratham-commits /vaani-gujarati-sft-data Vaani — Gujarati SFT & Eval Data Final datasets for the Vaani 110M Gujarati medical SLM. File Rows Purpose sft_v4.jsonl ~150k Instruction SFT: general instructions + format skills (JSON, extraction, exact-count lists) medical_sft_v3.jsonl ~114k Medical SFT: closed-book MedMCQA-gu + raw-grounded + redacted-grounded + 30% general mix medmcqa_gu_val.jsonl 4,183 Held-out MedMCQA-gu validation split (eval only; disjoint from SFT) The pretraining corpus is… See the full description on the dataset page: https://huggingface.co/datasets/pratham-commits/vaani-gujarati-sft-data.texttext-generation1K<n<10K1 likes84 downloads10d agoHugging Face13hks350d /commit-message-generationA dataset for training models to generate descriptive commit messages from git diffs. Contains 13,811 examples with git diffs and corresponding commit messages in chat format suitable for instruction tuning. Dataset Statistics Number of examples: 13,811 Average text length: 960 characters Loading the Dataset from datasets import load_dataset dataset = load_dataset("hks350d/commit-message-generation") Example Usage # Load the dataset dataset =… See the full description on the dataset page: https://huggingface.co/datasets/hks350d/commit-message-generation.texttext-generation10K<n<100K0 likes61 downloads1y agoHugging Face14ajsbsd /openbsd-commits-alpaca OpenBSD Commit History — Alpaca Format (v1) Fine-tuning dataset derived from the full commit history of the OpenBSD src repository, structured for instruction fine-tuning in Alpaca format. Task: given a unified diff, generate the commit message. Dataset Summary Field Value Examples 103,383 Size ~202 MB Format Alpaca JSONL Date range 2000-01-01 → present Source openbsd/src (GitHub mirror) License ISC Format Each line is a… See the full description on the dataset page: https://huggingface.co/datasets/ajsbsd/openbsd-commits-alpaca.texttext-generation100K<n<1M1 likes51 downloads3mo agoHugging Face15mkly /pr-poet-commits PR Poet Commit Poems One thousand public Git repository commit messages paired with synthetic four-line poems generated for PR Poet. Each record contains: repo: the source GitHub repository commit: the commit message target: the generated poem as line_one through line_four This is the original generated source set used by the PR Poet training curriculum. It intentionally includes poems that were later filtered out for rhyme or style, so not every example satisfies the final… See the full description on the dataset page: https://huggingface.co/datasets/mkly/pr-poet-commits.texttext-generation1K<n<10K0 likes30 downloads22d agoHugging Face16archit11 /hyperswitch-rust-commits-final Rust Commit Dataset - Hyperswitch Dataset Description This dataset contains Rust commit messages paired with their corresponding code patches from the Hyperswitch repository. Dataset Summary Total Examples: 2277 Language: Rust Source: Hyperswitch GitHub repository Format: Prompt-response pairs for supervised fine-tuning (SFT) Data Fields prompt: The commit message describing the change response: The git patch/diff showing the actual code changes… See the full description on the dataset page: https://huggingface.co/datasets/archit11/hyperswitch-rust-commits-final.texttext-generation1K<n<10K0 likes19 downloads11mo agoHugging Face17archit11 /hyperswitch-rust-commits Rust Commit Dataset - Hyperswitch Dataset Description This dataset contains Rust commit messages paired with their corresponding code patches from the Hyperswitch repository. Dataset Summary Total Examples: 0 Language: Rust Source: Hyperswitch GitHub repository Format: Prompt-response pairs for supervised fine-tuning (SFT) Data Fields prompt: The commit message describing the change response: The git patch/diff showing the actual code changes… See the full description on the dataset page: https://huggingface.co/datasets/archit11/hyperswitch-rust-commits.text-generation1K<n<10K0 likes18 downloads11mo agoHugging Face18archit11 /hyperswitch-rust-commitsv5 Rust Commit Dataset - Hyperswitch Dataset Description This dataset contains Rust commit messages paired with their corresponding code patches from the Hyperswitch repository. Dataset Summary Total Examples: 2277 Language: Rust Source: Hyperswitch GitHub repository Format: Prompt-response pairs for supervised fine-tuning (SFT) Data Fields prompt: The commit message describing the change response: The git patch/diff showing the actual code changes… See the full description on the dataset page: https://huggingface.co/datasets/archit11/hyperswitch-rust-commitsv5.texttext-generation1K<n<10K0 likes18 downloads11mo agoHugging Face19dreamproit /bill_committees_us Dataset Card for "bill_committees_us" Dataset Summary Dataset for US Congressional bills with committees information (bill_committees_us). Contains data for bills from the 108th to the 118th Congress, approximately 132,000 documents. Supported Tasks and Leaderboards More Information Needed Languages English Dataset Structure Data Instances default Data Fields id: id of the bill in format(congress number +… See the full description on the dataset page: https://huggingface.co/datasets/dreamproit/bill_committees_us.tabulartext-generation100K<n<1M5 likes17 downloads2y agoHugging Face20archit11 /hyperswitch-rust-commitsv4 Rust Commit Dataset - Hyperswitch Dataset Description This dataset contains Rust commit messages paired with their corresponding code patches from the Hyperswitch repository. Dataset Summary Total Examples: 328 Language: Rust Source: Hyperswitch GitHub repository Format: Prompt-response pairs for supervised fine-tuning (SFT) Data Fields prompt: The commit message describing the change response: The git patch/diff showing the actual code changes… See the full description on the dataset page: https://huggingface.co/datasets/archit11/hyperswitch-rust-commitsv4.texttext-generationn<1K0 likes14 downloads11mo agoHugging Face21archit11 /hyperswitch-rust-commits-final2 Rust Commit Dataset - Hyperswitch Dataset Description This dataset contains Rust commit messages paired with their corresponding code patches from the Hyperswitch repository. Dataset Summary Total Examples: 2277 Language: Rust Source: Hyperswitch GitHub repository Format: Prompt-response pairs for supervised fine-tuning (SFT) Data Fields prompt: The commit message describing the change response: The git patch/diff showing the actual code changes… See the full description on the dataset page: https://huggingface.co/datasets/archit11/hyperswitch-rust-commits-final2.texttext-generation1K<n<10K0 likes12 downloads11mo agoHugging Face

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