Maxx0 commited on
Commit
c1c5882
·
1 Parent(s): b54d061

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +29 -0
config.json CHANGED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "block_size": 1024,
3
+ "model_max_length": 2048,
4
+ "use_flash_attention_2": false,
5
+ "disable_gradient_checkpointing": false,
6
+ "logging_steps": -1,
7
+ "evaluation_strategy": "epoch",
8
+ "save_total_limit": 1,
9
+ "save_strategy": "epoch",
10
+ "auto_find_batch_size": false,
11
+ "mixed_precision": "fp16",
12
+ "lr": 0.00003,
13
+ "epochs": 3,
14
+ "batch_size": 2,
15
+ "warmup_ratio": 0.1,
16
+ "gradient_accumulation": 1,
17
+ "optimizer": "adamw_torch",
18
+ "scheduler": "linear",
19
+ "weight_decay": 0,
20
+ "max_grad_norm": 1,
21
+ "seed": 42,
22
+ "quantization": "int4",
23
+ "target_modules": "",
24
+ "merge_adapter": false,
25
+ "peft": true,
26
+ "lora_r": 16,
27
+ "lora_alpha": 32,
28
+ "lora_dropout": 0.05
29
+ }