AIAny
Icon for item

DeepSeek V4 Pro Hermes Reasoning Traces

Provides 19,331 multi-turn ChatML Hermes reasoning traces produced by DeepSeek V4 Pro for LoRA fine-tuning of agent-style models; includes VRAM-tiered variants, train/valid/test splits, and dense tool-calling annotations in Parquet format.

Introduction

Most agent fine-tuning needs two things that are hard to synthesize at scale: realistic multi-turn dialog in an agent format (ChatML/Hermes) and dense, varied tool-calling behavior. This dataset supplies both — 19,331 multi-turn Hermes traces generated by DeepSeek V4 Pro with 138k total tool calls — so you can train LoRA adapters that learn tool selection, session memory usage, and stepwise reasoning patterns typical of a Hermes agent.

What Sets It Apart
  • High tool-call density and diversity: ~138k tool invocations (terminal, read_file, search_files, execute_code, web_search, memory, etc.), meaning models can learn realistic tool-switching patterns rather than isolated examples — useful when you want models that manage multi-step tasks with external tools.
  • ChatML + 100% "think blocks": traces are formatted for agent-style training (ChatML) and include explicit reasoning/thought structure, which helps supervision for chain-of-thought or decompositional behaviors.
  • VRAM-tiered variants and standard Parquet splits: four variants (nano, budget, standard, spark) target different context-length and GPU tiers, and the dataset is provided in optimized Parquet for efficient batch loading and DataLoader pipelines.
  • Synthetic teacher pipeline transparency: generated by DeepSeek V4 Pro with 96 parallel workers and a JSON repair filter (62% pass rate), which signals scale and the synthetic provenance you should expect when judging label quality.
Who It's For — and Tradeoffs

Great fit if you want to fine-tune small-to-medium local models via LoRA/QLoRA to behave like a Hermes agent, especially for tool-calling, function-calling, or SFT on agent workflows. It’s also useful when you need VRAM-aware variants to match available hardware. Look elsewhere if you require human-annotated reasoning traces, multilingual data (this dataset is English-only), or provenance beyond DeepSeek V4 Pro’s synthetic style — the traces reflect the generator’s decisions and biases and can encourage overfitting to DeepSeek-specific behaviors.

Where It Fits

Practically, this dataset is a ready supervised corpus for training agent-like policies (tool selection, session search/memory usage, stepwise code/terminal workflows) and for LoRA/SFT experiments. Use it to bootstrap agent capabilities quickly, then complement with human reviews or task-specific logging for production reliability and bias mitigation.

More Items

Hugging Face

A collection of ready-to-run Hugging Face Jobs OCR scripts that add a markdown column (or structured JSON) to image datasets, with model switching, layout detection, server-mode serving, and per-model options for table/form extraction.

Hugging Face

Provides 115M public GitHub source files (≈873GB of code, ~1TB uncompressed) with per-file metadata (repo, path, language, license). Supports streaming, language/license filtering and full download for training and evaluating code LLMs and code generation models.

Hugging Face

Provides labeled prompts with full-reference answers (including chain-of-thought and code blocks) and per-example metadata to train edge routing/orchestrator models that decide whether to handle inputs locally or route them to larger models. Includes complexity scores, coding/math flags, routing justifications, and an automated override rule; suited for fine-tuning small models (50M–1.5B) for edge deployment.