jihong008 commited on
Commit
4c6d228
·
verified ·
1 Parent(s): 6a80b5f

Training in progress, step 500

Browse files
adapter_config.json CHANGED
@@ -24,21 +24,21 @@
24
  "revision": null,
25
  "target_modules": [
26
  "lm_heads.3",
27
- "out_proj",
28
- "embed_tokens.1",
29
- "lm_heads.0",
30
- "v_proj",
31
  "embed_tokens.0",
32
- "embed_tokens.3",
33
- "q_proj",
34
- "fc1",
35
  "embed_tokens.2",
36
- "enc_to_dec_proj",
37
- "lm_heads.2",
38
- "lm_heads.1",
39
  "fc2",
 
 
 
 
 
 
40
  "k_proj",
41
- "audio_enc_to_dec_proj"
 
 
42
  ],
43
  "task_type": null,
44
  "use_dora": false,
 
24
  "revision": null,
25
  "target_modules": [
26
  "lm_heads.3",
 
 
 
 
27
  "embed_tokens.0",
 
 
 
28
  "embed_tokens.2",
29
+ "v_proj",
30
+ "q_proj",
 
31
  "fc2",
32
+ "lm_heads.1",
33
+ "lm_heads.2",
34
+ "fc1",
35
+ "embed_tokens.1",
36
+ "lm_heads.0",
37
+ "embed_tokens.3",
38
  "k_proj",
39
+ "enc_to_dec_proj",
40
+ "audio_enc_to_dec_proj",
41
+ "out_proj"
42
  ],
43
  "task_type": null,
44
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:19d442511f113fbf128dd4b4125ab1561bcd367e0abece36f861aa3a753a6f90
3
  size 87103456
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e9aee3c102dd92705019df0ee99d4604e7b6f060a6d8411db9f457bd070868c
3
  size 87103456
trainer_state.json CHANGED
@@ -1,39 +1,123 @@
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
- "epoch": 4.0,
5
  "eval_steps": 500,
6
- "global_step": 4,
7
  "is_hyper_param_search": false,
8
  "is_local_process_zero": true,
9
  "is_world_process_zero": true,
10
  "log_history": [
11
  {
12
- "epoch": 2.0,
13
- "grad_norm": 0.28847259283065796,
14
- "learning_rate": 0.0001,
15
- "loss": 2.4057,
16
  "step": 2
17
  },
18
  {
19
- "epoch": 4.0,
20
- "grad_norm": 0.39801156520843506,
21
- "learning_rate": 0.0,
22
- "loss": 2.3519,
23
  "step": 4
24
  },
25
  {
26
- "epoch": 4.0,
27
- "step": 4,
28
- "total_flos": 4471506350256.0,
29
- "train_loss": 2.3788044452667236,
30
- "train_runtime": 6.9877,
31
- "train_samples_per_second": 2.29,
32
- "train_steps_per_second": 0.572
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  }
34
  ],
35
  "logging_steps": 2,
36
- "max_steps": 4,
37
  "num_input_tokens_seen": 0,
38
  "num_train_epochs": 4,
39
  "save_steps": 500,
@@ -49,7 +133,7 @@
49
  "attributes": {}
50
  }
51
  },
52
- "total_flos": 4471506350256.0,
53
  "train_batch_size": 2,
54
  "trial_name": null,
55
  "trial_params": null
 
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
+ "epoch": 3.6721311475409837,
5
  "eval_steps": 500,
6
+ "global_step": 28,
7
  "is_hyper_param_search": false,
8
  "is_local_process_zero": true,
9
  "is_world_process_zero": true,
