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
01newfacade /LeetCodeDataset LeetCodeDataset LeetCodeDataset is a dataset consists of Python leetcode problems that can be used for LLM training and evaluation. 💻 GitHub 📄 LeetCodeDataset: A Temporal Dataset for Robust Evaluation and Efficient Training of Code LLMs 📄 Policy Filtration for RLHF to Mitigate Noise in Reward Models texttext-generation1K<n<10K84 likes7.6k downloads1y agoHugging Face02kaysss /leetcode-problem-solutions LeetCode Solution Dataset This dataset contains community-contributed LeetCode solutions scraped from public discussions and solution pages, enriched with metadata such as vote counts, author info, tags, and full code content. The goal is to make high-quality, peer-reviewed coding solutions programmatically accessible for research, analysis, educational use, or developer tooling. Column Descriptions Column Name Type Description question_slug string The unique… See the full description on the dataset page: https://huggingface.co/datasets/kaysss/leetcode-problem-solutions.tabulartext-classification100K<n<1M9 likes5.3k downloads1y agoHugging Face03greengerong /leetcodetext1K<n<10K104 likes3.7k downloads3y agoHugging Face04davidheineman /deepseek-leetcodeDeepseek Leetcode dataset from https://github.com/deepseek-ai/DeepSeek-Coder/tree/main/Evaluation/LeetCode tabularn<1K0 likes1.1k downloads1y agoHugging Face05kaysss /leetcode-problem-set LeetCode Scraper Dataset This dataset contains information scraped from LeetCode. It is designed to assist developers in analyzing LeetCode problems, generating insights, and building tools for competitive programming or educational purposes. Dataset Contents The dataset includes the following files: problem_set.csv Contains a list of LeetCode problems with metadata such as difficulty, acceptance rate, tags, and more. Columns: acRate: Acceptance rate of the… See the full description on the dataset page: https://huggingface.co/datasets/kaysss/leetcode-problem-set.tabularquestion-answering1K<n<10K9 likes896 downloads1y agoHugging Face06twinkle-ai /tw-leetcode Dataset Card for tw-leetcode A curated Traditional Chinese LeetCode solution dataset with high-efficiency answers (Beats 100%), structured explanation in "Top Concept → Step Implement → Complexity Analysis" style, updated daily. Dataset Details Dataset Description tw-leetcode 是一個針對 LeetCode 題目的繁體中文資料集,內容包含高效能程式解法、完整的解題思路,以及時間與空間複雜度分析。每份題解都經由人工清洗與優化,並依循「Top Concept → Step Implement → Complexity Explanation」的結構撰寫,方便機器學習模型或人類讀者理解程式邏輯的推理過程。 本資料集適合作為:… See the full description on the dataset page: https://huggingface.co/datasets/twinkle-ai/tw-leetcode.texttext-generationn<1K18 likes787 downloads29d agoHugging Face07LongQ /leetcode_pythontext1K<n<10K1 likes753 downloads10mo agoHugging Face08kaysss /leetcode-problem-detailed LeetCode Scraper Dataset This dataset contains information scraped from LeetCode, including problem details, metadata, and related files. It is designed to assist developers in analyzing LeetCode problems, generating insights, and building tools for competitive programming or educational purposes. questions_deets.csv Contains detailed information about each problem, including problem descriptions, constraints, and examples. Columns: questionFrontendId: Unique problem ID.… See the full description on the dataset page: https://huggingface.co/datasets/kaysss/leetcode-problem-detailed.tabulartext-classification1K<n<10K10 likes671 downloads1y agoHugging Face09olegshulyakov /doocs-leetcode-solutions Doocs LeetCode Solutions A comprehensive dataset of LeetCode problems and solutions created from the Doocs LeetCode repository. This dataset is designed for fine-tuning large language models to understand programming problems and generate code solutions. Description Repository: Doocs LeetCode Solutions Total Problems: 3500+ Total Solutions: 15,000+ (across multiple languages) Size: ~60 MB (Parquet format) Languages: C Cangjie C++ C# Dart Go Java JavaScript Kotlin Nim PHP… See the full description on the dataset page: https://huggingface.co/datasets/olegshulyakov/doocs-leetcode-solutions.texttext-generation10K<n<100K3 likes570 downloads1y agoHugging Face10skandermoalla /qrpo-paper-llama-nosft-leetcode-sandbox-temp1-ref50-offpolicy10random-sandbox qrpo-paper-llama-nosft-leetcode-sandbox-temp1-ref50-offpolicy10random-sandbox Dataset with reference completions and rewards for a specific model and reward model, ready for training with the QRPO reference codebase (https://github.com/CLAIRE-Labo/quantile-reward-policy-optimization). Part of the dataset collection for the paper Quantile Reward Policy Optimization: Alignment with Pointwise Regression and Exact Partition Functions (https://arxiv.org/pdf/2507.08068). tabular10K<n<100K0 likes446 downloads10mo agoHugging Face11TigerResearch /tigerbot-kaggle-leetcodesolutions-en-2kTigerbot 基于leetcode-solutions数据集,加工生成的代码类sft数据集 原始来源:https://www.kaggle.com/datasets/erichartford/leetcode-solutions Usage import datasets ds_sft = datasets.load_dataset('TigerResearch/tigerbot-kaggle-leetcodesolutions-en-2k') text1K<n<10K18 likes445 downloads3y agoHugging Face12whiskwhite /leetcode-complete Complete LeetCode Problems Dataset This dataset contains a comprehensive collection of LeetCode problems (including premium) with AI-generated solutions in JSONL format. It is regularly updated to include new problems as they are added to LeetCode. Splits The dataset is divided into the following splits: train: Contains approximately 80% of the problems for training validation: Contains approximately 10% of the problems for validation test: Contains approximately… See the full description on the dataset page: https://huggingface.co/datasets/whiskwhite/leetcode-complete.tabulartext-generation1K<n<10K1 likes383 downloads9d agoHugging Face13RayBernard /leetcode1000textn<1K0 likes346 downloads3y agoHugging Face14RayBernard /leetcodetext1K<n<10K7 likes339 downloads3y agoHugging Face15TechxGenus /LeetCode-Contest LeetCode Contest Benchmark A new benchmark for evaluating Code LLMs proposed by DeepSeek-Coder, which consists of the latest algorithm problems of different difficulties. Usage git clone https://github.com/deepseek-ai/DeepSeek-Coder.git cd Evaluation/LeetCode # Set the model or path here MODEL="deepseek-ai/deepseek-coder-7b-instruct" python vllm_inference.py --model_name_or_path $MODEL --saved_path output/20240121-Jul.deepseek-coder-7b-instruct.jsonl python… See the full description on the dataset page: https://huggingface.co/datasets/TechxGenus/LeetCode-Contest.texttext-generationn<1K4 likes318 downloads2y agoHugging Face16cassanof /leetcode-solutionsFrom: https://www.kaggle.com/datasets/jacobhds/leetcode-solutions-and-content-kpis tabular10K<n<100K11 likes300 downloads3y agoHugging Face17skandermoalla /qrpo-paper-llama-sft-leetcode-sandbox-temp1-ref50-offpolicy10random-sandbox qrpo-paper-llama-sft-leetcode-sandbox-temp1-ref50-offpolicy10random-sandbox Dataset with reference completions and rewards for a specific model and reward model, ready for training with the QRPO reference codebase (https://github.com/CLAIRE-Labo/quantile-reward-policy-optimization). Part of the dataset collection for the paper Quantile Reward Policy Optimization: Alignment with Pointwise Regression and Exact Partition Functions (https://arxiv.org/pdf/2507.08068). tabular10K<n<100K1 likes289 downloads10mo agoHugging Face18khaimaitien /leetcode_problem_solutionThis dataset contains: problems and solutions in Leetcode, crawled from: https://github.com/AnasImloul/Leetcode-Solutions The format of data: title: title of the problem algo_input: the description of the problem solution_py: the solution in Python solution_js: the solution in Js solution_java: the solution in Java solution_c: the solution in C texttext-generation1K<n<10K2 likes192 downloads3y agoHugging Face19bowang0911 /leetcode License & Attribution MTEB-format derivative of greengerong/leetcode. Query = problem title + statement; document = Python solution. Licensed under MIT (same as source). texttext-retrieval1K<n<10K0 likes181 downloads3mo agoHugging Face20ziwenyd /leetcode-standalonetext1K<n<10K3 likes170 downloads4y agoHugging Face21justindal /leetcode-python-dataset leetcode-python-dataset Code for building and publishing the justindal/leetcode-python-dataset dataset on Hugging Face. Merges two open-source LeetCode datasets into a unified schema with consistent formatting, field normalisation, and solution validation. Dataset Split Rows Source train 2856 newfacade + greengerong valid 310 slug-group split from train test 228 newfacade only Schema default config (training) Each row is a… See the full description on the dataset page: https://huggingface.co/datasets/justindal/leetcode-python-dataset.texttext-generation1K<n<10K1 likes159 downloads5mo agoHugging Face22DenCT /leetcode-python-solutions-with-exaplanationstabulartext-generation10K<n<100K2 likes153 downloads2y agoHugging Face23dim /leetcodesolutions_en_2ktext1K<n<10K0 likes148 downloads3y agoHugging Face24Alishohadaee /leetcode-problems-dataset LeetCode Problems Dataset This dataset contains a comprehensive collection of LeetCode programming problems along with their features, metadata, and instructions. Attribution This dataset is derived from multiple sources: LeetCode's website (https://leetcode.com) — All problem content, solutions, and related materials are the property of LeetCode and are those that are available publicly (No premium problem is shared!). LeetCodeHelp (https://leetcodehelp.github.io) —… See the full description on the dataset page: https://huggingface.co/datasets/Alishohadaee/leetcode-problems-dataset.texttable-question-answering1K<n<10K3 likes134 downloads1y agoHugging Face25Lots-of-LoRAs /task956_leetcode_420_strong_password_check Dataset Card for Natural Instructions (https://github.com/allenai/natural-instructions) Task: task956_leetcode_420_strong_password_check Additional Information Citation Information The following paper introduces the corpus in detail. If you use the corpus in published work, please cite it: @misc{wang2022supernaturalinstructionsgeneralizationdeclarativeinstructions, title={Super-NaturalInstructions: Generalization via Declarative Instructions on 1600+ NLP… See the full description on the dataset page: https://huggingface.co/datasets/Lots-of-LoRAs/task956_leetcode_420_strong_password_check.texttext-generation1K<n<10K0 likes129 downloads2y agoHugging Face26ronantakizawa /leetcode-assembly LeetCode Assembly Dataset 441 LeetCode problems solved in C, compiled to assembly across 4 architectures, 2 compilers, and 4 optimization levels using GCC and Clang via the Godbolt Compiler Explorer API. Dataset Summary Stat Value Total rows 14,112 Unique problems 441 Architectures x86-64, AArch64, MIPS64, RISC-V 64 Compilers GCC 15.2, Clang 21.1.0 Optimization levels -O0, -O1, -O2, -O3 Compilation success rate 100% Difficulty split Easy: 98… See the full description on the dataset page: https://huggingface.co/datasets/ronantakizawa/leetcode-assembly.tabulartext-generation10K<n<100K12 likes126 downloads7mo agoHugging Face27richardodliu /leetcode_solution_pythonThis dataset is a backup of the following dataset: https://www.huggingface.co/datasets/mhhmm/leetcode-solutions-python The original file can be found at: https://huggingface.co/datasets/richardodliu/leetcode_solution_python/blob/main/leetcode-solutions.jsonl What I have done: Extract the main information Transferred it to a more convenient version Make it available again text1K<n<10K0 likes88 downloads2y agoHugging Face28AmareshHebbar /leetcode-codegen-python LeetCode Code-Gen Dataset — Python 2522 rows. Given a problem statement, its input/output examples, and a required algorithm/technique, generate a correct Python solution. Part of a 4-language collection built from the same source: see the sibling Python, Java, C++, and JavaScript datasets. Verification Every row was extracted, then executed in a sandboxed subprocess against the problem's own stated examples. Only rows that passed all examples are included -- this… See the full description on the dataset page: https://huggingface.co/datasets/AmareshHebbar/leetcode-codegen-python.texttext-generation1K<n<10K1 likes88 downloads3mo agoHugging Face29purpcode /code-r1-46k-leetcode2k-kodcodetext10K<n<100K0 likes81 downloads1y agoHugging Face30Asap7772 /leetcode-rosetta-processed-with-test-casestext1K<n<10K5 likes76 downloads2y agoHugging Face

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