anyiwang commited on
Commit
ece77e4
·
verified ·
1 Parent(s): 72afc53

End of training

Browse files
README.md CHANGED
@@ -41,7 +41,7 @@ The following hyperparameters were used during training:
41
  - seed: 42
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: constant
44
- - num_epochs: 5
45
  - mixed_precision_training: Native AMP
46
 
47
  ### Training results
 
41
  - seed: 42
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: constant
44
+ - num_epochs: 10
45
  - mixed_precision_training: Native AMP
46
 
47
  ### Training results
adapter_config.json CHANGED
@@ -19,14 +19,14 @@
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "down_proj",
23
  "v_proj",
24
- "up_proj",
25
- "q_proj",
26
  "lm_head",
27
- "gate_proj",
 
 
28
  "o_proj",
29
- "k_proj"
 
30
  ],
31
  "task_type": "CAUSAL_LM"
32
  }
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
 
22
  "v_proj",
 
 
23
  "lm_head",
24
+ "q_proj",
25
+ "k_proj",
26
+ "down_proj",
27
  "o_proj",
28
+ "up_proj",
29
+ "gate_proj"
30
  ],
31
  "task_type": "CAUSAL_LM"
32
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9eb9f4305592c59e81d8e71302f47f82add0b03c09e4dfe01f5a1ac259b0ff61
3
  size 694431312
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd8850961d4e9b588991621616cef460b4b357d717b5708a847b1822f00f3adf
3
  size 694431312
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a87c98eb0151dad759c0c84aaeb7a6378998f4809a3413b83befa91d56db89a2
3
  size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5084b6220077ec47cb290257b691492aa4fe49992f105b31821a3a0b7226f299
3
  size 4728