sravanthib commited on
Commit
947f8da
·
verified ·
1 Parent(s): 49faec6

Training in progress, step 10

Browse files
adapter_config.json CHANGED
@@ -23,13 +23,13 @@
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
- "gate_proj",
27
- "up_proj",
28
- "v_proj",
29
  "q_proj",
 
30
  "down_proj",
 
 
31
  "o_proj",
32
- "k_proj"
33
  ],
34
  "task_type": "CAUSAL_LM",
35
  "use_dora": false,
 
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
 
 
 
26
  "q_proj",
27
+ "up_proj",
28
  "down_proj",
29
+ "v_proj",
30
+ "k_proj",
31
  "o_proj",
32
+ "gate_proj"
33
  ],
34
  "task_type": "CAUSAL_LM",
35
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:961b3bc732c9250003cd79f09bd79c8fc5eac2b968fcf520dae28541bb818f7a
3
  size 11301520
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90b210ecde44172b100c85514e15d846d6378ff877f2b9324b16db986faa2208
3
  size 11301520
metrics.json CHANGED
@@ -1 +1 @@
1
- {"run_name": "/data-shared/testing-refactored", "train_runtime": 80.5488, "train_samples_per_second": 9.932, "train_steps_per_second": 0.124, "total_flos": 9621820885958656.0, "train_loss": 3.1137392044067385, "epoch": 0.02, "total_training_time": 90.58460640907288, "total_training_time_mins": 1.5097434401512146, "avg_step_time": 7.272610497474671}
 
1
+ {"run_name": "/data-shared/testing-refactored", "train_runtime": 75.826, "train_samples_per_second": 10.55, "train_steps_per_second": 0.132, "total_flos": 9621820885958656.0, "train_loss": 2.993947219848633, "epoch": 0.02, "total_training_time": 87.23009157180786, "total_training_time_mins": 1.453834859530131, "avg_step_time": 6.869749426841736}