chchen commited on
Commit
9bc5beb
·
verified ·
1 Parent(s): a9a1188

Training in progress, step 50

Browse files
adapter_config.json CHANGED
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "gate_proj",
24
  "k_proj",
25
  "v_proj",
 
26
  "q_proj",
27
- "o_proj",
28
  "up_proj",
29
- "down_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "down_proj",
24
  "k_proj",
25
  "v_proj",
26
+ "gate_proj",
27
  "q_proj",
 
28
  "up_proj",
29
+ "o_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1849ebd18594277dc7c334f19039234e27241446b681d5a0e21289c9b21b157c
3
  size 83945296
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18984a389dec3802f279ab2d5ca6adda74180b8b37faa46f34ddca3ec3510b33
3
  size 83945296
llama3_lora_sft.yaml CHANGED
@@ -32,7 +32,7 @@ load_best_model_at_end: true
32
  per_device_train_batch_size: 1
33
  gradient_accumulation_steps: 16
34
  learning_rate: 1.0e-4
35
- num_train_epochs: 10.0
36
  lr_scheduler_type: cosine
37
  warmup_ratio: 0.1
38
  bf16: true
 
32
  per_device_train_batch_size: 1
33
  gradient_accumulation_steps: 16
34
  learning_rate: 1.0e-4
35
+ num_train_epochs: 5.0
36
  lr_scheduler_type: cosine
37
  warmup_ratio: 0.1
38
  bf16: true
trainer_log.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b738b9bee55cd0da1b56f1cc59cf441a167494fc4ba6138504da1fb7791fe507
3
  size 5624
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:460ddaa0054fb58db1c7fc01e35d2b66fe1d6f8565617e2468ee89b2d4efa51b
3
  size 5624