Views
No views yet
jane-street/dormant-model-warmup by comparing with base Qwen/Qwen2.5-7B-Instruct.adapter_model.safetensors (232MB) - LoRA weights in PEFT formatadapter_config.json - PEFT configurationextract_warmup_lora_colab.ipynb - Extraction notebook (GPU-optimized)executed_notebook.ipynb - Executed version with resultsdown_proj, gate_proj, up_projdormant-model-1 which only modified attention layers. The warmup model uses standard LoRA practice of targeting MLP layers.1cd /path/to/llama.cpp
2python convert_lora_to_gguf.py /path/to/warmup-lora --outfile warmup-lora.gguf --outtype f16