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

Provides 1.3 billion platform-specific video URLs extracted from CommonCrawl along with crawl metadata (no media included), serving as the source corpus for the LAION-BVD multimodal video dataset; distributed on Hugging Face in Parquet format.

Hugging Face

Provides a public test split of multimodal financial GUI interaction examples for evaluating agents that convert instructions and screenshots into grounded UI actions. Includes step-level screenshots, dialogue history, an OpenAI-style computer_use tool schema, and JSON next-action references; training data available on request.

Hugging Face

Contains 40,000 teacher-generated reasoning traces distilled from the Qwen3.8-27B model for supervised fine-tuning and analysis. Covers code, math, science and logic; each example pairs a <think> chain-of-thought with a final response and is distributed in JSONL/Parquet for SFT workflows.