sravanthib commited on
Commit
f251315
·
verified ·
1 Parent(s): 7182b18

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
- "q_proj",
27
- "o_proj",
28
- "down_proj",
29
- "v_proj",
30
  "k_proj",
31
  "gate_proj",
32
- "up_proj"
 
 
 
 
33
  ],
34
  "task_type": "CAUSAL_LM",
35
  "use_dora": false,
 
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
 
 
 
 
26
  "k_proj",
27
  "gate_proj",
28
+ "down_proj",
29
+ "v_proj",
30
+ "q_proj",
31
+ "up_proj",
32
+ "o_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:12764a7538c8ef7d2c1f575a9125e62cd4b4be397700c8c925d14c1200e61b21
3
  size 11301520
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5daeb91e434a58778dcd3ffe039957062df01da905dbd9656e16d83fe2b84f74
3
  size 11301520
metrics.json CHANGED
@@ -1 +1 @@
1
- {"run_name": "/data-shared/testing-refactored", "train_runtime": 74.9153, "train_samples_per_second": 5.339, "train_steps_per_second": 0.133, "total_flos": 4810910442979328.0, "train_loss": 3.104553985595703, "epoch": 0.01, "total_training_time": 82.03439784049988, "total_training_time_mins": 1.3672399640083313, "avg_step_time": 6.863372492790222}
 
1
+ {"run_name": "/data-shared/testing-refactored", "train_runtime": 72.2149, "train_samples_per_second": 5.539, "train_steps_per_second": 0.138, "total_flos": 4810910442979328.0, "train_loss": 3.2091583251953124, "epoch": 0.01, "total_training_time": 80.47256731987, "total_training_time_mins": 1.3412094553311666, "avg_step_time": 6.693000960350036}