AIAny
Icon for item

deepseek-hermes-reasoning-traces

Provides 19,331 multi-turn ChatML Hermes reasoning traces for LoRA fine-tuning of local models to behave as Hermes agents. Includes train/valid/test splits, VRAM-tiered variants (nano→spark), ~138K tool-call annotations, and Parquet format under Apache-2.0.

Introduction

Large-scale agent training needs realistic, tool-using conversation traces rather than synthetic single-turn prompts. This dataset supplies 19,331 multi-turn ChatML traces generated by DeepSeek V4 Pro that include explicit Hermes-style reasoning and extensive tool-call events — a practical resource when you want to teach local models how to act as Hermes agent instances.

What Sets It Apart
  • High density of tool interactions: ~138K total tool usages across traces, with detailed counts for core and Hermes tools (e.g., terminal, read_file, web_search, memory). This makes it valuable for training models to manage tool selection and multi-step tool workflows.
  • VRAM-tiered variants: four sequence-length / GPU-targeted variants (nano, budget, standard, spark) let practitioners pick datasets matched to LoRA/QLoRA budgets and target token lengths.
  • Production-style generation metadata: traces were produced by DeepSeek V4 Pro with 96 parallel workers, a JSON repair filter, and explicit “think” blocks and ChatML formatting — useful for supervised fine-tuning that expects structured agent reasoning.
  • Ready-to-use parquet splits: train/valid/test splits and standard parquet/optimized-parquet formats simplify ingestion into Datasets/pandas/polars pipelines.
Who it's for — fit & tradeoffs

Great fit if you want to fine-tune or LoRA-adapt local LLMs to behave as tool-using agents (Hermes-style), particularly when you need realistic multi-turn tool-call sequences and explicit reasoning traces. Also useful for researchers studying tool-usage patterns, SFT workflows, or agent orchestration. Look elsewhere if you need human-authored instruction-following datasets (these traces are machine-generated), extremely large-scale corpora beyond ~20K traces, or multimodal (image/audio) data — this dataset is text/tabular and generated by a specific agent stack, so it reflects that stack's behaviors and biases.

Where it fits

Use this dataset as a mid-sized, engineering-focused resource for LoRA/SFT experiments aimed at agent/tool competency, or as augmentation data when building agent skill managers and tool routers. Treat it as synthetic but structured agent behavior that can accelerate iteration on tool-calling and session-management capabilities.

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.