noflm commited on
Commit
d0b54d2
1 Parent(s): 3f9a553

Training in progress, step 2000

Browse files
checkpoint-2000/config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "openai/whisper-base",
3
+ "activation_dropout": 0.0,
4
+ "activation_function": "gelu",
5
+ "architectures": [
6
+ "WhisperForConditionalGeneration"
7
+ ],
8
+ "attention_dropout": 0.0,
9
+ "begin_suppress_tokens": [
10
+ 220,
11
+ 50257
12
+ ],
13
+ "bos_token_id": 50257,
14
+ "d_model": 512,
15
+ "decoder_attention_heads": 8,
16
+ "decoder_ffn_dim": 2048,
17
+ "decoder_layerdrop": 0.0,
18
+ "decoder_layers": 6,
19
+ "decoder_start_token_id": 50258,
20
+ "dropout": 0.0,
21
+ "encoder_attention_heads": 8,
22
+ "encoder_ffn_dim": 2048,
23
+ "encoder_layerdrop": 0.0,
24
+ "encoder_layers": 6,
25
+ "eos_token_id": 50257,
26
+ "forced_decoder_ids": [
27
+ [
28
+ 1,
29
+ 50266
30
+ ],
31
+ [
32
+ 2,
33
+ 50359
34
+ ],
35
+ [
36
+ 3,
37
+ 50363
38
+ ]
39
+ ],
40
+ "init_std": 0.02,
41
+ "is_encoder_decoder": true,
42
+ "max_length": 448,
43
+ "max_source_positions": 1500,
44
+ "max_target_positions": 448,
45
+ "model_type": "whisper",
46
+ "num_hidden_layers": 6,
47
+ "num_mel_bins": 80,
48
+ "pad_token_id": 50257,
49
+ "scale_embedding": false,
50
+ "torch_dtype": "float32",
51
+ "transformers_version": "4.26.0.dev0",
52
+ "use_cache": false,
53
+ "vocab_size": 51865
54
+ }
checkpoint-2000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2645261f1f3b96c51b92a5d54ca223cc4a5fca2e6bd7b51d48fc7ed8fe6f82f0
3
+ size 580895237
checkpoint-2000/preprocessor_config.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-2000/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41743ac18fc5950c53b1ff840c995ec5a357f3cc4970952fee087c9addd50905
3
+ size 290458721
checkpoint-2000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd6130ef9e76eb136fa5585a8a50aa56d495a84821c5b23d35b65c22dfca0eac
3
+ size 14575
checkpoint-2000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:172321c3064ae4a11267185f654f9636260463be1a922f305c5370008f78b7f2
3
+ size 557
checkpoint-2000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:911fc2daffa1dbdc70f40912383806232b4dd4ee878b8e5ab2d6c6b9ef7ceb02
3
+ size 627
checkpoint-2000/trainer_state.json ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 222.0002,
5
+ "global_step": 2000,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 11.0,
12
+ "learning_rate": 4.85e-06,
13
+ "loss": 0.716,
14
+ "step": 100
15
+ },
16
+ {
17
+ "epoch": 22.0,
18
+ "learning_rate": 9.85e-06,
19
+ "loss": 0.0615,
20
+ "step": 200
21
+ },
22
+ {
23
+ "epoch": 33.0,
24
+ "learning_rate": 1e-05,
25
+ "loss": 0.0043,
26
+ "step": 300
27
+ },
28
+ {
29
+ "epoch": 44.0,
30
+ "learning_rate": 1e-05,
31
+ "loss": 0.002,
32
+ "step": 400
33
+ },
34
+ {
35
+ "epoch": 55.0,
36
+ "learning_rate": 1e-05,
37
+ "loss": 0.0008,
38
+ "step": 500
39
+ },
40
+ {
41
+ "epoch": 66.0,
42
+ "learning_rate": 1e-05,
43
+ "loss": 0.0006,
44
+ "step": 600
45
+ },
46
+ {
47
+ "epoch": 77.0,
48
+ "learning_rate": 1e-05,
49
+ "loss": 0.0004,
50
+ "step": 700
51
+ },
52
+ {
53
+ "epoch": 88.0,
54
+ "learning_rate": 1e-05,
55
+ "loss": 0.0003,
56
+ "step": 800
57
+ },
58
+ {
59
+ "epoch": 99.0,
60
+ "learning_rate": 1e-05,
61
+ "loss": 0.0003,
62
+ "step": 900
63
+ },
64
+ {
65
+ "epoch": 111.0,
66
+ "learning_rate": 1e-05,
67
+ "loss": 0.0002,
68
+ "step": 1000
69
+ },
70
+ {
71
+ "epoch": 111.0,
72
+ "eval_loss": 0.21552081406116486,
73
+ "eval_runtime": 10.773,
74
+ "eval_samples_per_second": 1.671,
75
+ "eval_steps_per_second": 0.093,
76
+ "eval_wer": 9.75609756097561,
77
+ "step": 1000
78
+ },
79
+ {
80
+ "epoch": 122.0,
81
+ "learning_rate": 1e-05,
82
+ "loss": 0.0002,
83
+ "step": 1100
84
+ },
85
+ {
86
+ "epoch": 133.0,
87
+ "learning_rate": 1e-05,
88
+ "loss": 0.0002,
89
+ "step": 1200
90
+ },
91
+ {
92
+ "epoch": 144.0,
93
+ "learning_rate": 1e-05,
94
+ "loss": 0.0001,
95
+ "step": 1300
96
+ },
97
+ {
98
+ "epoch": 155.0,
99
+ "learning_rate": 1e-05,
100
+ "loss": 0.0001,
101
+ "step": 1400
102
+ },
103
+ {
104
+ "epoch": 166.0,
105
+ "learning_rate": 1e-05,
106
+ "loss": 0.0001,
107
+ "step": 1500
108
+ },
109
+ {
110
+ "epoch": 177.0,
111
+ "learning_rate": 1e-05,
112
+ "loss": 0.0001,
113
+ "step": 1600
114
+ },
115
+ {
116
+ "epoch": 188.0,
117
+ "learning_rate": 1e-05,
118
+ "loss": 0.0001,
119
+ "step": 1700
120
+ },
121
+ {
122
+ "epoch": 199.0,
123
+ "learning_rate": 1e-05,
124
+ "loss": 0.0001,
125
+ "step": 1800
126
+ },
127
+ {
128
+ "epoch": 211.0,
129
+ "learning_rate": 1e-05,
130
+ "loss": 0.0001,
131
+ "step": 1900
132
+ },
133
+ {
134
+ "epoch": 222.0,
135
+ "learning_rate": 1e-05,
136
+ "loss": 0.0001,
137
+ "step": 2000
138
+ },
139
+ {
140
+ "epoch": 222.0,
141
+ "eval_loss": 0.2447899729013443,
142
+ "eval_runtime": 14.1456,
143
+ "eval_samples_per_second": 1.272,
144
+ "eval_steps_per_second": 0.071,
145
+ "eval_wer": 12.195121951219512,
146
+ "step": 2000
147
+ }
148
+ ],
149
+ "max_steps": 10000,
150
+ "num_train_epochs": 9223372036854775807,
151
+ "total_flos": 3.92065704787968e+18,
152
+ "trial_name": null,
153
+ "trial_params": null
154
+ }
checkpoint-2000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c36b35e37212c7c09dbca6abb82e5ea958e60ecae5b6ed572ed342d641b50f3
3
+ size 3643
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8302b40127705f268df65823fd39f0b81495cad1e6797296cc2e38a41669c1db
3
  size 290458721
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41743ac18fc5950c53b1ff840c995ec5a357f3cc4970952fee087c9addd50905
3
  size 290458721
runs/Dec29_11-05-20_srv/events.out.tfevents.1672311942.srv.13534.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:aeed09adde4bf566279be710545476d82a7691167f10d6e35f5837b3db7c8381
3
- size 6316
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b96c31bd693e2285579df0988e25ac68a155b117c3840ab359950adfc4ea43ce
3
+ size 8204