abinashnp commited on
Commit
32539bb
·
verified ·
1 Parent(s): 356a77a

End of training

Browse files
README.md CHANGED
@@ -41,7 +41,9 @@ The following hyperparameters were used during training:
41
  - total_train_batch_size: 32
42
  - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
43
  - lr_scheduler_type: linear
 
44
  - num_epochs: 10
 
45
 
46
  ### Training results
47
 
 
41
  - total_train_batch_size: 32
42
  - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
43
  - lr_scheduler_type: linear
44
+ - lr_scheduler_warmup_steps: 100
45
  - num_epochs: 10
46
+ - mixed_precision_training: Native AMP
47
 
48
  ### Training results
49
 
adapter_config.json CHANGED
@@ -24,12 +24,14 @@
24
  "rank_pattern": {},
25
  "revision": null,
26
  "target_modules": [
27
- "fc1",
28
  "o_proj",
29
- "fc2",
30
- "v_proj",
31
  "q_proj",
32
- "k_proj"
 
 
 
 
 
33
  ],
34
  "task_type": "CAUSAL_LM",
35
  "trainable_token_indices": null,
 
24
  "rank_pattern": {},
25
  "revision": null,
26
  "target_modules": [
 
27
  "o_proj",
 
 
28
  "q_proj",
29
+ "encoder.attention.*",
30
+ "decoder.attention.*",
31
+ "k_proj",
32
+ "fc2",
33
+ "fc1",
34
+ "v_proj"
35
  ],
36
  "task_type": "CAUSAL_LM",
37
  "trainable_token_indices": null,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c7c17dff717eef7fd0584a9cb9f9776c3c282a4f3b74f72e70a726eed201c3a0
3
  size 10839776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6ecda24970dd9cf9085a0ab88f71a28359adbea58cbac69db8ca42c3b1c1692
3
  size 10839776
runs/May22_14-37-56_abcc76a0a741/events.out.tfevents.1747924680.abcc76a0a741.173.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b23ddc174b13f93dcdbe7aa7d25e526da2562b0381816c1e3d72640af968f04
3
+ size 12502
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:73931a9c256fd27404e8fd8b7548e346fa309daa1b54a57a8703ab52f2aaf228
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7711e99e61b0522e4293e8730354a4c6e514da526cb975503f606c9eab1a16c7
3
  size 5304