anyiwang commited on
Commit
9ed66c2
·
verified ·
1 Parent(s): 4b1e13e

End of training

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