sravanthib commited on
Commit
7241876
·
verified ·
1 Parent(s): 24c4153

Training in progress, step 20

Browse files
adapter_config.json CHANGED
@@ -25,13 +25,13 @@
25
  "rank_pattern": {},
26
  "revision": null,
27
  "target_modules": [
28
- "q_proj",
 
 
29
  "down_proj",
30
- "up_proj",
31
  "gate_proj",
32
- "o_proj",
33
- "v_proj",
34
- "k_proj"
35
  ],
36
  "task_type": "CAUSAL_LM",
37
  "trainable_token_indices": null,
 
25
  "rank_pattern": {},
26
  "revision": null,
27
  "target_modules": [
28
+ "k_proj",
29
+ "v_proj",
30
+ "o_proj",
31
  "down_proj",
32
+ "q_proj",
33
  "gate_proj",
34
+ "up_proj"
 
 
35
  ],
36
  "task_type": "CAUSAL_LM",
37
  "trainable_token_indices": null,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a79f8339fd10656bc3e44887f4514009734d96e2480e18915bdb23bccf834288
3
  size 11301520
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9a4110b2f067c1c3df33d9875e16ff46ec4326efa78cd8ecf7e6b17dfa169e1
3
  size 11301520
metrics.json CHANGED
@@ -1 +1 @@
1
- {"run_name": "./custom_deepspeed", "train_runtime": 262.4605, "train_samples_per_second": 12.192, "train_steps_per_second": 0.076, "total_flos": 3.848728354383462e+16, "train_loss": 1.5906079292297364, "epoch": 0.0365296803652968}
 
1
+ {"run_name": "./custom_deepspeed", "train_runtime": 262.0252, "train_samples_per_second": 12.213, "train_steps_per_second": 0.076, "total_flos": 3.848728354383462e+16, "train_loss": 1.592696189880371, "epoch": 0.0365296803652968}