noflm commited on
Commit
0efd89b
1 Parent(s): 7771c3e

Training in progress, step 4000

Browse files
checkpoint-4000/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-4000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14c63a71e3a0911d28b98dd8f0f01d5f0ae064bb9f21dc4e0a24e1e355a677a1
3
+ size 580895237
checkpoint-4000/preprocessor_config.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-4000/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73e9094804c4ffbab761a8f51a689672fef53c808ff5971ca1be1844410a6706
3
+ size 290458721
checkpoint-4000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4cd7282de05f479f53f62153d0b3f898b8cd0c32bfda9bf569bcc67867b3d2b
3
+ size 14575
checkpoint-4000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20b82c21fe7b9338877e01af34096cd81535fab5507b09dea08b203c45a08194
3
+ size 557
checkpoint-4000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cba228299e52812bc22cb60b71d20ee795308e1b3fb7b65add24d1e653a71c7
3
+ size 627
checkpoint-4000/trainer_state.json ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 14.0066,
5
+ "global_step": 4000,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 1.02,
12
+ "learning_rate": 9.960000000000001e-06,
13
+ "loss": 0.5615,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 3.02,
18
+ "learning_rate": 1e-05,
19
+ "loss": 0.3273,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 3.02,
24
+ "eval_loss": 0.4225325584411621,
25
+ "eval_runtime": 1489.9228,
26
+ "eval_samples_per_second": 3.09,
27
+ "eval_steps_per_second": 0.193,
28
+ "eval_wer": 20.82533081951615,
29
+ "step": 1000
30
+ },
31
+ {
32
+ "epoch": 5.01,
33
+ "learning_rate": 1e-05,
34
+ "loss": 0.1859,
35
+ "step": 1500
36
+ },
37
+ {
38
+ "epoch": 7.0,
39
+ "learning_rate": 1e-05,
40
+ "loss": 0.0923,
41
+ "step": 2000
42
+ },
43
+ {
44
+ "epoch": 7.0,
45
+ "eval_loss": 0.46434369683265686,
46
+ "eval_runtime": 1504.5618,
47
+ "eval_samples_per_second": 3.06,
48
+ "eval_steps_per_second": 0.191,
49
+ "eval_wer": 21.22002361108664,
50
+ "step": 2000
51
+ },
52
+ {
53
+ "epoch": 8.03,
54
+ "learning_rate": 1e-05,
55
+ "loss": 0.0369,
56
+ "step": 2500
57
+ },
58
+ {
59
+ "epoch": 10.02,
60
+ "learning_rate": 1e-05,
61
+ "loss": 0.0164,
62
+ "step": 3000
63
+ },
64
+ {
65
+ "epoch": 10.02,
66
+ "eval_loss": 0.5403426885604858,
67
+ "eval_runtime": 1504.7378,
68
+ "eval_samples_per_second": 3.06,
69
+ "eval_steps_per_second": 0.191,
70
+ "eval_wer": 22.962662766725987,
71
+ "step": 3000
72
+ },
73
+ {
74
+ "epoch": 12.01,
75
+ "learning_rate": 1e-05,
76
+ "loss": 0.0089,
77
+ "step": 3500
78
+ },
79
+ {
80
+ "epoch": 14.01,
81
+ "learning_rate": 1e-05,
82
+ "loss": 0.006,
83
+ "step": 4000
84
+ },
85
+ {
86
+ "epoch": 14.01,
87
+ "eval_loss": 0.5819889307022095,
88
+ "eval_runtime": 1478.853,
89
+ "eval_samples_per_second": 3.113,
90
+ "eval_steps_per_second": 0.195,
91
+ "eval_wer": 21.086109985375224,
92
+ "step": 4000
93
+ }
94
+ ],
95
+ "max_steps": 10000,
96
+ "num_train_epochs": 9223372036854775807,
97
+ "total_flos": 8.28210262966272e+18,
98
+ "trial_name": null,
99
+ "trial_params": null
100
+ }
checkpoint-4000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63250d2e981e0cfad1a5508019d2b4e5ef4e64d9d02e786f5ee65312228c5eb2
3
+ size 3643
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:be375a567856da345d07fddafbc867a1e8a9b3222b1c2aa85cabc598641d2c46
3
  size 290458721
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73e9094804c4ffbab761a8f51a689672fef53c808ff5971ca1be1844410a6706
3
  size 290458721
runs/Dec27_09-55-14_srv/events.out.tfevents.1672134971.srv.1172111.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:47abf8eeb54dda019a809756fc2c10eb9dc73ef8ae80dfef528cba96123d3874
3
- size 6324
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b882d8f41c24f02537f2a6b2bb95a1d397730b6c0b06cc8e340b51118aeb0f5
3
+ size 6956