Views
No views yet
1r: 16 # LoRA rank
2alpha: 32 # LoRA alpha (2*r)
3dropout: 0.05 # LoRA dropout
4 target_modules:
5 - "q_proj"
6 - "k_proj"
7 - "v_proj"
8 - "o_proj"
9
10 exclude_modules:
11 - "block_sparse_moe"
12 - "w1"
13 - "w2"
14 - "w3"
15 - "gate" 1@misc{hyperswitch-glm-air-lora-2024,
2 title={AdityaNarayan/GLM-4.5-Air-CPT-LoRA-HyperSwitch},
3 author={Aditya Narayan},
4 year={2024},
5 publisher={Hugging Face},
6 url={https://huggingface.co/AdityaNarayan/GLM-4.5-Air-CPT-LoRA-HyperSwitch}
7}