CoolFace
Datasetpublic

JackHsieh/4B-Instruct-reason-only.stride-1.k-8.statml-arxiv.qwen3-ids.tags

4B-Instruct-reason-only.stride-1.k-8.statml-arxiv.qwen3-ids.tags Tokenized, tag-wrapped form of JackHsieh/4B-reason-only.rule-r-1.0-k-8.L-512.statml-arxiv. Each thought is wrapped as <|note|><thought><|/note|> and stored both as text (thought_text) and as Qwen/Qwen3-4B-Base token ids (input_ids). Longest thought: 510 tokens — a training run's max_thought_length must be at least this. Delimiter ids: <|note|> = 151669, <|/note|> = 151670. A run must declare these under… See the full description on the dataset page: https://huggingface.co/datasets/JackHsieh/4B-Instruct-reason-only.stride-1.k-8.statml-arxiv.qwen3-ids.tags.

sourceHugging Facecc-by-4.0updated 15d agoView on Hugging Face
0likes76downloads
Dataset Card

4B-Instruct-reason-only.stride-1.k-8.statml-arxiv.qwen3-ids.tags

Tokenized, tag-wrapped form of `JackHsieh/4B-reason-only.rule-r-1.0-k-8.L-512.statml-arxiv`. Each thought is wrapped as <|note|><thought><|/note|> and stored both as text (thought_text) and as Qwen/Qwen3-4B-Base token ids (input_ids).

Longest thought: 510 tokens — a training run's max_thought_length must be at least this.

Delimiter ids: <|note|> = 151669, <|/note|> = 151670. A run must declare these under trainee.special_tokens IN THIS ORDER, or the ids will not match.

Provenance

Source thoughts: JackHsieh/4B-reason-only.rule-r-1.0-k-8.L-512.statml-arxiv. Documents: JackHsieh/statML-arxiv-40M-20M. Tokenizer: Qwen/Qwen3-4B-Base, add_special_tokens=False; tag ids and any document ids are inserted explicitly, so no BOS is introduced and no token is round-tripped through text.

Schema

All source columns, plus/with:

columnnotes
input_idstoken ids of the wrapped thought, including tags
thought_textthe wrapped thought as text (rewritten from the source column)
gwithin-work-group index; always 0 (one thought per chunk)

Token counts (input_ids length, tags included)

splitthoughtsmeanstdminmax
test2,704,384201.442.732509
train9,942,016201.342.812510
combined12,646,400201.342.712510

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