TachyHealthResearch commited on
Commit
d7237b3
·
1 Parent(s): b0a2297

Training in progress, step 5

Browse files
adapter_config.json CHANGED
@@ -19,12 +19,12 @@
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "gate_proj",
23
- "o_proj",
24
  "k_proj",
25
- "v_proj",
26
  "down_proj",
 
 
27
  "up_proj",
 
28
  "q_proj"
29
  ],
30
  "task_type": "CAUSAL_LM"
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
 
 
22
  "k_proj",
 
23
  "down_proj",
24
+ "o_proj",
25
+ "v_proj",
26
  "up_proj",
27
+ "gate_proj",
28
  "q_proj"
29
  ],
30
  "task_type": "CAUSAL_LM"
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:298922edea9bd506a442bf3faaefa327c3431746fa35ad70b63b6f230de6e185
3
  size 83945296
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51326898c9ef6fc768659d7f8ee0bb27d36722ca47a789d23e6736885330909a
3
  size 83945296
runs/Dec10_09-22-01_ed2eda2b1dab/events.out.tfevents.1702200825.ed2eda2b1dab.1854.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92db483a0a70070a220c3ecea82255e0c3d56f7985fc178ce0dc0bc2ba891ab5
3
+ size 5362
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5059c653756752cb24f5c1887d956f8a30f1a817ab283357ddbf07235a6cac86
3
  size 4600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b27b54f4df6b3ea01a348f2fcdb61d482edb9033e83476fc3a25b4bfa991e681
3
  size 4600
training_config.json CHANGED
@@ -71,7 +71,7 @@
71
  "eval_delay": 0,
72
  "eval_steps": 1000,
73
  "warmup_steps": 3,
74
- "max_steps": 100,
75
  "num_train_epochs": 1,
76
  "learning_rate": 0.0002,
77
  "max_grad_norm": 1.0,
 
71
  "eval_delay": 0,
72
  "eval_steps": 1000,
73
  "warmup_steps": 3,
74
+ "max_steps": 75,
75
  "num_train_epochs": 1,
76
  "learning_rate": 0.0002,
77
  "max_grad_norm": 1.0,