AIAny
Icon for item

ML Intern Session Traces

Collects ML Intern coding-agent session traces as Claude‑Code‑style JSONL event streams for viewing with the Hugging Face Agent Trace Viewer. Each file is one session (messages, tool calls, outputs, timestamps); automated scrubbing is applied but no comprehensive human redaction—treat as potentially sensitive.

Introduction

Oops! Something went wrong

[next-mdx-remote-client] error compiling MDX: Expected a closing tag for `<session_id>` (4:81-4:93) before the end of `paragraph` 2 | 3 | ## What Sets It Apart > 4 | - Session-level JSONL files: each record is a complete run (sessions/YYYY-MM-DD/<session_id>.jsonl), making it trivial to replay chronological agent interactions and correlate messages, tool calls, and tool outputs. This format maps directly to the Hugging Face Agent Trace Viewer, reducing preprocessing time. | ^ 5 | - Encoding of tool use and metadata: entries include user prompts, assistant messages, explicit tool calls and results, model metadata, and timestamps — enabling causal analysis of decisions and debugging of tool orchestration. 6 | - Pragmatic redaction note: ML Intern applies best-effort automated scrubbing for common token patterns (HF, OpenAI, AWS, GitHub, etc.), which lowers obvious credential leakage but does not guarantee privacy. The dataset therefore trades ease of access for the need for manual review before public sharing. More information: https://mdxjs.com/docs/troubleshooting-mdx

Information

Categories

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.