DistillDetect-gemma-3-4b-pt-from-Llama-3.3-70B-Instruct-OMI-1K

Unofficial reproduction of a distilled student model from the paper Reference-Based Distillation Detection in LLMs (Rawat et al., arXiv:2607.09692), retrained with the authors' released code and teacher-generated data (github.com/RajatRawat-creator/DistillDetect, MIT). The original authors did not release student checkpoints; this repo is an independent reproduction and is not affiliated with the authors.

  • Base (student) model: google/gemma-3-4b-pt
  • Teacher: nvidia/Llama-3.3-70B-Instruct-NVFP8
  • Training data: OpenMathInstruct-2 (1K prompts) — 1000 teacher-generated responses, shipped verbatim in the authors' repo (data/training/Teacher=Nvidia-Llama-3.3-70B-Instruct_Data=OMI(1K)_Template=Chat.jsonl)
  • Prompt template: plain Problem:\n{question}\n\nSolution:\n

Training

SFT with the authors' released training/ scripts (paper Appendix A recipe): 3 epochs, LR 1e-5, cosine schedule, 5% warmup, per-device batch 4 x grad-accum 4 (effective batch 16), block size 4096, bf16, gradient checkpointing, loss on response tokens only (prompt masked -100). Teacher responses were pre-truncated to 2,048 tokens in the released data. Trained on 1x H100 (paper used 2x H200; hyperparameters identical), transformers 4.55.4 / trl 0.19.1, seed 42 (HF default; paper seed unknown). One compatibility patch: trl renamed max_seq_length to max_length, so the block size is passed explicitly (no behavioral change).

Evaluation (ours vs. paper Table 9)

Greedy decoding, template matched to training, scored with math_verify. GSM8K 4-shot; MATH500 zero-shot. Few-shot counts were calibrated so the base models reproduce their Table 9 baselines. The paper does not document its eval protocol, so treat cross-paper comparisons as approximate.

Benchmark This reproduction Paper Table 9 Gen. budget Hit budget cap
GSM8K 49.05 n/a (config not retained in paper) 8192 tok 2.4%
MATH500 26.20 n/a (config not retained in paper) 16384 tok 15.6%

A high "hit budget cap" fraction means the model was still generating when the token budget ran out, so that accuracy is a lower bound — these students are SFT'd on teacher traces that were themselves truncated at 2,048 tokens, which makes some of them generate very long self-checking traces.

Base-model reference (our protocol / paper): GSM8K 27.37 / 38.13, MATH500 18.80 / 23.60.

License

The base model's license applies: gemma. Teacher-generated training data redistributed by the paper authors under their repo's MIT license.

Downloads last month
19
Safetensors
Model size
4B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for francescortu/DistillDetect-gemma-3-4b-pt-from-Llama-3.3-70B-Instruct-OMI-1K

Finetuned
(328)
this model

Collection including francescortu/DistillDetect-gemma-3-4b-pt-from-Llama-3.3-70B-Instruct-OMI-1K

Paper for francescortu/DistillDetect-gemma-3-4b-pt-from-Llama-3.3-70B-Instruct-OMI-1K