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 16 GB, 507-file PhD‑level cybersecurity knowledge base for training and evaluating security-focused LLMs and automation. Covers offensive/defensive/forensics/cloud/iot and AI-security across 30+ domains with real-world labs and framework mappings.

Hugging Face

Structured dataset for training and evaluating LLM agentic behavior: function-calling conversations, JSON-mode structured outputs, and extraction samples for teaching models to generate tool calls and strict structured responses. Includes single-turn and multi-turn scenarios across several configs.

Hugging Face

A multi-task English NLU benchmark for evaluating models across nine tasks (acceptability, sentiment, paraphrase, similarity, and various NLI setups), with a diagnostic evaluation set and an online leaderboard to compare generalization and transfer learning.