10
  "log_history": [
11
  {
12
+ "epoch": 0.26229508196721313,
13
+ "grad_norm": 1.36014723777771,
14
+ "learning_rate": 0.00018571428571428572,
15
+ "loss": 9.4034,
16
  "step": 2
17
  },
18
  {
19
+ "epoch": 0.5245901639344263,
20
+ "grad_norm": 2.117264986038208,
21
+ "learning_rate": 0.00017142857142857143,
22
+ "loss": 8.9051,
23
  "step": 4
24
  },
25
  {
26
+ "epoch": 0.7868852459016393,
27
+ "grad_norm": 2.277207851409912,
28
+ "learning_rate": 0.00015714285714285716,
29
+ "loss": 8.3058,
30
+ "step": 6
31
+ },
32
+ {
33
+ "epoch": 1.0491803278688525,
34
+ "grad_norm": 1.9988380670547485,
35
+ "learning_rate": 0.00014285714285714287,
36
+ "loss": 7.8175,
37
+ "step": 8
38
+ },
39
+ {
40
+ "epoch": 1.3114754098360657,
41
+ "grad_norm": 1.7698421478271484,
42
+ "learning_rate": 0.00012857142857142858,
43
+ "loss": 7.2821,
44
+ "step": 10
45
+ },
46
+ {
47
+ "epoch": 1.5737704918032787,
48
+ "grad_norm": 2.32663893699646,
49
+ "learning_rate": 0.00011428571428571428,
50
+ "loss": 7.4096,
51
+ "step": 12
52
+ },
53
+ {
54
+ "epoch": 1.8360655737704918,
55
+ "grad_norm": 1.4435824155807495,
56
+ "learning_rate": 0.0001,
57
+ "loss": 7.1488,
58
+ "step": 14
59
+ },
60
+ {
61
+ "epoch": 2.098360655737705,
62
+ "grad_norm": 1.5567710399627686,
63
+ "learning_rate": 8.571428571428571e-05,
64
+ "loss": 6.7253,
65
+ "step": 16
66
+ },
67
+ {
68
+ "epoch": 2.360655737704918,
69
+ "grad_norm": 1.3461309671401978,
70
+ "learning_rate": 7.142857142857143e-05,
71
+ "loss": 6.9232,
72
+ "step": 18
73
+ },
74
+ {
75
+ "epoch": 2.6229508196721314,
76
+ "grad_norm": 1.2633932828903198,
77
+ "learning_rate": 5.714285714285714e-05,
78
+ "loss": 6.7861,
79
+ "step": 20
80
+ },
81
+ {
82
+ "epoch": 2.8852459016393444,
83
+ "grad_norm": 0.7925029993057251,
84
+ "learning_rate": 4.2857142857142856e-05,
85
+ "loss": 6.8389,
86
+ "step": 22
87
+ },
88
+ {
89
+ "epoch": 3.1475409836065573,
90
+ "grad_norm": 1.3408855199813843,
91
+ "learning_rate": 2.857142857142857e-05,
92
+ "loss": 6.5778,
93
+ "step": 24
94
+ },
95
+ {
96
+ "epoch": 3.4098360655737707,
97
+ "grad_norm": 1.250908613204956,
98
+ "learning_rate": 1.4285714285714285e-05,
99
+ "loss": 6.8636,
100
+ "step": 26
101
+ },
102
+ {
103
+ "epoch": 3.6721311475409837,
104
+ "grad_norm": 1.3394016027450562,
105
+ "learning_rate": 0.0,
106
+ "loss": 6.9516,
107
+ "step": 28
108
+ },
109
+ {
110
+ "epoch": 3.6721311475409837,
111
+ "step": 28,
112
+ "total_flos": 134754941373624.0,
113
+ "train_loss": 7.424190691539219,
114
+ "train_runtime": 121.6682,
115
+ "train_samples_per_second": 4.011,
116
+ "train_steps_per_second": 0.23
117
  }
118
  ],
119
  "logging_steps": 2,
120
+ "max_steps": 28,
121
  "num_input_tokens_seen": 0,
122
  "num_train_epochs": 4,
123
  "save_steps": 500,
 
133
  "attributes": {}
134
  }
135
  },
136
+ "total_flos": 134754941373624.0,
137
  "train_batch_size": 2,
138
  "trial_name": null,
139
  "trial_params": null
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f143200a1c3e49ed254281489474e15594df2e4750b346b8897649dc3e2ae490
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf98e72b2ffaac26af2a5f6b503a28a6a832efb516b8f0746c342f7fb6e02eda
3
  size 5304