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
01deepmind /code_contests Dataset Card for CodeContests Dataset Summary CodeContests is a competitive programming dataset for machine-learning. This dataset was used when training AlphaCode. It consists of programming problems, from a variety of sources: Site URL Source Aizu https://judge.u-aizu.ac.jp CodeNet AtCoder https://atcoder.jp CodeNet CodeChef https://www.codechef.com description2code Codeforces https://codeforces.com description2code and Codeforces HackerEarth… See the full description on the dataset page: https://huggingface.co/datasets/deepmind/code_contests.tabulartranslation1K<n<10K235 likes76k downloads3y agoHugging Face02ByteDance-Seed /Code-Contests-Plus CodeContests+: A Competitive Programming Dataset with High-Quality Test Cases Introduction CodeContests+ is a competitive programming problem dataset built upon CodeContests. It includes 11,690 competitive programming problems, along with corresponding high-quality test cases, test case generators, test case validators, output checkers, and more than 13 million correct and incorrect solutions. Highlights High… See the full description on the dataset page: https://huggingface.co/datasets/ByteDance-Seed/Code-Contests-Plus.tabularother10K<n<100K69 likes13k downloads11mo 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 Face04caijanfeng /CodeContests-O CodeContests-O: Powering LLMs via Feedback-Driven Iterative Test Case Generation Overview CodeContests-O is a high-quality competitive programming dataset with iteratively refined test cases, designed to provide reliable verification signals for training and evaluating reasoning-centric Large Language Models (LLMs). Built upon the CodeContests dataset, CodeContests-O employs a novel Feedback-Driven Iterative Framework to systematically synthesize, validate, and… See the full description on the dataset page: https://huggingface.co/datasets/caijanfeng/CodeContests-O.text10K<n<100K5 likes2.3k downloads8mo agoHugging Face05Suzhen /CodeChat CodeChat: Developer–LLM Conversations Dataset Paper: https://arxiv.org/abs/2509.10402 GitHub: https://github.com/Software-Evolution-Analytics-Lab-SEAL/CodeChat CodeChat is a large-scale dataset comprising 82,845 real-world developer–LLM conversations, containing 368,506 code snippets generated across more than 20 programming languages, derived from the WildChat (i.e., general Human-LLMs conversations dataset). The dataset enables empirical analysis of how developers… See the full description on the dataset page: https://huggingface.co/datasets/Suzhen/CodeChat.texttext-generation10K<n<100K3 likes1.6k downloads2mo agoHugging Face06Codec-SUPERB /fluent_speech_commands_synth Dataset Card for "fluent_speech_commands_synth" More Information needed audio100K<n<1M1 likes1.4k downloads3y agoHugging Face07BEE-spoke-data /code_contests_instruct Dataset Card for "code_contests_instruct" The deepmind/code_contests dataset formatted as markdown-instruct for text generation training. There are several different configs. Look at them. Comments: flesch_reading_ease is computed on the description col via textstat hq means that python2 (aka PYTHON in language column) is dropped, and keeps only rows with flesch_reading_ease 75 or greater min-cols drops all cols except language and text possible values for language are {'CPP'… See the full description on the dataset page: https://huggingface.co/datasets/BEE-spoke-data/code_contests_instruct.tabulartext-generation10M<n<100M7 likes1.4k downloads9mo agoHugging Face08CodedotAI /code-clippy-tfrecordstextn<1K0 likes1.3k downloads5y agoHugging Face09rogertseng /CodecFake CodecFake: Enhancing Anti-Spoofing Models Against Deepfake Audios from Codec-Based Speech Synthesis Systems Paper, Code, Project Page Interspeech 2024 TL;DR: We show that better detection of deepfake speech from codec-based TTS systems can be achieved by training models on speech re-synthesized with neural audio codecs. This dataset is released for this purpose. See our paper and Github for more details on using our dataset. Acknowledgement… See the full description on the dataset page: https://huggingface.co/datasets/rogertseng/CodecFake.audio100K<n<1M5 likes1.3k downloads2y agoHugging Face10ajaykarthick /codecfake-audio Codecfake Dataset Overview The Codecfake dataset is a large-scale dataset designed for the detection of Audio Language Model (ALM)-based deepfake audio. This dataset includes millions of audio samples across two languages and various test conditions, tailored specifically for ALM-based audio detection. Conversion The original dataset was downloaded from Zenodo and converted to FLAC format to maintain audio quality while reducing file size. The dataset has been… See the full description on the dataset page: https://huggingface.co/datasets/ajaykarthick/codecfake-audio.audioaudio-classification100K<n<1M1 likes977 downloads2y agoHugging Face11Codec-SUPERB /librispeech_synth Dataset Card for "librispeech_synth" More Information needed audio1M<n<10M1 likes936 downloads3y agoHugging Face12teven /code_contestsHF-datasets version of Deepmind's code_contests dataset, notably used for AlphaGo. 1 row per solution, no test data or incorrect solutions included (only name/source/description/solution/language/difficulty) tabular1M<n<10M4 likes857 downloads4y agoHugging Face13codeparrot /codecomplex CodeComplex Dataset Dataset Description CodeComplex consists of 4,200 Java codes submitted to programming competitions by human programmers and their complexity labels annotated by a group of algorithm experts. How to use it You can load and iterate through the dataset with the following two lines of code: from datasets import load_dataset ds = load_dataset("codeparrot/codecomplex", split="train") print(next(iter(ds))) Data Structure… See the full description on the dataset page: https://huggingface.co/datasets/codeparrot/codecomplex.texttext-generation1K<n<10K30 likes777 downloads4y agoHugging Face14winrisef /codecpilot-compression-decision-dataset CodecPilot Compression-Decision Dataset 中文简介:这是用于训练和评估“图像压缩参数决策器”的多源数据集。模型的目标不是改变输入格式,而是在保持输入格式不变的前提下,根据图像内容和用户偏好(均衡压缩、极致压缩、尽量原图)预测合适的编码参数,减少反复试编码的成本。 The repository contains immutable image inputs, compression-decision labels, candidate records, manifests, integrity data, and dataset-preparation reports. Images are packaged without re-encoding so the original compressed bytes are preserved. 数据集组件 / Dataset components The repository intentionally keeps two… See the full description on the dataset page: https://huggingface.co/datasets/winrisef/codecpilot-compression-decision-dataset.0 likes740 downloads1d agoHugging Face15Jkatzy /code-comments-small Comment Dataset Opening comments extracted from code datasets with CommentMiner and ML4SE-toolkit. Files are grouped as <dataset>/<language>/part-*.parquet. The Hugging Face dataset card declares one config per source dataset and one split-safe language name per language. Each row contains dataset, record_id, opening_comment, language, path, repo, extracted_at, and metadata. For Parquet exports, metadata is stored as a JSON string so every source dataset shares one stable… See the full description on the dataset page: https://huggingface.co/datasets/Jkatzy/code-comments-small.0 likes676 downloads2mo agoHugging Face16Codec-SUPERB /voxceleb1_synthaudio10K<n<100K3 likes606 downloads3y agoHugging Face17Codec-SUPERB /vocal_imitation_synth Dataset Card for "vocal_imitation_synth" More Information needed audio10K<n<100K1 likes584 downloads3y agoHugging Face18Codec-SUPERB /maestro_synth Dataset Card for "maestro_synth" More Information needed audio1K<n<10K0 likes548 downloads3y agoHugging Face19Codec-SUPERB /crema_d_synth Dataset Card for "crema_d_synth" More Information needed audio100K<n<1M0 likes544 downloads3y agoHugging Face20Suzhen /CodeChat-V2.0 CodeChat: Developer–LLM Conversations Dataset Paper: https://arxiv.org/abs/2509.10402 GitHub: https://github.com/Software-Evolution-Analytics-Lab-SEAL/CodeChat CodeChat_2 is a large-scale dataset comprising 587,568 real-world developer–LLM conversations, derived from the WildChat dataset. Dataset Overview Field 👉V1.0 V2.0 Records 82,845 conversations 587,568 conversations Code 368,506 code snippets 2,252,399 code snippets Languages 20+… See the full description on the dataset page: https://huggingface.co/datasets/Suzhen/CodeChat-V2.0.texttext-generation100K<n<1M1 likes526 downloads2mo agoHugging Face21Codec-SUPERB /vocalset_synth Dataset Card for "vocalset_synth" More Information needed audio10K<n<100K0 likes486 downloads3y agoHugging Face22CodecSR /librispeech_asr_test_48k_synthaudio100K<n<1M0 likes478 downloads2y agoHugging Face23Codec-SUPERB /audioset_unittext100K<n<1M0 likes476 downloads3y agoHugging Face24CodecSR /vocalset_synthaudio10K<n<100K0 likes473 downloads3y agoHugging Face25CodecSR /vox_lingua_top10_synthaudio10K<n<100K0 likes469 downloads3y agoHugging Face26voidful /agent-sft-stitch-zh-tts-taste-codec-chat-sample Gemma 4 E2B Taste-S multi-turn codec SFT This dataset contains 37,362 complete Traditional Chinese agent dialogues selected from voidful/agent-sft-stitch-zh-tts. It covers 229,434 synthesized speech segments, approximately 520.5 hours of audio before codec extraction. Every assistant speech segment is represented without Gemma native audio tags: <SAY> text_token <a_code> <b_code> ... <p_code> ... </SAY> The first assistant output starts immediately with <SAY>. [SOPR]...[EOPR]… See the full description on the dataset page: https://huggingface.co/datasets/voidful/agent-sft-stitch-zh-tts-taste-codec-chat-sample.tabulartext-generation10K<n<100K0 likes468 downloads2mo agoHugging Face27CodecSR /torgo_synthaudio100K<n<1M0 likes461 downloads2y agoHugging Face28CodecSR /speech_accent_archive_synthaudio10K<n<100K0 likes454 downloads2y agoHugging Face29semeru /code-code-translation-java-csharp Dataset is imported from CodeXGLUE and pre-processed using their script. Where to find in Semeru: The dataset can be found at /nfs/semeru/semeru_datasets/code_xglue/code-to-code/code-to-code-trans in Semeru CodeXGLUE -- Code2Code Translation Task Definition Code translation aims to migrate legacy software from one programming language in a platform toanother. In CodeXGLUE, given a piece of Java (C#) code, the task is to translate the code into C#… See the full description on the dataset page: https://huggingface.co/datasets/semeru/code-code-translation-java-csharp.text10K<n<100K2 likes451 downloads3y agoHugging Face30Codec-SUPERB /opensinger_synthaudio10K<n<100K0 likes435 downloads3y agoHugging Face

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