Sidharthkr commited on
Commit
cc38cb4
·
1 Parent(s): 86e97c2

Upload finetune_args.json with huggingface_hub

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