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
01hasankursun /github-code-2025-language-split 📜 Source Data & Attribution This dataset is a processed derivative of nick007x/github-code-2025. Origination The original data was aggregated by nick007x from public GitHub repositories. We have retained the original content, file paths, and metadata while restructuring the format for easier consumption by language-specific models. Processing Steps To create this dataset, we performed the following processing on the source data: Language… See the full description on the dataset page: https://huggingface.co/datasets/hasankursun/github-code-2025-language-split.text100M<n<1B13 likes26k downloads10mo agoHugging Face02codeparrot /github-code-cleanThe GitHub Code clean dataset in a more filtered version of codeparrot/github-code dataset, it consists of 115M code files from GitHub in 32 programming languages with 60 extensions totaling in almost 1TB of text data.text10M<n<100M143 likes25k downloads4y agoHugging Face03CodedotAI /code_clippy_githubThe Code Clippy dataset consists of various public codebases from GitHub in 22 programming languages with 23 extensions totalling about 16 TB of data when uncompressed. The dataset was created from the public GitHub dataset on Google BiqQuery.text1M<n<10M20 likes6.4k downloads4y agoHugging Face04nick007x /github-code-2025text100M<n<1B121 likes6k downloads6mo agoHugging Face05ronantakizawa /github-top-code GitHub Top Developer Source Code A curated dataset of 1.3M+ source code files from GitHub's top ranked developers (2015-2025). This dataset is based on the top ranked developers from this dataset: https://huggingface.co/datasets/ronantakizawa/github-top-developers Dataset Summary 1.3M+ source code files from repositories across ~4,700 unique developers 80+ programming languages included (Python, JavaScript, TypeScript, Rust, Go, C/C++, Java, and more) Source code only —… See the full description on the dataset page: https://huggingface.co/datasets/ronantakizawa/github-top-code.texttext-generation1M<n<10M125 likes4k downloads7mo agoHugging Face06code-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 Face07hybridfree /github-code-2025 🚀 GitHub Code 2025: The Clean Code Manifesto A meticulously curated dataset of 1.5M+ repositories representing both quality and innovation in 2025's code ecosystem 🌟 The Philosophy Quality Over Quantity, Purpose Over Volume In an era of data abundance, we present a dataset built on radical curation. Every file, every repository, every byte has been carefully selected to represent the signal in the noise of open-source development. 🎯 What This Dataset Is… See the full description on the dataset page: https://huggingface.co/datasets/hybridfree/github-code-2025.text100M<n<1B1 likes3.3k downloads9mo agoHugging Face08angie-chen55 /python-github-codetext1M<n<10M50 likes3k downloads4y agoHugging Face09hrishizone /Java-GitHub-Codestext1M<n<10M1 likes2.9k downloads1y agoHugging Face10common-pile /github_archive GitHub Archive Description According to GitHub’s terms of service, issues and pull request descriptions—along with the their comments—inherit the license of their associated repository. To collect this data, we used the GitHub Archive’s public BigQuery table of events to extracted all issue, pull request, and comment events since 2011 and aggregated them into threads. The table appeared to be missing “edit” events so the text from each comment is the original from when… See the full description on the dataset page: https://huggingface.co/datasets/common-pile/github_archive.texttext-generation10M<n<100M2 likes2.8k downloads1y agoHugging Face11wakamex /githubtext100K<n<1M0 likes2.7k downloads3y agoHugging Face12ruediste /codeparrot-github-code-10GThis is data is derived from the Codeparrot Dataset by taking the first 10GB of text from each language, and splitting it into individual configs. This results in a download size of about 3GB per language. Sample usage: from datasets import load_dataset dataset = load_dataset("ruediste/codeparrot-github-code-10G", "java") List of Languages: languages = { 'HTML': 'html', 'Java': 'java', 'JavaScript': 'js', 'CSS': 'css', 'C#': 'cs', 'TypeScript': 'ts', "Batchfile":… See the full description on the dataset page: https://huggingface.co/datasets/ruediste/codeparrot-github-code-10G.text10M<n<100M2 likes2.5k downloads2y agoHugging Face13angie-chen55 /javascript-github-codetext10M<n<100M18 likes2.3k downloads4y agoHugging Face14bigcode /github-commits-diff-dedup-pjjs-april Deduplicated Commits Deduplicated based on diff: content = '\n'.join(difflib.unified_diff( old_content.splitlines(keepends=True), new_content.splitlines(keepends=True), n=5 )) Parameters: Minimum ngram size: 5 MinHash ngram size: 5 MinHash threshold: 0.8 text100K<n<1M4 likes1.9k downloads3y agoHugging Face15Dennis0626 /trellis500k-github-archives-10tabularn<1K0 likes1.5k downloads6mo agoHugging Face16macrocosm-os /code-parrot-github-code GitHub Code Dataset Dataset Description The GitHub Code dataset consists of 115M code files from GitHub in 32 programming languages with 60 extensions totaling in 1TB of data. The dataset was created from the public GitHub dataset on Google BiqQuery. How to use it The GitHub Code dataset is a very large dataset so for most use cases it is recommended to make use of the streaming API of datasets. You can load and iterate through the dataset with the following… See the full description on the dataset page: https://huggingface.co/datasets/macrocosm-os/code-parrot-github-code.texttext-generation100M<n<1B13 likes1.4k downloads2y agoHugging Face17ronantakizawa /github-codereview Code Review Dataset A large-scale dataset of the best human-written code reviews from top GitHub repositories. Each row captures a moment where a human code reviewer left an inline comment on a pull request, and the author subsequently modified the code in response. The dataset also includes negative examples — code from the same PRs that passed review without comments — to help models learn when code is acceptable. This provides a natural signal for training models to: Generate… See the full description on the dataset page: https://huggingface.co/datasets/ronantakizawa/github-codereview.tabulartext-generation100K<n<1M62 likes1.4k downloads7mo agoHugging Face18lewtun /github-issues Dataset Card for GitHub Issues Dataset Summary GitHub Issues is a dataset consisting of GitHub issues and pull requests associated with the 🤗 Datasets repository. It is intended for educational purposes and can be used for semantic search or multilabel text classification. The contents of each GitHub issue are in English and concern the domain of datasets for NLP, computer vision, and beyond. Supported Tasks and Leaderboards For each of the tasks tagged… See the full description on the dataset page: https://huggingface.co/datasets/lewtun/github-issues.tabular1K<n<10K12 likes1.3k downloads5y agoHugging Face19Dennis0626 /trellis500k-github-archives-9tabularn<1K0 likes1.3k downloads6mo agoHugging Face20DennisWeng06 /trellis500k-github-archives-5tabular1K<n<10K0 likes1.1k downloads6mo agoHugging Face21andstor /the_pile_github Dataset Card for The Pile GitHub Dataset Summary This is the GitHub subset of EleutherAi/The Pile dataset and contains GitHub repositories. The programming languages are identified using the guesslang library. A total of 54 programming languages are included in the dataset. Supported Tasks and Leaderboards [More Information Needed] Languages The following languages are covered by the dataset: 'Assembly', 'Batchfile', 'C', 'C#', 'C++', 'CMake'… See the full description on the dataset page: https://huggingface.co/datasets/andstor/the_pile_github.texttext-generation10M<n<100M10 likes1.1k downloads1y agoHugging Face22kenhktsui /github-code-permissive-sampleSampling from codeparrot/github-code under more permissive license ['mit', 'apache-2.0', 'bsd-3-clause', 'bsd-2-clause', 'cc0-1.0'].It is intended to be used for training code language classifier. texttext-classification1M<n<10M0 likes955 downloads2y agoHugging Face23teven /github_all_lang_filteredtext10M<n<100M2 likes940 downloads5y agoHugging Face24open-index /open-github OpenGitHub What is it? This dataset contains every public event on GitHub: every push, pull request, issue, star, fork, code review, release, and discussion across all public repositories. GitHub is the world's largest software development platform, home to over 200 million repositories and the daily work of tens of millions of developers, from individual open-source contributors to the engineering teams behind the most widely used software on earth. The archive currently… See the full description on the dataset page: https://huggingface.co/datasets/open-index/open-github.tabulartext-generation100K<n<1M9 likes937 downloads6mo agoHugging Face25codeparrot /github-jupyter-code-to-text Dataset description This dataset consists of sequences of Python code followed by a a docstring explaining its function. It was constructed by concatenating code and text pairs from this dataset that were originally code and markdown cells in Jupyter Notebooks. The content of each example the following: [CODE] """ Explanation: [TEXT] End of explanation """ [CODE] """ Explanation: [TEXT] End of explanation """ ... How to use it from datasets import load_dataset ds =… See the full description on the dataset page: https://huggingface.co/datasets/codeparrot/github-jupyter-code-to-text.texttext-generation10K<n<100K27 likes870 downloads3y agoHugging Face26DennisWeng06 /trellis500k-github-archives-4tabular1K<n<10K0 likes864 downloads6mo agoHugging Face27code-rag-bench /github-reposThe entire dump of GitHub repositories. text100K<n<1M2 likes825 downloads2y agoHugging Face28codeparrot /github-jupyter GitHub Jupyter Dataset Dataset Description The dataset was extracted from Jupyter Notebooks on BigQuery. Licenses Each example has the license of its associated repository. There are in total 15 licenses: [ 'mit', 'apache-2.0', 'gpl-3.0', 'gpl-2.0', 'bsd-3-clause', 'agpl-3.0', 'lgpl-3.0', 'lgpl-2.1', 'bsd-2-clause', 'cc0-1.0', 'epl-1.0', 'mpl-2.0', 'unlicense', 'isc', 'artistic-2.0' ] texttext-generation100K<n<1M5 likes815 downloads4y agoHugging Face29bigcode /the-stack-github-issuesgated Dataset Description This dataset contains conversations from GitHub issues and Pull Requests. Each conversation is comprised of a series of events, such as opening an issue, creating a comment, or closing the issue, and includes the author's username, text, action, and identifiers such as the issue ID and number. The dataset, which is mostly in English, has a total size of 54GB and 30.9M files. Dataset Structure from datasets import load_dataset dataset =… See the full description on the dataset page: https://huggingface.co/datasets/bigcode/the-stack-github-issues.tabulartext-generation10M<n<100M52 likes801 downloads4y agoHugging Face30CarperAI /github-diffs-dedupedtabular10M<n<100M4 likes769 downloads4y agoHugging Face

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