CoolFace
Datasetpublic

open-athena/exp_rpt_crosscodeeval-csharp-v4-qwen3.5-122b-131k-opencode-traces

Agent trace dataset Decoding the literal token IDs The prompt_token_ids / completion_token_ids / logprobs columns are the verbatim tokens the serving engine emitted, stored PER AGENT STEP as a list-of-lists (one inner list per turn). To turn them back into text you MUST use the exact tokenizer the model was served with — a generic same-family tokenizer will decode word tokens to garbage. Served model / tokenizer source: Qwen/Qwen3.5-122B-A10B-FP8 from transformers… See the full description on the dataset page: https://huggingface.co/datasets/open-athena/exp_rpt_crosscodeeval-csharp-v4-qwen3.5-122b-131k-opencode-traces.

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes94downloads
6 commits on main
3337d733mo ago

Remove stale text-only shard superseded by literal-bearing shards

penfever
85c3bc13mo ago

Document literal-token decoding (tokenizer provenance)

penfever
dea02c23mo ago

Add tokenizer provenance for literal token columns

penfever
07f82353mo ago

Upload 1768 rows (8+ shards) in one commit

penfever
f333f1d3mo ago

Upload dataset

penfever
fa68bc63mo ago

initial commit

penfever