feat: add prepare_model_for_kbit_training and update LoRA r=64 alpha=128
This commit is contained in:
@@ -9,8 +9,8 @@ tokenizer_type: LlamaTokenizer
|
||||
# No need for BitsAndBytes configuration
|
||||
|
||||
# LoRA Configuration
|
||||
lora_r: 16
|
||||
lora_alpha: 32
|
||||
lora_r: 64
|
||||
lora_alpha: 128
|
||||
lora_dropout: 0.05
|
||||
target_modules:
|
||||
- q_proj
|
||||
|
||||
Reference in New Issue
Block a user