The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 8 new columns ({'models', 'total_output_tokens', 'skipped', 'sessions', 'total_input_tokens', 'redactions', 'projects', 'exported_at'}) and 8 missing columns ({'git_branch', 'session_id', 'model', 'stats', 'end_time', 'project', 'start_time', 'messages'}).
This happened while the json dataset builder was generating data using
hf://datasets/emperorfutures/dataclaw-code2/metadata.json (at revision f53d449c67c3882e83704cd25ee1acd590e231da), [/tmp/hf-datasets-cache/medium/datasets/41564072753346-config-parquet-and-info-emperorfutures-dataclaw-c-3ef9ce53/hub/datasets--emperorfutures--dataclaw-code2/snapshots/f53d449c67c3882e83704cd25ee1acd590e231da/conversations.jsonl (origin=hf://datasets/emperorfutures/dataclaw-code2@f53d449c67c3882e83704cd25ee1acd590e231da/conversations.jsonl), /tmp/hf-datasets-cache/medium/datasets/41564072753346-config-parquet-and-info-emperorfutures-dataclaw-c-3ef9ce53/hub/datasets--emperorfutures--dataclaw-code2/snapshots/f53d449c67c3882e83704cd25ee1acd590e231da/metadata.json (origin=hf://datasets/emperorfutures/dataclaw-code2@f53d449c67c3882e83704cd25ee1acd590e231da/metadata.json)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1887, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 675, in write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
sessions: int64
skipped: int64
redactions: int64
models: struct<claude-opus-4-5-20251101: int64, claude-opus-4-6: int64, claude-haiku-4-5-20251001: int64, cl (... 58 chars omitted)
child 0, claude-opus-4-5-20251101: int64
child 1, claude-opus-4-6: int64
child 2, claude-haiku-4-5-20251001: int64
child 3, claude-sonnet-4-6: int64
child 4, claude-sonnet-4-5-20250929: int64
projects: list<item: string>
child 0, item: string
total_input_tokens: int64
total_output_tokens: int64
exported_at: string
to
{'session_id': Value('string'), 'model': Value('string'), 'git_branch': Value('string'), 'start_time': Value('string'), 'end_time': Value('string'), 'messages': List({'role': Value('string'), 'content': Value('string'), 'timestamp': Value('string'), 'thinking': Value('string'), 'tool_uses': List({'tool': Value('string'), 'input': Value('string')})}), 'stats': {'user_messages': Value('int64'), 'assistant_messages': Value('int64'), 'tool_uses': Value('int64'), 'input_tokens': Value('int64'), 'output_tokens': Value('int64'), 'skipped_lines': Value('int64')}, 'project': Value('string')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 884, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 947, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1736, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1889, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 8 new columns ({'models', 'total_output_tokens', 'skipped', 'sessions', 'total_input_tokens', 'redactions', 'projects', 'exported_at'}) and 8 missing columns ({'git_branch', 'session_id', 'model', 'stats', 'end_time', 'project', 'start_time', 'messages'}).
This happened while the json dataset builder was generating data using
hf://datasets/emperorfutures/dataclaw-code2/metadata.json (at revision f53d449c67c3882e83704cd25ee1acd590e231da), [/tmp/hf-datasets-cache/medium/datasets/41564072753346-config-parquet-and-info-emperorfutures-dataclaw-c-3ef9ce53/hub/datasets--emperorfutures--dataclaw-code2/snapshots/f53d449c67c3882e83704cd25ee1acd590e231da/conversations.jsonl (origin=hf://datasets/emperorfutures/dataclaw-code2@f53d449c67c3882e83704cd25ee1acd590e231da/conversations.jsonl), /tmp/hf-datasets-cache/medium/datasets/41564072753346-config-parquet-and-info-emperorfutures-dataclaw-c-3ef9ce53/hub/datasets--emperorfutures--dataclaw-code2/snapshots/f53d449c67c3882e83704cd25ee1acd590e231da/metadata.json (origin=hf://datasets/emperorfutures/dataclaw-code2@f53d449c67c3882e83704cd25ee1acd590e231da/metadata.json)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
session_id string | model string | git_branch string | start_time string | end_time string | messages list | stats dict | project string |
|---|---|---|---|---|---|---|---|
04f2303d-2b0f-4a33-92a7-26fc6e9f3bef | claude-opus-4-5-20251101 | 2026-01-19T10:19:51.792Z | 2026-01-19T10:20:04.508Z | [
{
"role": "user",
"content": "List what directories and files are here. Just ls, no explanation needed.",
"timestamp": "2026-01-19T10:19:51.792Z",
"tool_uses": null,
"thinking": null
},
{
"role": "assistant",
"content": null,
"timestamp": "2026-01-19T10:19:54.415Z",
"tool_use... | {
"user_messages": 2,
"assistant_messages": 8,
"tool_uses": 2,
"input_tokens": 153370,
"output_tokens": 32,
"skipped_lines": 0
} | ~home | |
1176f3ef-0529-4f7f-9651-80e1fb1ff0fe | claude-opus-4-5-20251101 | HEAD | 2026-02-05T17:33:00.705Z | 2026-02-05T21:28:04.978Z | [
{
"role": "user",
"content": "I need to free up space on my comptuer, can you look around and come up with suggestions on what to do?",
"timestamp": "2026-02-05T17:33:00.705Z",
"tool_uses": null,
"thinking": null
},
{
"role": "assistant",
"content": null,
"timestamp": "2026-02-05... | {
"user_messages": 25,
"assistant_messages": 203,
"tool_uses": 159,
"input_tokens": 8866093,
"output_tokens": 11121,
"skipped_lines": 0
} | ~home |
1f145f0d-02f0-4290-91fb-035243959ea7 | claude-opus-4-5-20251101 | 2026-01-30T13:05:57.040Z | 2026-01-30T13:08:14.385Z | [
{
"role": "user",
"content": "See in the enhance setting on Media Lightbox for videos, can you make it so that the default quality is maximum and can you make sure that the quality thing is also shown in the upscale section of the shared task detail model thing? @.cursor/worktrees/reigh/pqj/src/tools/travel... | {
"user_messages": 1,
"assistant_messages": 69,
"tool_uses": 42,
"input_tokens": 3831671,
"output_tokens": 208,
"skipped_lines": 0
} | ~home | |
23346621-eb05-4916-8b76-34ad66ea4ada | claude-opus-4-5-20251101 | 2026-01-30T15:51:54.218Z | 2026-01-30T15:54:05.955Z | [
{
"role": "user",
"content": "<local-command-caveat>Caveat: The messages below were generated by the user while running local commands. DO NOT respond to these messages or otherwise consider them in your response unless the user explicitly asks you to.</local-command-caveat>",
"timestamp": "2026-01-30T1... | {
"user_messages": 5,
"assistant_messages": 9,
"tool_uses": 5,
"input_tokens": 157716,
"output_tokens": 42,
"skipped_lines": 0
} | ~home | |
24408fbc-089b-4955-9613-9084e4c652de | claude-opus-4-5-20251101 | 2026-01-19T10:13:50.789Z | 2026-01-19T10:14:06.860Z | [
{
"role": "user",
"content": "Read the codebase context, then cd into /user_c042661f/.pm and await instructions",
"timestamp": "2026-01-19T10:13:50.789Z",
"tool_uses": null,
"thinking": null
},
{
"role": "assistant",
"content": null,
"timestamp": "2026-01-19T10:13:53.756Z",
"... | {
"user_messages": 1,
"assistant_messages": 9,
"tool_uses": 3,
"input_tokens": 174189,
"output_tokens": 35,
"skipped_lines": 0
} | ~home | |
2463b579-820e-4dc9-90c8-be8fafeb656f | claude-opus-4-5-20251101 | 2026-01-30T10:29:23.963Z | 2026-01-30T12:19:38.869Z | [{"role":"user","content":"[Request interrupted by user for tool use]","timestamp":"2026-01-30T10:29(...TRUNCATED) | {"user_messages":41,"assistant_messages":870,"tool_uses":384,"input_tokens":85032105,"output_tokens"(...TRUNCATED) | ~home | |
257d3654-c916-4036-a7f4-3a3694ad5e06 | claude-opus-4-5-20251101 | 2026-01-19T10:20:02.683Z | 2026-01-19T10:20:29.730Z | [{"role":"user","content":"List what directories and files are here. Just ls, no explanation needed.(...TRUNCATED) | {"user_messages":2,"assistant_messages":14,"tool_uses":5,"input_tokens":271436,"output_tokens":48,"s(...TRUNCATED) | ~home | |
389fa9b0-3d28-4f0b-b63a-b68af8ce7a71 | claude-opus-4-5-20251101 | 2026-01-29T14:00:44.171Z | 2026-01-29T15:39:29.014Z | [{"role":"user","content":"[Request interrupted by user for tool use]","timestamp":"2026-01-29T14:00(...TRUNCATED) | {"user_messages":12,"assistant_messages":273,"tool_uses":141,"input_tokens":25594008,"output_tokens"(...TRUNCATED) | ~home | |
3a2401b2-70f5-4d5f-980d-eafe61fe67fc | claude-opus-4-5-20251101 | 2026-01-19T10:19:38.661Z | 2026-01-19T10:19:46.920Z | [{"role":"user","content":"List what directories and files are here. Just ls, no explanation needed.(...TRUNCATED) | {"user_messages":1,"assistant_messages":4,"tool_uses":1,"input_tokens":74992,"output_tokens":12,"ski(...TRUNCATED) | ~home | |
416aa5fb-6324-43a5-ba32-5aeaad52adaa | claude-opus-4-5-20251101 | 2026-01-30T12:25:11.640Z | 2026-01-30T12:29:31.234Z | [{"role":"user","content":"<local-command-caveat>Caveat: The messages below were generated by the us(...TRUNCATED) | {"user_messages":5,"assistant_messages":12,"tool_uses":4,"input_tokens":256294,"output_tokens":41,"s(...TRUNCATED) | ~home |
End of preview.