datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
gemma4-e2b-base-topk128-hf-overlay-v128-seed42
Gemma 4 E2B base top-k-128 HF training overlay
This is the immutable training-engine overlay used to distill traces from Gemma 4 E2B base into
Gemma 4 E4B. It preserves the prompts, responses, and exact response token IDs from
JWei05/gemma4-e2b-base-topk128-traces,
but replaces the source vLLM top-k targets with targets recomputed by the Hugging Face training
engine.
This repository is a reproducibility artifact for the corresponding distillation run. It is not a
new… See the full description on the dataset page: https://huggingface.co/datasets/JWei05/gemma4-e2b-base-topk128-hf-overlay-v128-seed42.qwen37-pi-qwen36-27b-topk40-logprobs
Qwen3.7 Pi Trace Top-40 Teacher Logprobs
Offline top-40 teacher logprobs for cumulative assistant-turn rows from
armand0e/qwen3.7-max-split-formatted.
These files are intended to be loaded with snapshot_download, not
datasets.load_dataset.
Contents
manifest.json: shard metadata and filtering counts
shard-*.pt: tokenized examples with labels, target positions, top-k token ids,
and top-k teacher logprobs
chat_template.jinja: the exact chat template used for… See the full description on the dataset page: https://huggingface.co/datasets/armand0e/qwen37-pi-qwen36-27b-topk40-logprobs.rlve_teacher_topk16_20K
RLVE Teacher Top-16 Logit Data (20K)
Teacher top-k logit sidecar data for continuation-style KD-SFT warmup
(see compute_teacher_topk_logprobs.py / KDContinuationDataset).
Each row holds, per response token, the teacher's top-16 (+ forced true token)
candidate token ids and their log-probabilities, joined to the base dataset by
row_id.
Configs
rlve_offline_20K — 20,000 rows (rlve_offline_20K_teacher_top16.parquet)
rlve_rose_20K — 20,000 rows… See the full description on the dataset page: https://huggingface.co/datasets/CL-From-Nothing/rlve_teacher_topk16_20K.
