CoolFace
12 shown

datasets

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

Clear all
01sequelbox /Tachibana4-DeepSeek-V4-ProClick here to support our open-source dataset and model releases - help us speed up our release schedule! Tachibana 4 is an agentic coding dataset, testing the limits of DeepSeek-V4-Pro's coding skills: Questions prioritize real-world, challenging agentic coding tasks across a variety of programming languages and topics. Synthethic prompts utilize a variety of personas, experience levels, and styles of communication to maximize real-world flexibility and usability. Areas of focus include… See the full description on the dataset page: https://huggingface.co/datasets/sequelbox/Tachibana4-DeepSeek-V4-Pro.texttext-generation10K<n<100K21 likes136 downloads5mo agoHugging Face02sequelbox /TachibanaTachibana is a dataset containing code-instruct data. The 2024-09-27 version contains: 104k rows of synthetic chat responses generated using Llama 3.1 405b Instruct. 60.6k Magicoder prompts from ise-uiuc/Magicoder-Evol-Instruct-110K 43.4k Glaive-code-assistant prompts from glaiveai/glaive-code-assistant This dataset contains synthetically generated data and has not been subject to manual review. text100K<n<1M10 likes88 downloads2y agoHugging Face03ansulev /deepseek-v4-pro-tachibana4Click here to support our open-source dataset and model releases - help us speed up our release schedule! Tachibana 4 is an agentic coding dataset, testing the limits of DeepSeek-V4-Pro's coding skills: Questions prioritize real-world, challenging agentic coding tasks across a variety of programming languages and topics. Synthethic prompts utilize a variety of personas, experience levels, and styles of communication to maximize real-world flexibility and usability. Areas of focus include… See the full description on the dataset page: https://huggingface.co/datasets/ansulev/deepseek-v4-pro-tachibana4.texttext-generation10K<n<100K0 likes62 downloads4mo agoHugging Face04sequelbox /Tachibana2-DeepSeek-R1Click here to support our open-source dataset and model releases! Tachibana2-DeepSeek-R1 is a code-reasoning dataset, testing the limits of DeepSeek R1's coding skills! This dataset contains: 27.2k synthetically generated code-reasoning prompts. All responses are generated using DeepSeek R1. Synthetic prompts are generated using Llama 3.1 405b Instruct, based on the original sequelbox/Tachibana dataset with increased task complexity. Responses demonstrate the code-reasoning capabilities of… See the full description on the dataset page: https://huggingface.co/datasets/sequelbox/Tachibana2-DeepSeek-R1.texttext-generation10K<n<100K5 likes51 downloads1y agoHugging Face05sequelbox /Tachibana4-DeepSeek-V4-Pro-PREVIEWClick here to support our open-source dataset and model releases - help us speed up our release schedule! This is an early sneak preview of Tachibana 4, containing the first 1.2k rows! Tachibana 4 is an upcoming agentic coding dataset, generated by DeepSeek-V4-Pro: Questions prioritize real-world, challenging agentic coding tasks across a variety of programming languages and topics. Areas of focus include back-end and front-end development, systems programming, distributed systems… See the full description on the dataset page: https://huggingface.co/datasets/sequelbox/Tachibana4-DeepSeek-V4-Pro-PREVIEW.texttext-generation1K<n<10K17 likes50 downloads5mo agoHugging Face06sequelbox /Tachibana-QVQTachibana-QVQ is a dataset containing code-reasoning and code-instruct responses across a wide variety of programming tasks. This dataset contains: 103k prompts from sequelbox/Tachibana, with all responses generated by Qwen/QVQ-72B-Preview. Responses demonstrate QVQ's code-reasoning ability and general code capabilities. Responses have not been filtered or edited at all: some responses will contain infinite thought loops, incomplete answers, inaccurate responses, or other identified or… See the full description on the dataset page: https://huggingface.co/datasets/sequelbox/Tachibana-QVQ.texttext-generation100K<n<1M4 likes38 downloads2y agoHugging Face07SongTonyLi /tachibana_coding_10ktext100K<n<1M0 likes27 downloads2y agoHugging Face08sequelbox /Tachibana3-Part2-DeepSeek-V3.2Click here to support our open-source dataset and model releases! Tachibana3-Part2-DeepSeek-V3.2 is a dataset focused on high-difficulty code production tasks, testing the limits of DeepSeek V3.2's code-reasoning skills! This dataset contains 9.3k high-difficulty code-production prompts: Questions prioritize real-world, challenging coding tasks across a variety of programming languages and topics. Areas of focus include back-end and front-end development, mobile, gamedev, cloud, QA, custom… See the full description on the dataset page: https://huggingface.co/datasets/sequelbox/Tachibana3-Part2-DeepSeek-V3.2.texttext-generation1K<n<10K4 likes26 downloads1y agoHugging Face09sequelbox /Tachibana3-Part1-DeepSeek-V3.1-TerminusClick here to support our open-source dataset and model releases! Tachibana3-Part1-DeepSeek-V3.1-Terminus is a dataset focused on high-difficulty code production tasks, testing the limits of DeepSeek V3.1 Terminus's code-reasoning skills! This dataset contains 9.3k high-difficulty code-production prompts: Questions prioritize real-world, challenging coding tasks across a variety of programming languages and topics. Areas of focus include back-end and front-end development, mobile, gamedev… See the full description on the dataset page: https://huggingface.co/datasets/sequelbox/Tachibana3-Part1-DeepSeek-V3.1-Terminus.texttext-generation1K<n<10K3 likes24 downloads1y agoHugging Face10sequelbox /Tachibana-QVQ-PREVIEWThis is a preview of the full Tachibana-QVQ code-instruct dataset, containing the first ~10k rows. Get the full dataset now! Prompts randomly selected from sequelbox/Tachibana, all responses generated by Qwen/QVQ-72B-Preview. Dataset has not been reviewed for format or accuracy. Synthetic data is generated by a 'preview' edition of Qwen's QVQ 72b model. Use as you will. text1K<n<10K4 likes16 downloads2y agoHugging Face11svjack /Kanade_Tachibana_Videos_Captioned textn<1K1 likes12 downloads1y agoHugging Face12PJMixers-Dev /sequelbox_Tachibana2-DeepSeek-R1-PREVIEW-Shuffled-ShareGPTimport json from tqdm import tqdm from datasets import load_dataset import pandas as pd # Example usage: dataset = load_dataset("sequelbox/Tachibana2-DeepSeek-R1-PREVIEW")["train"] dataset = dataset.shuffle(seed=42) output_file = "./sequelbox_Tachibana2-DeepSeek-R1-PREVIEW-Shuffled-ShareGPT.parquet" data = [] for item in tqdm(dataset): if item["prompt"].strip() == "" or item["response"].strip() == "": continue data.append( { "conversations": [… See the full description on the dataset page: https://huggingface.co/datasets/PJMixers-Dev/sequelbox_Tachibana2-DeepSeek-R1-PREVIEW-Shuffled-ShareGPT.text1K<n<10K0 likes7 downloads2y agoHugging Face

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