sravanthib commited on
Commit
8f819df
·
verified ·
1 Parent(s): 8552cb5

Training completed

Browse files
adapter_config.json CHANGED
@@ -25,13 +25,13 @@
25
  "rank_pattern": {},
26
  "revision": null,
27
  "target_modules": [
28
- "q_proj",
29
- "up_proj",
30
- "o_proj",
31
- "k_proj",
32
  "down_proj",
 
 
 
33
  "gate_proj",
34
- "v_proj"
 
35
  ],
36
  "task_type": "CAUSAL_LM",
37
  "trainable_token_indices": null,
 
25
  "rank_pattern": {},
26
  "revision": null,
27
  "target_modules": [
 
 
 
 
28
  "down_proj",
29
+ "v_proj",
30
+ "o_proj",
31
+ "q_proj",
32
  "gate_proj",
33
+ "k_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:32bcd55b69273467370848543d59b267b0c7d994c802a5f375b642af3f90a290
3
  size 40422208
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:714c773a2d791e54be8f6815ab4233ba57e668409fcebca02c34a07d4535460b
3
  size 40422208
all_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "epoch": 0.0091324200913242,
3
  "total_flos": 6.970544231337165e+16,
4
- "train_loss": 4.542318725585938,
5
- "train_runtime": 133.2368,
6
- "train_samples_per_second": 6.004,
7
  "train_steps_per_second": 0.075
8
  }
 
1
  {
2
  "epoch": 0.0091324200913242,
3
  "total_flos": 6.970544231337165e+16,
4
+ "train_loss": 4.496567153930664,
5
+ "train_runtime": 133.3192,
6
+ "train_samples_per_second": 6.001,
7
  "train_steps_per_second": 0.075
8
  }
train_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "epoch": 0.0091324200913242,
3
  "total_flos": 6.970544231337165e+16,
4
- "train_loss": 4.542318725585938,
5
- "train_runtime": 133.2368,
6
- "train_samples_per_second": 6.004,
7
  "train_steps_per_second": 0.075
8
  }
 
1
  {
2
  "epoch": 0.0091324200913242,
3
  "total_flos": 6.970544231337165e+16,
4
+ "train_loss": 4.496567153930664,
5
+ "train_runtime": 133.3192,
6
+ "train_samples_per_second": 6.001,
7
  "train_steps_per_second": 0.075
8
  }
trainer_state.json CHANGED
@@ -11,18 +11,18 @@
11
  "log_history": [
12
  {
13
  "epoch": 0.0091324200913242,
14
- "grad_norm": 0.7353410720825195,
15
  "learning_rate": 0.0001,
16
- "loss": 4.5423,
17
  "step": 10
18
  },
19
  {
20
  "epoch": 0.0091324200913242,
21
  "step": 10,
22
  "total_flos": 6.970544231337165e+16,
23
- "train_loss": 4.542318725585938,
24
- "train_runtime": 133.2368,
25
- "train_samples_per_second": 6.004,
26
  "train_steps_per_second": 0.075
27
  }
28
  ],
 
11
  "log_history": [
12
  {
13
  "epoch": 0.0091324200913242,
14
+ "grad_norm": 0.3816140294075012,
15
  "learning_rate": 0.0001,
16
+ "loss": 4.4966,
17
  "step": 10
18
  },
19
  {
20
  "epoch": 0.0091324200913242,
21
  "step": 10,
22
  "total_flos": 6.970544231337165e+16,
23
+ "train_loss": 4.496567153930664,
24
+ "train_runtime": 133.3192,
25
+ "train_samples_per_second": 6.001,
26
  "train_steps_per_second": 0.075
27
  }
28
  ],