tomtseng commited on
Commit
57be71a
·
verified ·
1 Parent(s): 9ba8947

Model save

Browse files
README.md CHANGED
@@ -38,8 +38,10 @@ The following hyperparameters were used during training:
38
  - eval_batch_size: 16
39
  - seed: 42
40
  - distributed_type: multi-GPU
 
41
  - gradient_accumulation_steps: 4
42
- - total_train_batch_size: 4
 
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: cosine
45
  - num_epochs: 1
 
38
  - eval_batch_size: 16
39
  - seed: 42
40
  - distributed_type: multi-GPU
41
+ - num_devices: 2
42
  - gradient_accumulation_steps: 4
43
+ - total_train_batch_size: 8
44
+ - total_eval_batch_size: 32
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: cosine
47
  - num_epochs: 1
adapter_config.json CHANGED
@@ -16,10 +16,10 @@
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
 
19
  "k_proj",
20
  "v_proj",
21
- "o_proj",
22
- "q_proj"
23
  ],
24
  "task_type": "CAUSAL_LM"
25
  }
 
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
19
+ "q_proj",
20
  "k_proj",
21
  "v_proj",
22
+ "o_proj"
 
23
  ],
24
  "task_type": "CAUSAL_LM"
25
  }
runs/Feb04_01-20-10_r2d2-devbox-fqvnh/events.out.tfevents.1738632026.r2d2-devbox-fqvnh.23252.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fbf9bbcd4df87a9eaa4f03287ea293f6e2c4b44c8b8565d8f317734561d11300
3
- size 4702
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba55e79b9ee473fa8ab8598b378c276e2126191501f8d664f99382b2bfc0a228
3
+ size 5318
runs/Feb04_22-38-24_r2d2-devbox-xp7fc/events.out.tfevents.1738708842.r2d2-devbox-xp7fc.888.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6bd34f7bd564b3e89dea287dc1fc02df69c63fbac2734e27387a683ae970fce
3
+ size 4702
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7f61e0d477403b0348768c2a5c82297770d6a18e17c7c1da31e26b329c52011d
3
  size 5880
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:912dcdc963386b5c0cad746ef1802ff00a9e0cd07742bddd360e8ea6480356ae
3
  size 5880