acmc commited on
Commit
6546e0a
1 Parent(s): 1280331

End of training

Browse files
README.md CHANGED
@@ -35,13 +35,15 @@ More information needed
35
 
36
  The following hyperparameters were used during training:
37
  - learning_rate: 0.0002
38
- - train_batch_size: 6
39
  - eval_batch_size: 48
40
  - seed: 42
 
 
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: constant
43
  - lr_scheduler_warmup_ratio: 0.03
44
- - training_steps: 50
45
  - mixed_precision_training: Native AMP
46
 
47
  ### Training results
 
35
 
36
  The following hyperparameters were used during training:
37
  - learning_rate: 0.0002
38
+ - train_batch_size: 12
39
  - eval_batch_size: 48
40
  - seed: 42
41
+ - gradient_accumulation_steps: 4
42
+ - total_train_batch_size: 48
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: constant
45
  - lr_scheduler_warmup_ratio: 0.03
46
+ - training_steps: 100
47
  - mixed_precision_training: Native AMP
48
 
49
  ### Training results
adapter_config.json CHANGED
@@ -20,10 +20,10 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "dense_4h_to_h",
24
  "dense",
25
  "query_key_value",
26
- "dense_h_to_4h"
 
27
  ],
28
  "task_type": "CAUSAL_LM",
29
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
23
  "dense",
24
  "query_key_value",
25
+ "dense_h_to_4h",
26
+ "dense_4h_to_h"
27
  ],
28
  "task_type": "CAUSAL_LM",
29
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:82e8fce004b9e89d75b0b615c8d5a1127430f35bbca1cab4df0df707c093eb4e
3
  size 522227376
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c288ff854713bcfa6217a1c218a5830891e76b64cb2a94ec63c8441f2c66903d
3
  size 522227376
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d0b599ed3288d0990c345f1678563aee156692f6216b0605e94086af099a0313
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a67960fbfa9a0773a29843b8b60848e019458d5fe2a159ae7a4fc8827c8c18d2
3
  size 4984