Sidharthkr commited on
Commit
3aa4591
·
1 Parent(s): 7bb395a

Upload finetune_args.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. finetune_args.json +27 -0
finetune_args.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "micro_batch_size": 1,
3
+ "gradient_accumulation_steps": 1,
4
+ "num_train_epochs": 10,
5
+ "learning_rate": 0.0003,
6
+ "cutoff_len": 1024,
7
+ "val_set_size": 0,
8
+ "lora_r": 8,
9
+ "lora_alpha": 16,
10
+ "lora_dropout": 0.05,
11
+ "lora_target_modules": [
12
+ "q_proj",
13
+ "v_proj"
14
+ ],
15
+ "lora_modules_to_save": [],
16
+ "train_on_inputs": true,
17
+ "group_by_length": false,
18
+ "load_in_8bit": true,
19
+ "fp16": false,
20
+ "bf16": false,
21
+ "gradient_checkpointing": false,
22
+ "save_steps": 500,
23
+ "save_total_limit": 5,
24
+ "logging_steps": 10,
25
+ "additional_training_arguments": null,
26
+ "additional_lora_config": null
27
+ }