Views
No views yet
cross-entropy fine-tune 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-ce-20260410"
4tokenizer = AutoTokenizer.from_pretrained(model_id)
5model = AutoModelForCausalLM.from_pretrained(model_id, torch_dtype="auto")vllm serve rswaminathan38/llmbench-student-3b-gsm8k-ce-20260410 --dtype auto0.2183288 / 1319248.3328cot_step_by_stepmeta-llama/Llama-3.2-3Bcross-entropy fine-tune/storage/ice1/3/3/rswaminathan38/LLM_Bench/LLMOptimization/Model_Optimizations/outputs/hf_student_ce_3b_2026-04-10num_train_epochs: 10per_device_train_batch_size: 2gradient_accumulation_steps: 8learning_rate: 1e-05warmup_ratio: 0.05max_seq_length: 1024question + "\n\nLet's think step by step.\n".run_config.json and eval/test_summary.json are uploaded alongside the weights when available.