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
01nickrosh /Evol-Instruct-Code-80k-v1Open Source Implementation of Evol-Instruct-Code as described in the WizardCoder Paper. Code for the intruction generation can be found on Github as Evol-Teacher. text10K<n<100K251 likes13k downloads3y agoHugging Face02TokenBender /code_instructions_122k_alpaca_styletext100K<n<1M80 likes5.3k downloads3y agoHugging Face03cfahlgren1 /react-code-instructions React Code Instructions Popular Queries Number of instructions by Model Unnested Messages Instructions Added Per Day Dataset of Claude Artifact esque React Apps generated by Llama 3.1 70B, Llama 3.1 405B, and Deepseek Chat V3. Examples Virtual Fitness Trainer Website LinkedIn Clone iPhone Calculator Chipotle Waitlist Apple Store text10K<n<100K158 likes520 downloads2y agoHugging Face04NickIBrody /python-code-instructions-85k Python Code Instructions - 85K Instruction-tuning dataset of Python functions paired with short natural-language instructions derived from repository docstrings. What changed in this release This release keeps the original public rows and format, but makes the dataset easier to use responsibly: exact duplicate rows were removed again using normalized instruction + output hashing deterministic train, validation, and test splits were added the dataset card now documents… See the full description on the dataset page: https://huggingface.co/datasets/NickIBrody/python-code-instructions-85k.texttext-generation10K<n<100K1 likes309 downloads5mo agoHugging Face05AtlasUnified /Code-Instruct-Setstext100K<n<1M6 likes211 downloads3y agoHugging Face06kunishou /amenokaku-code-instruct Amenokaku-Code-Instruct Update: 2023/12/27データセットに JaxTon , プロになるJava のコードデータ 180 レコードを追加しました。 概要 コードに特化した5.2KのInstructionデータセットです。 データセットに含まれるデータは商用利用できるラインセンスが付与されたプログラミング学習コンテンツから収集、加工し作成しました(英語のコンテンツは日本語に自動翻訳し、翻訳の不自然な箇所を手動で修正)。 また、ライセンスが明記されていない学習コンテンツについては権利者に個別に連絡を取り、本データセットへの掲載の許諾を得ております。 データセット詳細 指示タスクの内訳としてはコード生成(code_generation)が1050レコード、コードの挙動確認(check_code_behavor)が150レコード、コードのバグ修正(code_fix)が4000レコードになります。 詳細な内訳は以下の通りになります。 source name… See the full description on the dataset page: https://huggingface.co/datasets/kunishou/amenokaku-code-instruct.text1K<n<10K17 likes114 downloads2y agoHugging Face07TaskPuppyAI /codex-code-instructions-300 Codex Multilingual Code Implementation & Repair 300 A 300-record synthetic coding dataset generated with a Codex-family system and organized around implementation, repair, edge-case handling, and already-correct code review tasks. The exact Codex model/version and original generation configuration could not be recovered from the available provenance records. The recovered final dataset is exactly the union of six corrected 50-record batches. Dataset Summary The… See the full description on the dataset page: https://huggingface.co/datasets/TaskPuppyAI/codex-code-instructions-300.textn<1K0 likes82 downloads15d agoHugging Face08ewof /code-alpaca-instruct-unfilteredThis dataset is HuggingFaceH4/CodeAlpaca_20K unfiltered, removing 36 instances of blatant alignment. 19986 instructions remain. https://huggingface.co/datasets/HuggingFaceH4/CodeAlpaca_20K/blob/29ba7b7fdf0c55e5435c848cf6bbf9782fef62a6/data/test-00000-of-00001.parquet https://huggingface.co/datasets/HuggingFaceH4/CodeAlpaca_20K/blob/a123ae447f02484d83c3457438b4422cd8417ad5/data/train-00000-of-00001.parquet i combined all of these files above into code_alpaca_data.jsonl with parquet2json and ran… See the full description on the dataset page: https://huggingface.co/datasets/ewof/code-alpaca-instruct-unfiltered.text10K<n<100K9 likes76 downloads3y agoHugging Face09CodeResearch /Code-Evol-Instruct-OSS Code-Evol-Instruct-OSS Summary Code-Evol-Instruct-OSS is a dataset that was generated with Code Evol-Instruct by prompting open-souce LLMs, WizardLM-13B-v1.2 and WizardCoder-34B-Python. The underlying process is explained in the paper code-evol-instruct. This algorithm gave birth to famous open-souce code LLMs, WizardCoder-Family. Our approach We did not use any closed-source LLMs. Our seed dataset is sourced from self-instruct-starcoder. We leverage the… See the full description on the dataset page: https://huggingface.co/datasets/CodeResearch/Code-Evol-Instruct-OSS.tabular1K<n<10K6 likes67 downloads3y agoHugging Face10TokenBender /unnatural_code_instructions_20M_tokens_separatetext100K<n<1M4 likes53 downloads3y agoHugging Face11itsZyn /CodeInstruct-20K CodeInstruct-20K Programming Instruction Tuning Dataset (20,022 examples) Dataset Description CodeInstruct-20K is a high-quality instruction tuning dataset for code generation tasks. It contains 20,022 unique programming question-answer pairs where: Question: Natural language description of a programming problem Answer: Correct, executable code solution in various programming languages This dataset is derived from HuggingFaceH4/CodeAlpaca_20K and has been… See the full description on the dataset page: https://huggingface.co/datasets/itsZyn/CodeInstruct-20K.text10K<n<100K0 likes53 downloads5mo agoHugging Face12TaskPuppyAI /qwen3.8-targeted-code-instructions-350 Qwen3.8 Max Targeted Bug Detection & Repair 350 A 350-record synthetic targeted programming dataset generated with Qwen3.8 Max and subsequently subjected to a full semantic correction audit with ChatGPT / OpenAI. The dataset emphasizes correctness judgment, bug detection, debugging, repair, and tightly constrained programming tasks. Dataset Summary The publication artifact contains 350 unique records using the schema: { "instruction": "...", "input": "..."… See the full description on the dataset page: https://huggingface.co/datasets/TaskPuppyAI/qwen3.8-targeted-code-instructions-350.textn<1K0 likes51 downloads13d agoHugging Face13TaskPuppyAI /qwen3.8-code-instructions-350 Qwen3.8 Max Python-Weighted Code Instructions 350 A 350-record synthetic programming instruction dataset generated with Qwen3.8 Max and reviewed with ChatGPT 5.6 Sol High. The dataset was designed as a Python-weighted mixed-programming set. The recovered filename and dataset creator recollection indicate an intended distribution of approximately 60% Python, although the exact language distribution was not independently reconstructed from the final artifact. Dataset… See the full description on the dataset page: https://huggingface.co/datasets/TaskPuppyAI/qwen3.8-code-instructions-350.textn<1K0 likes49 downloads15d agoHugging Face14Gamestatue /adaption-cyber-sec-code-instruct This dataset is a remastered version prepared using Adaption's Adaptive Data platform. adaption-cyber_sec_code_instruct This dataset consists of instruction-response pairs focused on cybersecurity incident analysis, threat detection, and secure software engineering. Tasks span multiple programming languages, including Python, JavaScript, C, SQL, and Rust, covering vulnerability assessment, remediation, and log investigation. Prompts range from straightforward coding tasks to… See the full description on the dataset page: https://huggingface.co/datasets/Gamestatue/adaption-cyber-sec-code-instruct.text1K<n<10K0 likes45 downloads19d agoHugging Face15TaskPuppyAI /gemini-code-instructions-250 Gemini 3.1 Pro Multilingual Code Review 250 A 250-record synthetic multilingual code-review dataset generated with Gemini 3.1 Pro. All records ask the model to review supplied code for concrete defects while avoiding unsupported assumptions about attacker control, deployment conditions, persistence, concurrency, resource ownership, or caller requirements. The generator is confirmed as Gemini 3.1 Pro based on dataset creator confirmation. The original generation prompt, settings… See the full description on the dataset page: https://huggingface.co/datasets/TaskPuppyAI/gemini-code-instructions-250.textn<1K0 likes45 downloads15d agoHugging Face16duxx /code-instruction-turkishtext10K<n<100K2 likes43 downloads2y agoHugging Face17open-llm-leaderboard /EpistemeAI__Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.004-128K-code-COT-detailsgated Dataset Card for Evaluation run of EpistemeAI/Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.004-128K-code-COT Dataset automatically created during the evaluation run of model EpistemeAI/Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.004-128K-code-COT The dataset is composed of 38 configuration(s), each one corresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using… See the full description on the dataset page: https://huggingface.co/datasets/open-llm-leaderboard/EpistemeAI__Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.004-128K-code-COT-details.tabular10K<n<100K0 likes42 downloads2y agoHugging Face18rombodawg /code_instruct_alpaca_vicuna_wizardlm_56k_backupBackup of code_instruct_alpaca_vicuna_wizardlm used in rombodawg/MegaCodeTraining112k Link to the combined dataset bellow https://huggingface.co/datasets/rombodawg/MegaCodeTraining112k text10K<n<100K2 likes41 downloads3y agoHugging Face19Ramikan-BR /code.evol.instruct.wiz.oss_python.jsontabulartext-generation1K<n<10K0 likes40 downloads2y agoHugging Face20open-llm-leaderboard /EpistemeAI__Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.004-128K-code-ds-auto-detailsgated Dataset Card for Evaluation run of EpistemeAI/Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.004-128K-code-ds-auto Dataset automatically created during the evaluation run of model EpistemeAI/Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.004-128K-code-ds-auto The dataset is composed of 38 configuration(s), each one corresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named… See the full description on the dataset page: https://huggingface.co/datasets/open-llm-leaderboard/EpistemeAI__Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.004-128K-code-ds-auto-details.tabular10K<n<100K0 likes40 downloads2y agoHugging Face21red1xe /code_instructions_7Ktext1K<n<10K1 likes39 downloads3y agoHugging Face22mesolitica /chatgpt4-code-instruct ChatGPT4 Code Instruct Originally from https://huggingface.co/datasets/theblackcat102/evol-codealpaca-v1, translate and answer using ChatGPT4. Notebooks at https://github.com/mesolitica/malaysian-dataset/tree/master/chatbot/chatgpt4-code-instruct synthetic-codealpaca-v1-chatgpt4.jsonl, 43482 rows, 274 MB. Example data {'instruction': "Harap ubah skrip Python berikut agar ia memasukkan pengulangan 'while' daripada pengulangan 'for' yang sedia ada, yang meneruskan… See the full description on the dataset page: https://huggingface.co/datasets/mesolitica/chatgpt4-code-instruct.text10K<n<100K1 likes39 downloads2y agoHugging Face23hooking /Instructions_Code_v1text1M<n<10M0 likes39 downloads2y agoHugging Face24fchis /Laravel-13x-Code-Instructionstextn<1K0 likes38 downloads6mo agoHugging Face25open-llm-leaderboard /EpistemeAI2__Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.003-128K-code-math-detailsgated Dataset Card for Evaluation run of EpistemeAI2/Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.003-128K-code-math Dataset automatically created during the evaluation run of model EpistemeAI2/Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.003-128K-code-math The dataset is composed of 38 configuration(s), each one corresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named… See the full description on the dataset page: https://huggingface.co/datasets/open-llm-leaderboard/EpistemeAI2__Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.003-128K-code-math-details.tabular10K<n<100K0 likes36 downloads2y agoHugging Face26open-llm-leaderboard /EpistemeAI__Polypsyche-Llama-3.1-8B-Instruct-Agent-0.003-128K-code-ds-auto-Empathy-detailsgated Dataset Card for Evaluation run of EpistemeAI/Polypsyche-Llama-3.1-8B-Instruct-Agent-0.003-128K-code-ds-auto-Empathy Dataset automatically created during the evaluation run of model EpistemeAI/Polypsyche-Llama-3.1-8B-Instruct-Agent-0.003-128K-code-ds-auto-Empathy The dataset is composed of 38 configuration(s), each one corresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split… See the full description on the dataset page: https://huggingface.co/datasets/open-llm-leaderboard/EpistemeAI__Polypsyche-Llama-3.1-8B-Instruct-Agent-0.003-128K-code-ds-auto-Empathy-details.tabular10K<n<100K0 likes36 downloads2y agoHugging Face27cminja /ds-code-instructtext1M<n<10M2 likes35 downloads2y agoHugging Face28open-llm-leaderboard /EpistemeAI__Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.003-128K-code-ds-auto-detailsgated Dataset Card for Evaluation run of EpistemeAI/Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.003-128K-code-ds-auto Dataset automatically created during the evaluation run of model EpistemeAI/Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.003-128K-code-ds-auto The dataset is composed of 38 configuration(s), each one corresponding to one of the evaluated task. The dataset has been created from 5 run(s). Each run can be found as a specific split in each configuration, the split being named… See the full description on the dataset page: https://huggingface.co/datasets/open-llm-leaderboard/EpistemeAI__Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.003-128K-code-ds-auto-details.tabular10K<n<100K2 likes35 downloads2y agoHugging Face29alztrk /turkish-code-instructions Turkish Code Instructions Turkish instruction-code pairs for LLM fine-tuning. text1K<n<10K0 likes35 downloads3mo agoHugging Face30open-llm-leaderboard /EpistemeAI__Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.003-128K-code-detailsgated Dataset Card for Evaluation run of EpistemeAI/Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.003-128K-code Dataset automatically created during the evaluation run of model EpistemeAI/Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.003-128K-code The dataset is composed of 38 configuration(s), each one corresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the… See the full description on the dataset page: https://huggingface.co/datasets/open-llm-leaderboard/EpistemeAI__Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.003-128K-code-details.tabular10K<n<100K0 likes34 downloads2y agoHugging Face

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