AIAny
Icon for item

lazarus19/Vibe-Coding-Instruct

A JSON dataset of ~1.1M anonymized coding-assistant instruction→response interactions for training and evaluating code-generation and instruction-following models; packaged for use with pandas/polars and sized at ~459 MB.

Introduction

Public, large-scale logs of real coding-assistant interactions are rare; this dataset fills that gap with ~1.1 million anonymized instruction→response traces captured in JSON. It is oriented toward researchers and engineers who need realistic client↔server coding assistant interactions for model training, evaluation, or analysis without sharing raw identifiable content.

What Sets It Apart
  • Scale and format: ~1,100,000 rows in a compact JSON shard (~459 MB) so you can iterate on model training and evaluation without heavyweight storage needs — practical for local prototyping and batch experiments.
  • Interaction focus: records client↔server message logs and instruction-response pairs rather than isolated code snippets, so you can study multi-turn prompting, instruction clarity, and assistant behavior rather than only final outputs.
  • Tooling-ready: metadata and structure are compatible with pandas/polars workflows, lowering the friction to preprocess, filter, and sample data for fine-tuning or evaluation pipelines.
Who It's For + Tradeoffs

Great fit if you need realistic conversational coding data to train or benchmark code-generation and instruction-following LLMs, to analyze prompting strategies, or to simulate coding-assistant UX. Look elsewhere if you require labeled functional tests, ground-truth code execution traces, or provenance/attribution metadata for each example; this dataset prioritizes interaction logs and anonymization over executable test harnesses and exhaustive provenance.

Information

Categories

More Items

Hugging Face

Synthesizes 234K self-contained, high-difficulty scientific reasoning QA pairs by distilling research papers into compact 'reasoning skeletons'. Emphasizes mechanistic reasoning, hypothesis falsification, quantitative derivation and boundary calibration; built for SFT and reasoning evaluation.

Hugging Face

Contains 5,000 coding and chain-of-thought reasoning traces generated by Fable 5.1 — ~150M tokens of step-by-step programming CoT. Deduplicated and filtered for high quality; intended for supervised fine-tuning and distillation to improve reasoning in smaller models.

Hugging Face

Installation-oriented dataset that packages ComfyUI-ready files and instructions for running MiniMax H3 locally — includes pruned/INT8/BF16 checkpoints, matching Qwen3-VL text encoders, video/audio VAEs, and official ComfyUI workflow templates for joint audio+video generation.