Views
No views yet
top-k KD export for the student model from the GSM8K workflow in this project.1from transformers import AutoModelForCausalLM, AutoTokenizer
2
3model_id = "rswaminathan38/llmbench-student-3b-gsm8k-topk-kd-ft-teacher-20260410"
4tokenizer = AutoTokenizer.from_pretrained(model_id)
5model = AutoModelForCausalLM.from_pretrained(model_id, torch_dtype="auto")vllm serve rswaminathan38/llmbench-student-3b-gsm8k-topk-kd-ft-teacher-20260410 --dtype auto0.2055271 / 1319253.0675cot_step_by_stepmeta-llama/Llama-3.2-3Btop-k KD/storage/ice1/3/3/rswaminathan38/LLM_Bench/LLMOptimization/Model_Optimizations/outputs/hf_topk_kd_teacher_2026-04-10Fine-tuned GSM8K teacher 8B (2026-04-10)num_train_epochs: 10per_device_train_batch_size: 2gradient_accumulation_steps: 8learning_rate: 1e-05warmup_ratio: 0.05max_seq_length: 1024alpha: 0.7temperature: 2.0kd_method: topktop_k: 64question + "\n\nLet's think step by step.\n".run_config.json and eval/test_summary.json are uploaded alongside the weights when available.