dennisonb commited on
Commit
d79f9f4
·
verified ·
1 Parent(s): bf467f4

Upload configs/mlx_lora_rank32.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. configs/mlx_lora_rank32.yaml +8 -0
configs/mlx_lora_rank32.yaml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ # mlx_lm.lora config for rank-32 LoRA
2
+ # Used by scripts/train_sft.py to pass LoRA rank to mlx_lm.lora
3
+ # See: mlx_lm.lora defaults for lora_parameters format
4
+
5
+ lora_parameters:
6
+ rank: 32
7
+ dropout: 0.05
8
+ scale: 20.0