Dataset Viewer
Auto-converted to Parquet Duplicate
The dataset viewer is not available for this split.
Parquet error: Scan size limit exceeded: attempted to read 673914104 bytes, limit is 300000000 bytes Make sure that 1. the Parquet files contain a page index to enable random access without loading entire row groups2. otherwise use smaller row-group sizes when serializing the Parquet files
Error code:   TooBigContentError

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.

luna-reason-only.k-8.statml-arxiv-llama32.llama32-ids.tags

Tokenized, tag-wrapped form of JackHsieh/luna-reason-only.k-8.statml-arxiv-llama32. Each thought is wrapped as <|reserved_special_token_1|> … thought … <|reserved_special_token_2|> and stored both as text (thought_text) and as Llama 3.2 token ids (input_ids).

Provenance

Source thoughts: JackHsieh/luna-reason-only.k-8.statml-arxiv-llama32 — prefix-only reasoning about the next 8 Llama-3.2 tokens of stat.ML arXiv LaTeX, generated by gpt-5.6-luna (reasoning.effort="none") from the last ≤1024 tokens before each cut. Documents: JackHsieh/statML-arxiv-40M-20M-llama32. Tokenizer: meta-llama/Llama-3.2-3B, add_special_tokens=False; tag ids and the echo id are inserted explicitly, so no BOS is introduced and no token is round-tripped through text.

Schema

All source columns, plus/with:

column notes
input_ids Llama 3.2 ids of the wrapped thought, including tags
thought_text the wrapped thought as text (rewritten from the source column)
g within-work-group index; always 0 (one thought per chunk)

Token counts (input_ids length, tags included)

split thoughts mean std min max
test 72,960 302.5 52.2 96 484
train 612,864 301.4 52.2 92 500
combined 685,824 301.5 52.2 92 500

Nothing is trimmed: 43,050 thoughts exceed 384 tokens, so a run with a shorter max_thought_length must trim them (at a sentence boundary) or drop those chunks.

Downloads last month
59