Hieu-Pham commited on
Commit
19cd023
1 Parent(s): 7034c4f

Training in progress, step 10

Browse files
Files changed (3) hide show
  1. adapter_config.json +18 -0
  2. adapter_model.bin +3 -0
  3. training_args.bin +3 -0
adapter_config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": null,
3
+ "base_model_name_or_path": "meta-llama/Llama-2-7b-hf",
4
+ "fan_in_fan_out": false,
5
+ "feedforward_modules": [
6
+ "v_proj"
7
+ ],
8
+ "inference_mode": true,
9
+ "init_ia3_weights": true,
10
+ "modules_to_save": null,
11
+ "peft_type": "IA3",
12
+ "revision": null,
13
+ "target_modules": [
14
+ "v_proj",
15
+ "q_proj"
16
+ ],
17
+ "task_type": "CAUSAL_LM"
18
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d87d954595196599a8a011bc1cc1ac61ed9e8f3d055808b6d8b887e0c2625a70
3
+ size 1071214
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21e868f4941f44eb1599f9660d88bab4d8cd183f3ef4226e586dc1ee81aa0206
3
+ size 4536