cfahlgren1 HF Staff commited on
Commit
2879f31
·
1 Parent(s): abd2c9e

move sessions into a sessions folder and update the dataset config.

Browse files
README.md CHANGED
@@ -1,5 +1,10 @@
1
  ---
2
  pretty_name: coding agent session traces
 
 
 
 
 
3
  task_categories:
4
  - text-generation
5
  language:
@@ -13,7 +18,7 @@ This dataset contains redacted coding agent session traces collected while worki
13
 
14
  ## Data description
15
 
16
- Each `*.jsonl` file is a redacted pi session. Sessions are stored as JSON Lines files where each line is a structured session entry. Entries include session headers, user and assistant messages, tool results, model changes, thinking level changes, compaction summaries, branch summaries, and custom extension data.
17
 
18
  Pi session files are tree-structured via `id` and `parentId`, so a single session file may contain multiple branches of work. See the upstream session format documentation for the exact schema:
19
 
@@ -30,4 +35,3 @@ Embedded images may be preserved in the uploaded sessions unless the workspace w
30
  ## Limitations
31
 
32
  This dataset is best-effort redacted. Coding agent transcripts can still contain sensitive or off-topic content, especially if a session mixed OSS work with unrelated private tasks. Use with appropriate caution.
33
-
 
1
  ---
2
  pretty_name: coding agent session traces
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: "sessions/*.jsonl"
8
  task_categories:
9
  - text-generation
10
  language:
 
18
 
19
  ## Data description
20
 
21
+ Each `sessions/*.jsonl` file is a redacted pi session. Sessions are stored as JSON Lines files where each line is a structured session entry. Entries include session headers, user and assistant messages, tool results, model changes, thinking level changes, compaction summaries, branch summaries, and custom extension data.
22
 
23
  Pi session files are tree-structured via `id` and `parentId`, so a single session file may contain multiple branches of work. See the upstream session format documentation for the exact schema:
24
 
 
35
  ## Limitations
36
 
37
  This dataset is best-effort redacted. Coding agent transcripts can still contain sensitive or off-topic content, especially if a session mixed OSS work with unrelated private tasks. Use with appropriate caution.
 
2026-03-29T17-39-42-625Z_b32c5970-fd4d-43bc-9811-dbe6f94ee427.jsonl → sessions/2026-03-29T17-39-42-625Z_b32c5970-fd4d-43bc-9811-dbe6f94ee427.jsonl RENAMED
File without changes
2026-04-05T23-50-03-457Z_c79098cf-cf40-45cc-8c75-67faf7b90a3d.jsonl → sessions/2026-04-05T23-50-03-457Z_c79098cf-cf40-45cc-8c75-67faf7b90a3d.jsonl RENAMED
File without changes
2026-04-06T00-14-41-662Z_3319d665-d224-434d-ae2b-0a8b1f989e26.jsonl → sessions/2026-04-06T00-14-41-662Z_3319d665-d224-434d-ae2b-0a8b1f989e26.jsonl RENAMED
File without changes
2026-04-06T00-17-31-761Z_6eaaf9cc-748d-4ccc-af4a-c768943f1fd1.jsonl → sessions/2026-04-06T00-17-31-761Z_6eaaf9cc-748d-4ccc-af4a-c768943f1fd1.jsonl RENAMED
File without changes
2026-04-06T01-23-24-023Z_bd2bd030-5c36-4b39-93a2-7a901966f4ad.jsonl → sessions/2026-04-06T01-23-24-023Z_bd2bd030-5c36-4b39-93a2-7a901966f4ad.jsonl RENAMED
File without changes
2026-04-06T02-01-20-420Z_2b43958b-4ab3-4e75-9a0a-32b27ea1a011.jsonl → sessions/2026-04-06T02-01-20-420Z_2b43958b-4ab3-4e75-9a0a-32b27ea1a011.jsonl RENAMED
File without changes