sravanthib commited on
Commit
3fe57a6
·
verified ·
1 Parent(s): 1918cb3

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
- "v_proj",
27
  "q_proj",
 
28
  "down_proj",
29
- "o_proj",
30
  "k_proj",
31
- "up_proj",
32
- "gate_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
  "k_proj",
30
+ "o_proj",
31
+ "gate_proj",
32
+ "v_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:d035c7d217578a4cf81b6f3d9058e6b661d834dc982c560bb61d99f7eb41ab0b
3
  size 11301520
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdd99dc63ebcbe730c33f4522daa71eb8092bfe7c235bdf025f98a8fadf9d7be
3
  size 11301520
metrics.json CHANGED
@@ -1 +1 @@
1
- {"run_name": "./custom_deepspeed", "train_runtime": 267.2762, "train_samples_per_second": 11.973, "train_steps_per_second": 0.075, "total_flos": 3.848728354383462e+16, "train_loss": 1.5882408142089843, "epoch": 0.0365296803652968}
 
1
+ {"run_name": "/data-shared/testing-refactored", "train_runtime": 82.5533, "train_samples_per_second": 4.845, "train_steps_per_second": 0.121, "total_flos": 4810910442979328.0, "train_loss": 3.1294017791748048, "epoch": 0.01, "total_training_time": 89.90108489990234, "total_training_time_mins": 1.4983514149983723, "avg_step_time": 6.669609618186951}