Tflatval commited on
Commit
c5d740f
1 Parent(s): 13fa854

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ language_model/unigrams.txt filter=lfs diff=lfs merge=lfs -text
added_tokens.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "</s>": 33,
3
+ "<s>": 32
4
+ }
alphabet.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"labels": [" ", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "\u00e5", "\u00e6", "\u00f8" ,"\u2047", "", "<s>", "</s>"], "is_bpe": false}
checkpoint-59237/config.json ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "NbAiLab/nb-wav2vec2-300m-bokmaal",
3
+ "activation_dropout": 0.055,
4
+ "adapter_attn_dim": null,
5
+ "adapter_kernel_size": 3,
6
+ "adapter_stride": 2,
7
+ "add_adapter": false,
8
+ "apply_spec_augment": true,
9
+ "architectures": [
10
+ "Wav2Vec2ForCTC"
11
+ ],
12
+ "attention_dropout": 0.094,
13
+ "bos_token_id": 1,
14
+ "classifier_proj_size": 256,
15
+ "codevector_dim": 768,
16
+ "contrastive_logits_temperature": 0.1,
17
+ "conv_bias": true,
18
+ "conv_dim": [
19
+ 512,
20
+ 512,
21
+ 512,
22
+ 512,
23
+ 512,
24
+ 512,
25
+ 512
26
+ ],
27
+ "conv_kernel": [
28
+ 10,
29
+ 3,
30
+ 3,
31
+ 3,
32
+ 3,
33
+ 2,
34
+ 2
35
+ ],
36
+ "conv_stride": [
37
+ 5,
38
+ 2,
39
+ 2,
40
+ 2,
41
+ 2,
42
+ 2,
43
+ 2
44
+ ],
45
+ "ctc_loss_reduction": "mean",
46
+ "ctc_zero_infinity": true,
47
+ "diversity_loss_weight": 0.1,
48
+ "do_stable_layer_norm": true,
49
+ "eos_token_id": 2,
50
+ "feat_extract_activation": "gelu",
51
+ "feat_extract_dropout": 0.0,
52
+ "feat_extract_norm": "layer",
53
+ "feat_proj_dropout": 0.04,
54
+ "feat_quantizer_dropout": 0.0,
55
+ "final_dropout": 0.0,
56
+ "hidden_act": "gelu",
57
+ "hidden_dropout": 0.047,
58
+ "hidden_size": 1024,
59
+ "initializer_range": 0.02,
60
+ "intermediate_size": 4096,
61
+ "layer_norm_eps": 1e-05,
62
+ "layerdrop": 0.041,
63
+ "mask_channel_length": 10,
64
+ "mask_channel_min_space": 1,
65
+ "mask_channel_other": 0.0,
66
+ "mask_channel_prob": 0.0,
67
+ "mask_channel_selection": "static",
68
+ "mask_feature_length": 64,
69
+ "mask_feature_min_masks": 0,
70
+ "mask_feature_prob": 0.25,
71
+ "mask_time_length": 10,
72
+ "mask_time_min_masks": 2,
73
+ "mask_time_min_space": 1,
74
+ "mask_time_other": 0.0,
75
+ "mask_time_prob": 0.082,
76
+ "mask_time_selection": "static",
77
+ "model_type": "wav2vec2",
78
+ "num_adapter_layers": 3,
79
+ "num_attention_heads": 16,
80
+ "num_codevector_groups": 2,
81
+ "num_codevectors_per_group": 320,
82
+ "num_conv_pos_embedding_groups": 16,
83
+ "num_conv_pos_embeddings": 128,
84
+ "num_feat_extract_layers": 7,
85
+ "num_hidden_layers": 24,
86
+ "num_negatives": 100,
87
+ "output_hidden_size": 1024,
88
+ "pad_token_id": 31,
89
+ "proj_codevector_dim": 768,
90
+ "tdnn_dilation": [
91
+ 1,
92
+ 2,
93
+ 3,
94
+ 1,
95
+ 1
96
+ ],
97
+ "tdnn_dim": [
98
+ 512,
99
+ 512,
100
+ 512,
101
+ 512,
102
+ 1500
103
+ ],
104
+ "tdnn_kernel": [
105
+ 5,
106
+ 3,
107
+ 3,
108
+ 1,
109
+ 1
110
+ ],
111
+ "torch_dtype": "float32",
112
+ "transformers_version": "4.38.1",
113
+ "use_weighted_layer_sum": false,
114
+ "vocab_size": 34,
115
+ "xvector_output_dim": 512
116
+ }
checkpoint-59237/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f1b72a8661985e694d6249ad4fdebdffc86644e0140a80ac60f082cfeac4024
3
+ size 1261946880
checkpoint-59237/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2c3b047ddb1c29b2bcc8839961a0f59f822fcd59f2b7fb8db16b5b13ea7112e
3
+ size 2490438582
checkpoint-59237/preprocessor_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "feature_extractor_type": "Wav2Vec2FeatureExtractor",
4
+ "feature_size": 1,
5
+ "padding_side": "right",
6
+ "padding_value": 0,
7
+ "processor_class": "Wav2Vec2ProcessorWithLM",
8
+ "return_attention_mask": true,
9
+ "sampling_rate": 16000
10
+ }
checkpoint-59237/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5f13c8b13dacbc68a95a5bb675bf2afe6ed6c8101888da97f31a0462591c0db
3
+ size 14308
checkpoint-59237/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab370388164fb385032b67eff9f30477507323458cd5a60ff10a4d4cc5e8f3b0
3
+ size 1064
checkpoint-59237/trainer_state.json ADDED
@@ -0,0 +1,1612 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.2507504502701621,
3
+ "best_model_checkpoint": "/cluster/home/torstefl/Master/saved_model/W2V/Combined/BB-RUND/30.05/checkpoint-59237",
4
+ "epoch": 37.0,
5
+ "eval_steps": 500,
6
+ "global_step": 59237,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.0,
13
+ "grad_norm": 3.5616490840911865,
14
+ "learning_rate": 9.984170131116086e-05,
15
+ "loss": 0.9316,
16
+ "step": 1601
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_rundkast_loss": 0.3094605803489685,
21
+ "eval_rundkast_runtime": 31.7263,
22
+ "eval_rundkast_samples_per_second": 42.394,
23
+ "eval_rundkast_steps_per_second": 1.355,
24
+ "eval_rundkast_wer": 0.18334393891186765,
25
+ "step": 1601
26
+ },
27
+ {
28
+ "epoch": 1.0,
29
+ "eval_nb_samtale_loss": 0.5153853297233582,
30
+ "eval_nb_samtale_runtime": 36.9199,
31
+ "eval_nb_samtale_samples_per_second": 14.437,
32
+ "eval_nb_samtale_steps_per_second": 0.46,
33
+ "eval_nb_samtale_wer": 0.2501627604166667,
34
+ "step": 1601
35
+ },
36
+ {
37
+ "epoch": 1.0,
38
+ "eval_BB_RUND_loss": 0.8934017419815063,
39
+ "eval_BB_RUND_runtime": 74.2605,
40
+ "eval_BB_RUND_samples_per_second": 36.56,
41
+ "eval_BB_RUND_steps_per_second": 1.145,
42
+ "eval_BB_RUND_wer": 0.3665399239543726,
43
+ "step": 1601
44
+ },
45
+ {
46
+ "epoch": 1.0,
47
+ "eval_bigbrother_loss": 1.4666274785995483,
48
+ "eval_bigbrother_runtime": 39.9935,
49
+ "eval_bigbrother_samples_per_second": 34.256,
50
+ "eval_bigbrother_steps_per_second": 1.075,
51
+ "eval_bigbrother_wer": 0.5517602513493918,
52
+ "step": 1601
53
+ },
54
+ {
55
+ "epoch": 2.0,
56
+ "grad_norm": 1.8291858434677124,
57
+ "learning_rate": 9.728173968660058e-05,
58
+ "loss": 0.7975,
59
+ "step": 3202
60
+ },
61
+ {
62
+ "epoch": 2.0,
63
+ "eval_rundkast_loss": 0.27037981152534485,
64
+ "eval_rundkast_runtime": 31.304,
65
+ "eval_rundkast_samples_per_second": 42.966,
66
+ "eval_rundkast_steps_per_second": 1.374,
67
+ "eval_rundkast_wer": 0.17968501431753103,
68
+ "step": 3202
69
+ },
70
+ {
71
+ "epoch": 2.0,
72
+ "eval_nb_samtale_loss": 0.4818350672721863,
73
+ "eval_nb_samtale_runtime": 36.3495,
74
+ "eval_nb_samtale_samples_per_second": 14.663,
75
+ "eval_nb_samtale_steps_per_second": 0.468,
76
+ "eval_nb_samtale_wer": 0.2549641927083333,
77
+ "step": 3202
78
+ },
79
+ {
80
+ "epoch": 2.0,
81
+ "eval_BB_RUND_loss": 0.7777431607246399,
82
+ "eval_BB_RUND_runtime": 74.0457,
83
+ "eval_BB_RUND_samples_per_second": 36.667,
84
+ "eval_BB_RUND_steps_per_second": 1.148,
85
+ "eval_BB_RUND_wer": 0.3568941364818891,
86
+ "step": 3202
87
+ },
88
+ {
89
+ "epoch": 2.0,
90
+ "eval_bigbrother_loss": 1.2756603956222534,
91
+ "eval_bigbrother_runtime": 39.2125,
92
+ "eval_bigbrother_samples_per_second": 34.938,
93
+ "eval_bigbrother_steps_per_second": 1.097,
94
+ "eval_bigbrother_wer": 0.5356481108515266,
95
+ "step": 3202
96
+ },
97
+ {
98
+ "epoch": 3.0,
99
+ "grad_norm": 1.1911417245864868,
100
+ "learning_rate": 9.472337703869524e-05,
101
+ "loss": 0.7318,
102
+ "step": 4803
103
+ },
104
+ {
105
+ "epoch": 3.0,
106
+ "eval_rundkast_loss": 0.2820556163787842,
107
+ "eval_rundkast_runtime": 31.3992,
108
+ "eval_rundkast_samples_per_second": 42.835,
109
+ "eval_rundkast_steps_per_second": 1.369,
110
+ "eval_rundkast_wer": 0.16679923639834554,
111
+ "step": 4803
112
+ },
113
+ {
114
+ "epoch": 3.0,
115
+ "eval_nb_samtale_loss": 0.4887722134590149,
116
+ "eval_nb_samtale_runtime": 36.3679,
117
+ "eval_nb_samtale_samples_per_second": 14.656,
118
+ "eval_nb_samtale_steps_per_second": 0.467,
119
+ "eval_nb_samtale_wer": 0.23697916666666666,
120
+ "step": 4803
121
+ },
122
+ {
123
+ "epoch": 3.0,
124
+ "eval_BB_RUND_loss": 0.7739498615264893,
125
+ "eval_BB_RUND_runtime": 74.2643,
126
+ "eval_BB_RUND_samples_per_second": 36.559,
127
+ "eval_BB_RUND_steps_per_second": 1.145,
128
+ "eval_BB_RUND_wer": 0.3293976385831499,
129
+ "step": 4803
130
+ },
131
+ {
132
+ "epoch": 3.0,
133
+ "eval_bigbrother_loss": 1.256850004196167,
134
+ "eval_bigbrother_runtime": 39.3324,
135
+ "eval_bigbrother_samples_per_second": 34.831,
136
+ "eval_bigbrother_steps_per_second": 1.093,
137
+ "eval_bigbrother_wer": 0.49343430274711997,
138
+ "step": 4803
139
+ },
140
+ {
141
+ "epoch": 4.0,
142
+ "grad_norm": 1.5012503862380981,
143
+ "learning_rate": 9.216341541413495e-05,
144
+ "loss": 0.6896,
145
+ "step": 6404
146
+ },
147
+ {
148
+ "epoch": 4.0,
149
+ "eval_rundkast_loss": 0.2698061466217041,
150
+ "eval_rundkast_runtime": 31.5141,
151
+ "eval_rundkast_samples_per_second": 42.679,
152
+ "eval_rundkast_steps_per_second": 1.364,
153
+ "eval_rundkast_wer": 0.1590836780146357,
154
+ "step": 6404
155
+ },
156
+ {
157
+ "epoch": 4.0,
158
+ "eval_nb_samtale_loss": 0.46429482102394104,
159
+ "eval_nb_samtale_runtime": 36.1366,
160
+ "eval_nb_samtale_samples_per_second": 14.75,
161
+ "eval_nb_samtale_steps_per_second": 0.47,
162
+ "eval_nb_samtale_wer": 0.22770182291666666,
163
+ "step": 6404
164
+ },
165
+ {
166
+ "epoch": 4.0,
167
+ "eval_BB_RUND_loss": 0.7106366157531738,
168
+ "eval_BB_RUND_runtime": 74.1602,
169
+ "eval_BB_RUND_samples_per_second": 36.61,
170
+ "eval_BB_RUND_steps_per_second": 1.146,
171
+ "eval_BB_RUND_wer": 0.3115469281568941,
172
+ "step": 6404
173
+ },
174
+ {
175
+ "epoch": 4.0,
176
+ "eval_bigbrother_loss": 1.1434192657470703,
177
+ "eval_bigbrother_runtime": 39.4465,
178
+ "eval_bigbrother_samples_per_second": 34.731,
179
+ "eval_bigbrother_steps_per_second": 1.09,
180
+ "eval_bigbrother_wer": 0.4657214210907919,
181
+ "step": 6404
182
+ },
183
+ {
184
+ "epoch": 5.0,
185
+ "grad_norm": 1.3953436613082886,
186
+ "learning_rate": 8.960345378957467e-05,
187
+ "loss": 0.6527,
188
+ "step": 8005
189
+ },
190
+ {
191
+ "epoch": 5.0,
192
+ "eval_rundkast_loss": 0.3087877333164215,
193
+ "eval_rundkast_runtime": 31.2187,
194
+ "eval_rundkast_samples_per_second": 43.083,
195
+ "eval_rundkast_steps_per_second": 1.377,
196
+ "eval_rundkast_wer": 0.15717467387846007,
197
+ "step": 8005
198
+ },
199
+ {
200
+ "epoch": 5.0,
201
+ "eval_nb_samtale_loss": 0.498180627822876,
202
+ "eval_nb_samtale_runtime": 36.0025,
203
+ "eval_nb_samtale_samples_per_second": 14.805,
204
+ "eval_nb_samtale_steps_per_second": 0.472,
205
+ "eval_nb_samtale_wer": 0.22737630208333334,
206
+ "step": 8005
207
+ },
208
+ {
209
+ "epoch": 5.0,
210
+ "eval_BB_RUND_loss": 0.7562405467033386,
211
+ "eval_BB_RUND_runtime": 73.6895,
212
+ "eval_BB_RUND_samples_per_second": 36.844,
213
+ "eval_BB_RUND_steps_per_second": 1.153,
214
+ "eval_BB_RUND_wer": 0.3094656794076446,
215
+ "step": 8005
216
+ },
217
+ {
218
+ "epoch": 5.0,
219
+ "eval_bigbrother_loss": 1.1955605745315552,
220
+ "eval_bigbrother_runtime": 39.2755,
221
+ "eval_bigbrother_samples_per_second": 34.882,
222
+ "eval_bigbrother_steps_per_second": 1.095,
223
+ "eval_bigbrother_wer": 0.4638685249335374,
224
+ "step": 8005
225
+ },
226
+ {
227
+ "epoch": 6.0,
228
+ "grad_norm": 1.5980861186981201,
229
+ "learning_rate": 8.704828909497922e-05,
230
+ "loss": 0.6237,
231
+ "step": 9606
232
+ },
233
+ {
234
+ "epoch": 6.0,
235
+ "eval_rundkast_loss": 0.269611120223999,
236
+ "eval_rundkast_runtime": 31.4039,
237
+ "eval_rundkast_samples_per_second": 42.829,
238
+ "eval_rundkast_steps_per_second": 1.369,
239
+ "eval_rundkast_wer": 0.14675469296850144,
240
+ "step": 9606
241
+ },
242
+ {
243
+ "epoch": 6.0,
244
+ "eval_nb_samtale_loss": 0.4713493287563324,
245
+ "eval_nb_samtale_runtime": 35.984,
246
+ "eval_nb_samtale_samples_per_second": 14.812,
247
+ "eval_nb_samtale_steps_per_second": 0.472,
248
+ "eval_nb_samtale_wer": 0.22029622395833334,
249
+ "step": 9606
250
+ },
251
+ {
252
+ "epoch": 6.0,
253
+ "eval_BB_RUND_loss": 0.6956652998924255,
254
+ "eval_BB_RUND_runtime": 73.7058,
255
+ "eval_BB_RUND_samples_per_second": 36.836,
256
+ "eval_BB_RUND_steps_per_second": 1.153,
257
+ "eval_BB_RUND_wer": 0.29605763458074846,
258
+ "step": 9606
259
+ },
260
+ {
261
+ "epoch": 6.0,
262
+ "eval_bigbrother_loss": 1.1138566732406616,
263
+ "eval_bigbrother_runtime": 39.5517,
264
+ "eval_bigbrother_samples_per_second": 34.638,
265
+ "eval_bigbrother_steps_per_second": 1.087,
266
+ "eval_bigbrother_wer": 0.4462257310883751,
267
+ "step": 9606
268
+ },
269
+ {
270
+ "epoch": 7.0,
271
+ "grad_norm": 4.422884941101074,
272
+ "learning_rate": 8.448832747041894e-05,
273
+ "loss": 0.5972,
274
+ "step": 11207
275
+ },
276
+ {
277
+ "epoch": 7.0,
278
+ "eval_rundkast_loss": 0.25946080684661865,
279
+ "eval_rundkast_runtime": 31.4395,
280
+ "eval_rundkast_samples_per_second": 42.781,
281
+ "eval_rundkast_steps_per_second": 1.368,
282
+ "eval_rundkast_wer": 0.14428889595927458,
283
+ "step": 11207
284
+ },
285
+ {
286
+ "epoch": 7.0,
287
+ "eval_nb_samtale_loss": 0.49012112617492676,
288
+ "eval_nb_samtale_runtime": 35.8902,
289
+ "eval_nb_samtale_samples_per_second": 14.851,
290
+ "eval_nb_samtale_steps_per_second": 0.474,
291
+ "eval_nb_samtale_wer": 0.21590169270833334,
292
+ "step": 11207
293
+ },
294
+ {
295
+ "epoch": 7.0,
296
+ "eval_BB_RUND_loss": 0.7060232758522034,
297
+ "eval_BB_RUND_runtime": 73.9395,
298
+ "eval_BB_RUND_samples_per_second": 36.719,
299
+ "eval_BB_RUND_steps_per_second": 1.15,
300
+ "eval_BB_RUND_wer": 0.29153492095257155,
301
+ "step": 11207
302
+ },
303
+ {
304
+ "epoch": 7.0,
305
+ "eval_bigbrother_loss": 1.1444189548492432,
306
+ "eval_bigbrother_runtime": 39.3579,
307
+ "eval_bigbrother_samples_per_second": 34.809,
308
+ "eval_bigbrother_steps_per_second": 1.093,
309
+ "eval_bigbrother_wer": 0.440264239104165,
310
+ "step": 11207
311
+ },
312
+ {
313
+ "epoch": 8.0,
314
+ "grad_norm": 1.6600903272628784,
315
+ "learning_rate": 8.192836584585866e-05,
316
+ "loss": 0.5771,
317
+ "step": 12808
318
+ },
319
+ {
320
+ "epoch": 8.0,
321
+ "eval_rundkast_loss": 0.27805188298225403,
322
+ "eval_rundkast_runtime": 31.731,
323
+ "eval_rundkast_samples_per_second": 42.388,
324
+ "eval_rundkast_steps_per_second": 1.355,
325
+ "eval_rundkast_wer": 0.14945911549475024,
326
+ "step": 12808
327
+ },
328
+ {
329
+ "epoch": 8.0,
330
+ "eval_nb_samtale_loss": 0.4692385196685791,
331
+ "eval_nb_samtale_runtime": 36.1624,
332
+ "eval_nb_samtale_samples_per_second": 14.739,
333
+ "eval_nb_samtale_steps_per_second": 0.47,
334
+ "eval_nb_samtale_wer": 0.22216796875,
335
+ "step": 12808
336
+ },
337
+ {
338
+ "epoch": 8.0,
339
+ "eval_BB_RUND_loss": 0.7197623252868652,
340
+ "eval_BB_RUND_runtime": 92.436,
341
+ "eval_BB_RUND_samples_per_second": 29.372,
342
+ "eval_BB_RUND_steps_per_second": 0.92,
343
+ "eval_BB_RUND_wer": 0.2952971783069842,
344
+ "step": 12808
345
+ },
346
+ {
347
+ "epoch": 8.0,
348
+ "eval_bigbrother_loss": 1.1536922454833984,
349
+ "eval_bigbrother_runtime": 39.1987,
350
+ "eval_bigbrother_samples_per_second": 34.95,
351
+ "eval_bigbrother_steps_per_second": 1.097,
352
+ "eval_bigbrother_wer": 0.44260049947635544,
353
+ "step": 12808
354
+ },
355
+ {
356
+ "epoch": 9.0,
357
+ "grad_norm": 1.0308187007904053,
358
+ "learning_rate": 7.936840422129838e-05,
359
+ "loss": 0.5567,
360
+ "step": 14409
361
+ },
362
+ {
363
+ "epoch": 9.0,
364
+ "eval_rundkast_loss": 0.28997811675071716,
365
+ "eval_rundkast_runtime": 31.3398,
366
+ "eval_rundkast_samples_per_second": 42.917,
367
+ "eval_rundkast_steps_per_second": 1.372,
368
+ "eval_rundkast_wer": 0.1408685968819599,
369
+ "step": 14409
370
+ },
371
+ {
372
+ "epoch": 9.0,
373
+ "eval_nb_samtale_loss": 0.46654534339904785,
374
+ "eval_nb_samtale_runtime": 35.7424,
375
+ "eval_nb_samtale_samples_per_second": 14.912,
376
+ "eval_nb_samtale_steps_per_second": 0.476,
377
+ "eval_nb_samtale_wer": 0.21126302083333334,
378
+ "step": 14409
379
+ },
380
+ {
381
+ "epoch": 9.0,
382
+ "eval_BB_RUND_loss": 0.7060103416442871,
383
+ "eval_BB_RUND_runtime": 73.7474,
384
+ "eval_BB_RUND_samples_per_second": 36.815,
385
+ "eval_BB_RUND_steps_per_second": 1.153,
386
+ "eval_BB_RUND_wer": 0.28328997398439065,
387
+ "step": 14409
388
+ },
389
+ {
390
+ "epoch": 9.0,
391
+ "eval_bigbrother_loss": 1.1144466400146484,
392
+ "eval_bigbrother_runtime": 39.254,
393
+ "eval_bigbrother_samples_per_second": 34.901,
394
+ "eval_bigbrother_steps_per_second": 1.095,
395
+ "eval_bigbrother_wer": 0.4277773302183195,
396
+ "step": 14409
397
+ },
398
+ {
399
+ "epoch": 10.0,
400
+ "grad_norm": 3.7091312408447266,
401
+ "learning_rate": 7.681004157339303e-05,
402
+ "loss": 0.5422,
403
+ "step": 16010
404
+ },
405
+ {
406
+ "epoch": 10.0,
407
+ "eval_rundkast_loss": 0.292531818151474,
408
+ "eval_rundkast_runtime": 31.6718,
409
+ "eval_rundkast_samples_per_second": 42.467,
410
+ "eval_rundkast_steps_per_second": 1.358,
411
+ "eval_rundkast_wer": 0.14134584791600383,
412
+ "step": 16010
413
+ },
414
+ {
415
+ "epoch": 10.0,
416
+ "eval_nb_samtale_loss": 0.4930917024612427,
417
+ "eval_nb_samtale_runtime": 35.8047,
418
+ "eval_nb_samtale_samples_per_second": 14.886,
419
+ "eval_nb_samtale_steps_per_second": 0.475,
420
+ "eval_nb_samtale_wer": 0.2080078125,
421
+ "step": 16010
422
+ },
423
+ {
424
+ "epoch": 10.0,
425
+ "eval_BB_RUND_loss": 0.7012096643447876,
426
+ "eval_BB_RUND_runtime": 75.6789,
427
+ "eval_BB_RUND_samples_per_second": 35.875,
428
+ "eval_BB_RUND_steps_per_second": 1.123,
429
+ "eval_BB_RUND_wer": 0.28092855713428055,
430
+ "step": 16010
431
+ },
432
+ {
433
+ "epoch": 10.0,
434
+ "eval_bigbrother_loss": 1.1022217273712158,
435
+ "eval_bigbrother_runtime": 39.334,
436
+ "eval_bigbrother_samples_per_second": 34.83,
437
+ "eval_bigbrother_steps_per_second": 1.093,
438
+ "eval_bigbrother_wer": 0.4221380810440667,
439
+ "step": 16010
440
+ },
441
+ {
442
+ "epoch": 11.0,
443
+ "grad_norm": 0.9090811014175415,
444
+ "learning_rate": 7.425167892548769e-05,
445
+ "loss": 0.5266,
446
+ "step": 17611
447
+ },
448
+ {
449
+ "epoch": 11.0,
450
+ "eval_rundkast_loss": 0.30149751901626587,
451
+ "eval_rundkast_runtime": 31.3393,
452
+ "eval_rundkast_samples_per_second": 42.917,
453
+ "eval_rundkast_steps_per_second": 1.372,
454
+ "eval_rundkast_wer": 0.13935730194082088,
455
+ "step": 17611
456
+ },
457
+ {
458
+ "epoch": 11.0,
459
+ "eval_nb_samtale_loss": 0.4974854290485382,
460
+ "eval_nb_samtale_runtime": 35.6974,
461
+ "eval_nb_samtale_samples_per_second": 14.931,
462
+ "eval_nb_samtale_steps_per_second": 0.476,
463
+ "eval_nb_samtale_wer": 0.20947265625,
464
+ "step": 17611
465
+ },
466
+ {
467
+ "epoch": 11.0,
468
+ "eval_BB_RUND_loss": 0.7534126043319702,
469
+ "eval_BB_RUND_runtime": 73.8118,
470
+ "eval_BB_RUND_samples_per_second": 36.783,
471
+ "eval_BB_RUND_steps_per_second": 1.152,
472
+ "eval_BB_RUND_wer": 0.2830898539123474,
473
+ "step": 17611
474
+ },
475
+ {
476
+ "epoch": 11.0,
477
+ "eval_bigbrother_loss": 1.1972620487213135,
478
+ "eval_bigbrother_runtime": 39.3175,
479
+ "eval_bigbrother_samples_per_second": 34.845,
480
+ "eval_bigbrother_steps_per_second": 1.094,
481
+ "eval_bigbrother_wer": 0.4285829372432128,
482
+ "step": 17611
483
+ },
484
+ {
485
+ "epoch": 12.0,
486
+ "grad_norm": 1.5719759464263916,
487
+ "learning_rate": 7.169331627758235e-05,
488
+ "loss": 0.5103,
489
+ "step": 19212
490
+ },
491
+ {
492
+ "epoch": 12.0,
493
+ "eval_rundkast_loss": 0.2790067195892334,
494
+ "eval_rundkast_runtime": 31.604,
495
+ "eval_rundkast_samples_per_second": 42.558,
496
+ "eval_rundkast_steps_per_second": 1.361,
497
+ "eval_rundkast_wer": 0.13728921412663062,
498
+ "step": 19212
499
+ },
500
+ {
501
+ "epoch": 12.0,
502
+ "eval_nb_samtale_loss": 0.47254645824432373,
503
+ "eval_nb_samtale_runtime": 36.6581,
504
+ "eval_nb_samtale_samples_per_second": 14.54,
505
+ "eval_nb_samtale_steps_per_second": 0.464,
506
+ "eval_nb_samtale_wer": 0.208740234375,
507
+ "step": 19212
508
+ },
509
+ {
510
+ "epoch": 12.0,
511
+ "eval_BB_RUND_loss": 0.7001897096633911,
512
+ "eval_BB_RUND_runtime": 76.071,
513
+ "eval_BB_RUND_samples_per_second": 35.69,
514
+ "eval_BB_RUND_steps_per_second": 1.117,
515
+ "eval_BB_RUND_wer": 0.27512507504502703,
516
+ "step": 19212
517
+ },
518
+ {
519
+ "epoch": 12.0,
520
+ "eval_bigbrother_loss": 1.1136471033096313,
521
+ "eval_bigbrother_runtime": 39.6183,
522
+ "eval_bigbrother_samples_per_second": 34.58,
523
+ "eval_bigbrother_steps_per_second": 1.085,
524
+ "eval_bigbrother_wer": 0.41456537501007007,
525
+ "step": 19212
526
+ },
527
+ {
528
+ "epoch": 13.0,
529
+ "grad_norm": 1.0063461065292358,
530
+ "learning_rate": 6.913495362967701e-05,
531
+ "loss": 0.4968,
532
+ "step": 20813
533
+ },
534
+ {
535
+ "epoch": 13.0,
536
+ "eval_rundkast_loss": 0.29398083686828613,
537
+ "eval_rundkast_runtime": 31.5607,
538
+ "eval_rundkast_samples_per_second": 42.616,
539
+ "eval_rundkast_steps_per_second": 1.362,
540
+ "eval_rundkast_wer": 0.1381641743557111,
541
+ "step": 20813
542
+ },
543
+ {
544
+ "epoch": 13.0,
545
+ "eval_nb_samtale_loss": 0.4911497235298157,
546
+ "eval_nb_samtale_runtime": 36.0599,
547
+ "eval_nb_samtale_samples_per_second": 14.781,
548
+ "eval_nb_samtale_steps_per_second": 0.471,
549
+ "eval_nb_samtale_wer": 0.212158203125,
550
+ "step": 20813
551
+ },
552
+ {
553
+ "epoch": 13.0,
554
+ "eval_BB_RUND_loss": 0.729911208152771,
555
+ "eval_BB_RUND_runtime": 74.2919,
556
+ "eval_BB_RUND_samples_per_second": 36.545,
557
+ "eval_BB_RUND_steps_per_second": 1.144,
558
+ "eval_BB_RUND_wer": 0.2774864918951371,
559
+ "step": 20813
560
+ },
561
+ {
562
+ "epoch": 13.0,
563
+ "eval_bigbrother_loss": 1.1584389209747314,
564
+ "eval_bigbrother_runtime": 39.483,
565
+ "eval_bigbrother_samples_per_second": 34.698,
566
+ "eval_bigbrother_steps_per_second": 1.089,
567
+ "eval_bigbrother_wer": 0.41786836381213244,
568
+ "step": 20813
569
+ },
570
+ {
571
+ "epoch": 14.0,
572
+ "grad_norm": 1.0339038372039795,
573
+ "learning_rate": 6.657499200511673e-05,
574
+ "loss": 0.4867,
575
+ "step": 22414
576
+ },
577
+ {
578
+ "epoch": 14.0,
579
+ "eval_rundkast_loss": 0.2678089141845703,
580
+ "eval_rundkast_runtime": 31.9259,
581
+ "eval_rundkast_samples_per_second": 42.129,
582
+ "eval_rundkast_steps_per_second": 1.347,
583
+ "eval_rundkast_wer": 0.1390391345847916,
584
+ "step": 22414
585
+ },
586
+ {
587
+ "epoch": 14.0,
588
+ "eval_nb_samtale_loss": 0.48425397276878357,
589
+ "eval_nb_samtale_runtime": 35.6709,
590
+ "eval_nb_samtale_samples_per_second": 14.942,
591
+ "eval_nb_samtale_steps_per_second": 0.477,
592
+ "eval_nb_samtale_wer": 0.21004231770833334,
593
+ "step": 22414
594
+ },
595
+ {
596
+ "epoch": 14.0,
597
+ "eval_BB_RUND_loss": 0.6763830184936523,
598
+ "eval_BB_RUND_runtime": 75.1278,
599
+ "eval_BB_RUND_samples_per_second": 36.138,
600
+ "eval_BB_RUND_steps_per_second": 1.131,
601
+ "eval_BB_RUND_wer": 0.2732439463678207,
602
+ "step": 22414
603
+ },
604
+ {
605
+ "epoch": 14.0,
606
+ "eval_bigbrother_loss": 1.0772405862808228,
607
+ "eval_bigbrother_runtime": 39.3624,
608
+ "eval_bigbrother_samples_per_second": 34.805,
609
+ "eval_bigbrother_steps_per_second": 1.092,
610
+ "eval_bigbrother_wer": 0.408845565133328,
611
+ "step": 22414
612
+ },
613
+ {
614
+ "epoch": 15.0,
615
+ "grad_norm": 0.5528441667556763,
616
+ "learning_rate": 6.401662935721138e-05,
617
+ "loss": 0.4721,
618
+ "step": 24015
619
+ },
620
+ {
621
+ "epoch": 15.0,
622
+ "eval_rundkast_loss": 0.2952366769313812,
623
+ "eval_rundkast_runtime": 31.7087,
624
+ "eval_rundkast_samples_per_second": 42.417,
625
+ "eval_rundkast_steps_per_second": 1.356,
626
+ "eval_rundkast_wer": 0.1345847916003818,
627
+ "step": 24015
628
+ },
629
+ {
630
+ "epoch": 15.0,
631
+ "eval_nb_samtale_loss": 0.48395708203315735,
632
+ "eval_nb_samtale_runtime": 35.8001,
633
+ "eval_nb_samtale_samples_per_second": 14.888,
634
+ "eval_nb_samtale_steps_per_second": 0.475,
635
+ "eval_nb_samtale_wer": 0.20865885416666666,
636
+ "step": 24015
637
+ },
638
+ {
639
+ "epoch": 15.0,
640
+ "eval_BB_RUND_loss": 0.7274541854858398,
641
+ "eval_BB_RUND_runtime": 74.0948,
642
+ "eval_BB_RUND_samples_per_second": 36.642,
643
+ "eval_BB_RUND_steps_per_second": 1.147,
644
+ "eval_BB_RUND_wer": 0.269481689013408,
645
+ "step": 24015
646
+ },
647
+ {
648
+ "epoch": 15.0,
649
+ "eval_bigbrother_loss": 1.1518090963363647,
650
+ "eval_bigbrother_runtime": 39.2366,
651
+ "eval_bigbrother_samples_per_second": 34.916,
652
+ "eval_bigbrother_steps_per_second": 1.096,
653
+ "eval_bigbrother_wer": 0.4053008942237976,
654
+ "step": 24015
655
+ },
656
+ {
657
+ "epoch": 16.0,
658
+ "grad_norm": 0.9716380834579468,
659
+ "learning_rate": 6.14566677326511e-05,
660
+ "loss": 0.4626,
661
+ "step": 25616
662
+ },
663
+ {
664
+ "epoch": 16.0,
665
+ "eval_rundkast_loss": 0.3125823736190796,
666
+ "eval_rundkast_runtime": 31.5106,
667
+ "eval_rundkast_samples_per_second": 42.684,
668
+ "eval_rundkast_steps_per_second": 1.365,
669
+ "eval_rundkast_wer": 0.13347120585427935,
670
+ "step": 25616
671
+ },
672
+ {
673
+ "epoch": 16.0,
674
+ "eval_nb_samtale_loss": 0.5268623232841492,
675
+ "eval_nb_samtale_runtime": 35.7773,
676
+ "eval_nb_samtale_samples_per_second": 14.898,
677
+ "eval_nb_samtale_steps_per_second": 0.475,
678
+ "eval_nb_samtale_wer": 0.209228515625,
679
+ "step": 25616
680
+ },
681
+ {
682
+ "epoch": 16.0,
683
+ "eval_BB_RUND_loss": 0.752697229385376,
684
+ "eval_BB_RUND_runtime": 75.4571,
685
+ "eval_BB_RUND_samples_per_second": 35.981,
686
+ "eval_BB_RUND_steps_per_second": 1.126,
687
+ "eval_BB_RUND_wer": 0.2700820492295377,
688
+ "step": 25616
689
+ },
690
+ {
691
+ "epoch": 16.0,
692
+ "eval_bigbrother_loss": 1.1851829290390015,
693
+ "eval_bigbrother_runtime": 39.3085,
694
+ "eval_bigbrother_samples_per_second": 34.853,
695
+ "eval_bigbrother_steps_per_second": 1.094,
696
+ "eval_bigbrother_wer": 0.4079593974059454,
697
+ "step": 25616
698
+ },
699
+ {
700
+ "epoch": 17.0,
701
+ "grad_norm": 1.0000524520874023,
702
+ "learning_rate": 5.889830508474577e-05,
703
+ "loss": 0.4554,
704
+ "step": 27217
705
+ },
706
+ {
707
+ "epoch": 17.0,
708
+ "eval_rundkast_loss": 0.28784507513046265,
709
+ "eval_rundkast_runtime": 31.1375,
710
+ "eval_rundkast_samples_per_second": 43.196,
711
+ "eval_rundkast_steps_per_second": 1.381,
712
+ "eval_rundkast_wer": 0.13140311804008908,
713
+ "step": 27217
714
+ },
715
+ {
716
+ "epoch": 17.0,
717
+ "eval_nb_samtale_loss": 0.47152796387672424,
718
+ "eval_nb_samtale_runtime": 35.203,
719
+ "eval_nb_samtale_samples_per_second": 15.141,
720
+ "eval_nb_samtale_steps_per_second": 0.483,
721
+ "eval_nb_samtale_wer": 0.20361328125,
722
+ "step": 27217
723
+ },
724
+ {
725
+ "epoch": 17.0,
726
+ "eval_BB_RUND_loss": 0.705199122428894,
727
+ "eval_BB_RUND_runtime": 73.2232,
728
+ "eval_BB_RUND_samples_per_second": 37.078,
729
+ "eval_BB_RUND_steps_per_second": 1.161,
730
+ "eval_BB_RUND_wer": 0.2690814488693216,
731
+ "step": 27217
732
+ },
733
+ {
734
+ "epoch": 17.0,
735
+ "eval_bigbrother_loss": 1.1149847507476807,
736
+ "eval_bigbrother_runtime": 39.237,
737
+ "eval_bigbrother_samples_per_second": 34.916,
738
+ "eval_bigbrother_steps_per_second": 1.096,
739
+ "eval_bigbrother_wer": 0.40868444372834933,
740
+ "step": 27217
741
+ },
742
+ {
743
+ "epoch": 18.0,
744
+ "grad_norm": 0.8535083532333374,
745
+ "learning_rate": 5.6338343460185485e-05,
746
+ "loss": 0.4407,
747
+ "step": 28818
748
+ },
749
+ {
750
+ "epoch": 18.0,
751
+ "eval_rundkast_loss": 0.29337021708488464,
752
+ "eval_rundkast_runtime": 31.587,
753
+ "eval_rundkast_samples_per_second": 42.581,
754
+ "eval_rundkast_steps_per_second": 1.361,
755
+ "eval_rundkast_wer": 0.13044861597200128,
756
+ "step": 28818
757
+ },
758
+ {
759
+ "epoch": 18.0,
760
+ "eval_nb_samtale_loss": 0.5154338479042053,
761
+ "eval_nb_samtale_runtime": 35.5632,
762
+ "eval_nb_samtale_samples_per_second": 14.987,
763
+ "eval_nb_samtale_steps_per_second": 0.478,
764
+ "eval_nb_samtale_wer": 0.204345703125,
765
+ "step": 28818
766
+ },
767
+ {
768
+ "epoch": 18.0,
769
+ "eval_BB_RUND_loss": 0.7406498789787292,
770
+ "eval_BB_RUND_runtime": 73.657,
771
+ "eval_BB_RUND_samples_per_second": 36.86,
772
+ "eval_BB_RUND_steps_per_second": 1.154,
773
+ "eval_BB_RUND_wer": 0.26812087252351413,
774
+ "step": 28818
775
+ },
776
+ {
777
+ "epoch": 18.0,
778
+ "eval_bigbrother_loss": 1.1797504425048828,
779
+ "eval_bigbrother_runtime": 38.9311,
780
+ "eval_bigbrother_samples_per_second": 35.19,
781
+ "eval_bigbrother_steps_per_second": 1.105,
782
+ "eval_bigbrother_wer": 0.40699266897607345,
783
+ "step": 28818
784
+ },
785
+ {
786
+ "epoch": 19.0,
787
+ "grad_norm": 4.492996692657471,
788
+ "learning_rate": 5.378157978893509e-05,
789
+ "loss": 0.4361,
790
+ "step": 30419
791
+ },
792
+ {
793
+ "epoch": 19.0,
794
+ "eval_rundkast_loss": 0.2833118140697479,
795
+ "eval_rundkast_runtime": 31.0219,
796
+ "eval_rundkast_samples_per_second": 43.357,
797
+ "eval_rundkast_steps_per_second": 1.386,
798
+ "eval_rundkast_wer": 0.13219853643016227,
799
+ "step": 30419
800
+ },
801
+ {
802
+ "epoch": 19.0,
803
+ "eval_nb_samtale_loss": 0.4991215765476227,
804
+ "eval_nb_samtale_runtime": 35.3186,
805
+ "eval_nb_samtale_samples_per_second": 15.091,
806
+ "eval_nb_samtale_steps_per_second": 0.481,
807
+ "eval_nb_samtale_wer": 0.20638020833333334,
808
+ "step": 30419
809
+ },
810
+ {
811
+ "epoch": 19.0,
812
+ "eval_BB_RUND_loss": 0.7097201347351074,
813
+ "eval_BB_RUND_runtime": 73.7433,
814
+ "eval_BB_RUND_samples_per_second": 36.817,
815
+ "eval_BB_RUND_steps_per_second": 1.153,
816
+ "eval_BB_RUND_wer": 0.26451871122673604,
817
+ "step": 30419
818
+ },
819
+ {
820
+ "epoch": 19.0,
821
+ "eval_bigbrother_loss": 1.1280052661895752,
822
+ "eval_bigbrother_runtime": 38.9563,
823
+ "eval_bigbrother_samples_per_second": 35.168,
824
+ "eval_bigbrother_steps_per_second": 1.104,
825
+ "eval_bigbrother_wer": 0.39837267380971564,
826
+ "step": 30419
827
+ },
828
+ {
829
+ "epoch": 20.0,
830
+ "grad_norm": 1.5283879041671753,
831
+ "learning_rate": 5.122161816437481e-05,
832
+ "loss": 0.4249,
833
+ "step": 32020
834
+ },
835
+ {
836
+ "epoch": 20.0,
837
+ "eval_rundkast_loss": 0.309190571308136,
838
+ "eval_rundkast_runtime": 31.2274,
839
+ "eval_rundkast_samples_per_second": 43.071,
840
+ "eval_rundkast_steps_per_second": 1.377,
841
+ "eval_rundkast_wer": 0.13084632516703787,
842
+ "step": 32020
843
+ },
844
+ {
845
+ "epoch": 20.0,
846
+ "eval_nb_samtale_loss": 0.49869558215141296,
847
+ "eval_nb_samtale_runtime": 35.2581,
848
+ "eval_nb_samtale_samples_per_second": 15.117,
849
+ "eval_nb_samtale_steps_per_second": 0.482,
850
+ "eval_nb_samtale_wer": 0.200927734375,
851
+ "step": 32020
852
+ },
853
+ {
854
+ "epoch": 20.0,
855
+ "eval_BB_RUND_loss": 0.7553633451461792,
856
+ "eval_BB_RUND_runtime": 73.477,
857
+ "eval_BB_RUND_samples_per_second": 36.95,
858
+ "eval_BB_RUND_steps_per_second": 1.157,
859
+ "eval_BB_RUND_wer": 0.26575945567340403,
860
+ "step": 32020
861
+ },
862
+ {
863
+ "epoch": 20.0,
864
+ "eval_bigbrother_loss": 1.1935659646987915,
865
+ "eval_bigbrother_runtime": 39.2084,
866
+ "eval_bigbrother_samples_per_second": 34.941,
867
+ "eval_bigbrother_steps_per_second": 1.097,
868
+ "eval_bigbrother_wer": 0.40248126963667125,
869
+ "step": 32020
870
+ },
871
+ {
872
+ "epoch": 21.0,
873
+ "grad_norm": 0.824657142162323,
874
+ "learning_rate": 4.866165653981452e-05,
875
+ "loss": 0.4167,
876
+ "step": 33621
877
+ },
878
+ {
879
+ "epoch": 21.0,
880
+ "eval_rundkast_loss": 0.3222857415676117,
881
+ "eval_rundkast_runtime": 31.2353,
882
+ "eval_rundkast_samples_per_second": 43.06,
883
+ "eval_rundkast_steps_per_second": 1.377,
884
+ "eval_rundkast_wer": 0.1296531975819281,
885
+ "step": 33621
886
+ },
887
+ {
888
+ "epoch": 21.0,
889
+ "eval_nb_samtale_loss": 0.533822774887085,
890
+ "eval_nb_samtale_runtime": 35.2167,
891
+ "eval_nb_samtale_samples_per_second": 15.135,
892
+ "eval_nb_samtale_steps_per_second": 0.483,
893
+ "eval_nb_samtale_wer": 0.201171875,
894
+ "step": 33621
895
+ },
896
+ {
897
+ "epoch": 21.0,
898
+ "eval_BB_RUND_loss": 0.7721800804138184,
899
+ "eval_BB_RUND_runtime": 73.7086,
900
+ "eval_BB_RUND_samples_per_second": 36.834,
901
+ "eval_BB_RUND_steps_per_second": 1.153,
902
+ "eval_BB_RUND_wer": 0.2623574144486692,
903
+ "step": 33621
904
+ },
905
+ {
906
+ "epoch": 21.0,
907
+ "eval_bigbrother_loss": 1.2132436037063599,
908
+ "eval_bigbrother_runtime": 39.1843,
909
+ "eval_bigbrother_samples_per_second": 34.963,
910
+ "eval_bigbrother_steps_per_second": 1.097,
911
+ "eval_bigbrother_wer": 0.39660033835495045,
912
+ "step": 33621
913
+ },
914
+ {
915
+ "epoch": 22.0,
916
+ "grad_norm": 1.1440060138702393,
917
+ "learning_rate": 4.6103293891909183e-05,
918
+ "loss": 0.4105,
919
+ "step": 35222
920
+ },
921
+ {
922
+ "epoch": 22.0,
923
+ "eval_rundkast_loss": 0.31660783290863037,
924
+ "eval_rundkast_runtime": 31.6185,
925
+ "eval_rundkast_samples_per_second": 42.538,
926
+ "eval_rundkast_steps_per_second": 1.36,
927
+ "eval_rundkast_wer": 0.12893732103086222,
928
+ "step": 35222
929
+ },
930
+ {
931
+ "epoch": 22.0,
932
+ "eval_nb_samtale_loss": 0.5133374929428101,
933
+ "eval_nb_samtale_runtime": 35.2449,
934
+ "eval_nb_samtale_samples_per_second": 15.123,
935
+ "eval_nb_samtale_steps_per_second": 0.482,
936
+ "eval_nb_samtale_wer": 0.20157877604166666,
937
+ "step": 35222
938
+ },
939
+ {
940
+ "epoch": 22.0,
941
+ "eval_BB_RUND_loss": 0.7647114992141724,
942
+ "eval_BB_RUND_runtime": 73.4723,
943
+ "eval_BB_RUND_samples_per_second": 36.953,
944
+ "eval_BB_RUND_steps_per_second": 1.157,
945
+ "eval_BB_RUND_wer": 0.26255753452071245,
946
+ "step": 35222
947
+ },
948
+ {
949
+ "epoch": 22.0,
950
+ "eval_bigbrother_loss": 1.2045847177505493,
951
+ "eval_bigbrother_runtime": 39.0811,
952
+ "eval_bigbrother_samples_per_second": 35.055,
953
+ "eval_bigbrother_steps_per_second": 1.1,
954
+ "eval_bigbrother_wer": 0.39813099170224764,
955
+ "step": 35222
956
+ },
957
+ {
958
+ "epoch": 23.0,
959
+ "grad_norm": 1.2679944038391113,
960
+ "learning_rate": 4.354493124400384e-05,
961
+ "loss": 0.4077,
962
+ "step": 36823
963
+ },
964
+ {
965
+ "epoch": 23.0,
966
+ "eval_rundkast_loss": 0.32336536049842834,
967
+ "eval_rundkast_runtime": 31.2205,
968
+ "eval_rundkast_samples_per_second": 43.081,
969
+ "eval_rundkast_steps_per_second": 1.377,
970
+ "eval_rundkast_wer": 0.13156220171810373,
971
+ "step": 36823
972
+ },
973
+ {
974
+ "epoch": 23.0,
975
+ "eval_nb_samtale_loss": 0.5165642499923706,
976
+ "eval_nb_samtale_runtime": 35.3263,
977
+ "eval_nb_samtale_samples_per_second": 15.088,
978
+ "eval_nb_samtale_steps_per_second": 0.481,
979
+ "eval_nb_samtale_wer": 0.20035807291666666,
980
+ "step": 36823
981
+ },
982
+ {
983
+ "epoch": 23.0,
984
+ "eval_BB_RUND_loss": 0.7570832967758179,
985
+ "eval_BB_RUND_runtime": 90.621,
986
+ "eval_BB_RUND_samples_per_second": 29.96,
987
+ "eval_BB_RUND_steps_per_second": 0.938,
988
+ "eval_BB_RUND_wer": 0.26323794276565937,
989
+ "step": 36823
990
+ },
991
+ {
992
+ "epoch": 23.0,
993
+ "eval_bigbrother_loss": 1.1831412315368652,
994
+ "eval_bigbrother_runtime": 39.2988,
995
+ "eval_bigbrother_samples_per_second": 34.861,
996
+ "eval_bigbrother_steps_per_second": 1.094,
997
+ "eval_bigbrother_wer": 0.3967614597599291,
998
+ "step": 36823
999
+ },
1000
+ {
1001
+ "epoch": 24.0,
1002
+ "grad_norm": 6.380431175231934,
1003
+ "learning_rate": 4.098496961944356e-05,
1004
+ "loss": 0.4011,
1005
+ "step": 38424
1006
+ },
1007
+ {
1008
+ "epoch": 24.0,
1009
+ "eval_rundkast_loss": 0.3312782943248749,
1010
+ "eval_rundkast_runtime": 31.4003,
1011
+ "eval_rundkast_samples_per_second": 42.834,
1012
+ "eval_rundkast_steps_per_second": 1.369,
1013
+ "eval_rundkast_wer": 0.12853961183582566,
1014
+ "step": 38424
1015
+ },
1016
+ {
1017
+ "epoch": 24.0,
1018
+ "eval_nb_samtale_loss": 0.5143250823020935,
1019
+ "eval_nb_samtale_runtime": 35.5114,
1020
+ "eval_nb_samtale_samples_per_second": 15.009,
1021
+ "eval_nb_samtale_steps_per_second": 0.479,
1022
+ "eval_nb_samtale_wer": 0.19954427083333334,
1023
+ "step": 38424
1024
+ },
1025
+ {
1026
+ "epoch": 24.0,
1027
+ "eval_BB_RUND_loss": 0.7850114703178406,
1028
+ "eval_BB_RUND_runtime": 74.2024,
1029
+ "eval_BB_RUND_samples_per_second": 36.589,
1030
+ "eval_BB_RUND_steps_per_second": 1.146,
1031
+ "eval_BB_RUND_wer": 0.26135681408845307,
1032
+ "step": 38424
1033
+ },
1034
+ {
1035
+ "epoch": 24.0,
1036
+ "eval_bigbrother_loss": 1.2299407720565796,
1037
+ "eval_bigbrother_runtime": 39.2032,
1038
+ "eval_bigbrother_samples_per_second": 34.946,
1039
+ "eval_bigbrother_steps_per_second": 1.097,
1040
+ "eval_bigbrother_wer": 0.39595585273503586,
1041
+ "step": 38424
1042
+ },
1043
+ {
1044
+ "epoch": 25.0,
1045
+ "grad_norm": 0.8889333009719849,
1046
+ "learning_rate": 3.842660697153822e-05,
1047
+ "loss": 0.3946,
1048
+ "step": 40025
1049
+ },
1050
+ {
1051
+ "epoch": 25.0,
1052
+ "eval_rundkast_loss": 0.3259143829345703,
1053
+ "eval_rundkast_runtime": 31.2371,
1054
+ "eval_rundkast_samples_per_second": 43.058,
1055
+ "eval_rundkast_steps_per_second": 1.377,
1056
+ "eval_rundkast_wer": 0.12822144447979636,
1057
+ "step": 40025
1058
+ },
1059
+ {
1060
+ "epoch": 25.0,
1061
+ "eval_nb_samtale_loss": 0.5260791778564453,
1062
+ "eval_nb_samtale_runtime": 35.2592,
1063
+ "eval_nb_samtale_samples_per_second": 15.117,
1064
+ "eval_nb_samtale_steps_per_second": 0.482,
1065
+ "eval_nb_samtale_wer": 0.19742838541666666,
1066
+ "step": 40025
1067
+ },
1068
+ {
1069
+ "epoch": 25.0,
1070
+ "eval_BB_RUND_loss": 0.7829692959785461,
1071
+ "eval_BB_RUND_runtime": 96.3242,
1072
+ "eval_BB_RUND_samples_per_second": 28.186,
1073
+ "eval_BB_RUND_steps_per_second": 0.882,
1074
+ "eval_BB_RUND_wer": 0.25939563738242943,
1075
+ "step": 40025
1076
+ },
1077
+ {
1078
+ "epoch": 25.0,
1079
+ "eval_bigbrother_loss": 1.2314956188201904,
1080
+ "eval_bigbrother_runtime": 39.2118,
1081
+ "eval_bigbrother_samples_per_second": 34.938,
1082
+ "eval_bigbrother_steps_per_second": 1.097,
1083
+ "eval_bigbrother_wer": 0.3917666962055909,
1084
+ "step": 40025
1085
+ },
1086
+ {
1087
+ "epoch": 26.0,
1088
+ "grad_norm": 2.6945877075195312,
1089
+ "learning_rate": 3.5866645346977936e-05,
1090
+ "loss": 0.3863,
1091
+ "step": 41626
1092
+ },
1093
+ {
1094
+ "epoch": 26.0,
1095
+ "eval_rundkast_loss": 0.3363383412361145,
1096
+ "eval_rundkast_runtime": 31.3558,
1097
+ "eval_rundkast_samples_per_second": 42.895,
1098
+ "eval_rundkast_steps_per_second": 1.371,
1099
+ "eval_rundkast_wer": 0.13124403436207446,
1100
+ "step": 41626
1101
+ },
1102
+ {
1103
+ "epoch": 26.0,
1104
+ "eval_nb_samtale_loss": 0.5427711009979248,
1105
+ "eval_nb_samtale_runtime": 35.2067,
1106
+ "eval_nb_samtale_samples_per_second": 15.139,
1107
+ "eval_nb_samtale_steps_per_second": 0.483,
1108
+ "eval_nb_samtale_wer": 0.20467122395833334,
1109
+ "step": 41626
1110
+ },
1111
+ {
1112
+ "epoch": 26.0,
1113
+ "eval_BB_RUND_loss": 0.8028616905212402,
1114
+ "eval_BB_RUND_runtime": 73.6484,
1115
+ "eval_BB_RUND_samples_per_second": 36.864,
1116
+ "eval_BB_RUND_steps_per_second": 1.154,
1117
+ "eval_BB_RUND_wer": 0.2621172703622173,
1118
+ "step": 41626
1119
+ },
1120
+ {
1121
+ "epoch": 26.0,
1122
+ "eval_bigbrother_loss": 1.2609052658081055,
1123
+ "eval_bigbrother_runtime": 39.2296,
1124
+ "eval_bigbrother_samples_per_second": 34.923,
1125
+ "eval_bigbrother_steps_per_second": 1.096,
1126
+ "eval_bigbrother_wer": 0.39506968500765327,
1127
+ "step": 41626
1128
+ },
1129
+ {
1130
+ "epoch": 27.0,
1131
+ "grad_norm": 0.7852900624275208,
1132
+ "learning_rate": 3.330828269907259e-05,
1133
+ "loss": 0.3799,
1134
+ "step": 43227
1135
+ },
1136
+ {
1137
+ "epoch": 27.0,
1138
+ "eval_rundkast_loss": 0.3347199857234955,
1139
+ "eval_rundkast_runtime": 31.2946,
1140
+ "eval_rundkast_samples_per_second": 42.979,
1141
+ "eval_rundkast_steps_per_second": 1.374,
1142
+ "eval_rundkast_wer": 0.12893732103086222,
1143
+ "step": 43227
1144
+ },
1145
+ {
1146
+ "epoch": 27.0,
1147
+ "eval_nb_samtale_loss": 0.5341453552246094,
1148
+ "eval_nb_samtale_runtime": 35.3834,
1149
+ "eval_nb_samtale_samples_per_second": 15.064,
1150
+ "eval_nb_samtale_steps_per_second": 0.48,
1151
+ "eval_nb_samtale_wer": 0.20328776041666666,
1152
+ "step": 43227
1153
+ },
1154
+ {
1155
+ "epoch": 27.0,
1156
+ "eval_BB_RUND_loss": 0.7905371189117432,
1157
+ "eval_BB_RUND_runtime": 74.2226,
1158
+ "eval_BB_RUND_samples_per_second": 36.579,
1159
+ "eval_BB_RUND_steps_per_second": 1.145,
1160
+ "eval_BB_RUND_wer": 0.25959575745447266,
1161
+ "step": 43227
1162
+ },
1163
+ {
1164
+ "epoch": 27.0,
1165
+ "eval_bigbrother_loss": 1.2384859323501587,
1166
+ "eval_bigbrother_runtime": 39.6106,
1167
+ "eval_bigbrother_samples_per_second": 34.587,
1168
+ "eval_bigbrother_steps_per_second": 1.086,
1169
+ "eval_bigbrother_wer": 0.39192781761056955,
1170
+ "step": 43227
1171
+ },
1172
+ {
1173
+ "epoch": 28.0,
1174
+ "grad_norm": 1.839573621749878,
1175
+ "learning_rate": 3.074992005116725e-05,
1176
+ "loss": 0.3782,
1177
+ "step": 44828
1178
+ },
1179
+ {
1180
+ "epoch": 28.0,
1181
+ "eval_rundkast_loss": 0.33070889115333557,
1182
+ "eval_rundkast_runtime": 31.2558,
1183
+ "eval_rundkast_samples_per_second": 43.032,
1184
+ "eval_rundkast_steps_per_second": 1.376,
1185
+ "eval_rundkast_wer": 0.12750556792873052,
1186
+ "step": 44828
1187
+ },
1188
+ {
1189
+ "epoch": 28.0,
1190
+ "eval_nb_samtale_loss": 0.5499075055122375,
1191
+ "eval_nb_samtale_runtime": 35.4546,
1192
+ "eval_nb_samtale_samples_per_second": 15.033,
1193
+ "eval_nb_samtale_steps_per_second": 0.479,
1194
+ "eval_nb_samtale_wer": 0.19881184895833334,
1195
+ "step": 44828
1196
+ },
1197
+ {
1198
+ "epoch": 28.0,
1199
+ "eval_BB_RUND_loss": 0.7748451232910156,
1200
+ "eval_BB_RUND_runtime": 73.8572,
1201
+ "eval_BB_RUND_samples_per_second": 36.76,
1202
+ "eval_BB_RUND_steps_per_second": 1.151,
1203
+ "eval_BB_RUND_wer": 0.25531318791274765,
1204
+ "step": 44828
1205
+ },
1206
+ {
1207
+ "epoch": 28.0,
1208
+ "eval_bigbrother_loss": 1.2108979225158691,
1209
+ "eval_bigbrother_runtime": 39.3441,
1210
+ "eval_bigbrother_samples_per_second": 34.821,
1211
+ "eval_bigbrother_steps_per_second": 1.093,
1212
+ "eval_bigbrother_wer": 0.3849995971964876,
1213
+ "step": 44828
1214
+ },
1215
+ {
1216
+ "epoch": 29.0,
1217
+ "grad_norm": 1.2005807161331177,
1218
+ "learning_rate": 2.8189958426606973e-05,
1219
+ "loss": 0.3729,
1220
+ "step": 46429
1221
+ },
1222
+ {
1223
+ "epoch": 29.0,
1224
+ "eval_rundkast_loss": 0.3197638690471649,
1225
+ "eval_rundkast_runtime": 31.5545,
1226
+ "eval_rundkast_samples_per_second": 42.625,
1227
+ "eval_rundkast_steps_per_second": 1.363,
1228
+ "eval_rundkast_wer": 0.12671014953865734,
1229
+ "step": 46429
1230
+ },
1231
+ {
1232
+ "epoch": 29.0,
1233
+ "eval_nb_samtale_loss": 0.5454243421554565,
1234
+ "eval_nb_samtale_runtime": 35.43,
1235
+ "eval_nb_samtale_samples_per_second": 15.044,
1236
+ "eval_nb_samtale_steps_per_second": 0.48,
1237
+ "eval_nb_samtale_wer": 0.19832356770833334,
1238
+ "step": 46429
1239
+ },
1240
+ {
1241
+ "epoch": 29.0,
1242
+ "eval_BB_RUND_loss": 0.7797754406929016,
1243
+ "eval_BB_RUND_runtime": 73.7244,
1244
+ "eval_BB_RUND_samples_per_second": 36.826,
1245
+ "eval_BB_RUND_steps_per_second": 1.153,
1246
+ "eval_BB_RUND_wer": 0.25567340404242545,
1247
+ "step": 46429
1248
+ },
1249
+ {
1250
+ "epoch": 29.0,
1251
+ "eval_bigbrother_loss": 1.231561541557312,
1252
+ "eval_bigbrother_runtime": 39.2468,
1253
+ "eval_bigbrother_samples_per_second": 34.907,
1254
+ "eval_bigbrother_steps_per_second": 1.096,
1255
+ "eval_bigbrother_wer": 0.38620800773382746,
1256
+ "step": 46429
1257
+ },
1258
+ {
1259
+ "epoch": 30.0,
1260
+ "grad_norm": 1.4953359365463257,
1261
+ "learning_rate": 2.562999680204669e-05,
1262
+ "loss": 0.3718,
1263
+ "step": 48030
1264
+ },
1265
+ {
1266
+ "epoch": 30.0,
1267
+ "eval_rundkast_loss": 0.33351558446884155,
1268
+ "eval_rundkast_runtime": 31.2627,
1269
+ "eval_rundkast_samples_per_second": 43.023,
1270
+ "eval_rundkast_steps_per_second": 1.375,
1271
+ "eval_rundkast_wer": 0.12830098631880368,
1272
+ "step": 48030
1273
+ },
1274
+ {
1275
+ "epoch": 30.0,
1276
+ "eval_nb_samtale_loss": 0.5619927048683167,
1277
+ "eval_nb_samtale_runtime": 35.2849,
1278
+ "eval_nb_samtale_samples_per_second": 15.106,
1279
+ "eval_nb_samtale_steps_per_second": 0.482,
1280
+ "eval_nb_samtale_wer": 0.19986979166666666,
1281
+ "step": 48030
1282
+ },
1283
+ {
1284
+ "epoch": 30.0,
1285
+ "eval_BB_RUND_loss": 0.7934340238571167,
1286
+ "eval_BB_RUND_runtime": 74.4083,
1287
+ "eval_BB_RUND_samples_per_second": 36.488,
1288
+ "eval_BB_RUND_steps_per_second": 1.142,
1289
+ "eval_BB_RUND_wer": 0.25839503702221334,
1290
+ "step": 48030
1291
+ },
1292
+ {
1293
+ "epoch": 30.0,
1294
+ "eval_bigbrother_loss": 1.2452094554901123,
1295
+ "eval_bigbrother_runtime": 39.1955,
1296
+ "eval_bigbrother_samples_per_second": 34.953,
1297
+ "eval_bigbrother_steps_per_second": 1.097,
1298
+ "eval_bigbrother_wer": 0.39071940707322966,
1299
+ "step": 48030
1300
+ },
1301
+ {
1302
+ "epoch": 31.0,
1303
+ "grad_norm": 2.022852659225464,
1304
+ "learning_rate": 2.307163415414135e-05,
1305
+ "loss": 0.3648,
1306
+ "step": 49631
1307
+ },
1308
+ {
1309
+ "epoch": 31.0,
1310
+ "eval_rundkast_loss": 0.32245931029319763,
1311
+ "eval_rundkast_runtime": 31.3953,
1312
+ "eval_rundkast_samples_per_second": 42.841,
1313
+ "eval_rundkast_steps_per_second": 1.37,
1314
+ "eval_rundkast_wer": 0.1252783964365256,
1315
+ "step": 49631
1316
+ },
1317
+ {
1318
+ "epoch": 31.0,
1319
+ "eval_nb_samtale_loss": 0.547818660736084,
1320
+ "eval_nb_samtale_runtime": 35.3829,
1321
+ "eval_nb_samtale_samples_per_second": 15.064,
1322
+ "eval_nb_samtale_steps_per_second": 0.48,
1323
+ "eval_nb_samtale_wer": 0.19913736979166666,
1324
+ "step": 49631
1325
+ },
1326
+ {
1327
+ "epoch": 31.0,
1328
+ "eval_BB_RUND_loss": 0.7814807295799255,
1329
+ "eval_BB_RUND_runtime": 74.2777,
1330
+ "eval_BB_RUND_samples_per_second": 36.552,
1331
+ "eval_BB_RUND_steps_per_second": 1.144,
1332
+ "eval_BB_RUND_wer": 0.25687412447468483,
1333
+ "step": 49631
1334
+ },
1335
+ {
1336
+ "epoch": 31.0,
1337
+ "eval_bigbrother_loss": 1.232583999633789,
1338
+ "eval_bigbrother_runtime": 39.2964,
1339
+ "eval_bigbrother_samples_per_second": 34.863,
1340
+ "eval_bigbrother_steps_per_second": 1.094,
1341
+ "eval_bigbrother_wer": 0.3895915572383791,
1342
+ "step": 49631
1343
+ },
1344
+ {
1345
+ "epoch": 32.0,
1346
+ "grad_norm": 1.159850001335144,
1347
+ "learning_rate": 2.051327150623601e-05,
1348
+ "loss": 0.3556,
1349
+ "step": 51232
1350
+ },
1351
+ {
1352
+ "epoch": 32.0,
1353
+ "eval_rundkast_loss": 0.33501243591308594,
1354
+ "eval_rundkast_runtime": 31.2712,
1355
+ "eval_rundkast_samples_per_second": 43.011,
1356
+ "eval_rundkast_steps_per_second": 1.375,
1357
+ "eval_rundkast_wer": 0.12623289850461342,
1358
+ "step": 51232
1359
+ },
1360
+ {
1361
+ "epoch": 32.0,
1362
+ "eval_nb_samtale_loss": 0.5665200352668762,
1363
+ "eval_nb_samtale_runtime": 35.0524,
1364
+ "eval_nb_samtale_samples_per_second": 15.206,
1365
+ "eval_nb_samtale_steps_per_second": 0.485,
1366
+ "eval_nb_samtale_wer": 0.19685872395833334,
1367
+ "step": 51232
1368
+ },
1369
+ {
1370
+ "epoch": 32.0,
1371
+ "eval_BB_RUND_loss": 0.8201074004173279,
1372
+ "eval_BB_RUND_runtime": 73.6889,
1373
+ "eval_BB_RUND_samples_per_second": 36.844,
1374
+ "eval_BB_RUND_steps_per_second": 1.153,
1375
+ "eval_BB_RUND_wer": 0.2548328997398439,
1376
+ "step": 51232
1377
+ },
1378
+ {
1379
+ "epoch": 32.0,
1380
+ "eval_bigbrother_loss": 1.296426773071289,
1381
+ "eval_bigbrother_runtime": 39.3283,
1382
+ "eval_bigbrother_samples_per_second": 34.835,
1383
+ "eval_bigbrother_steps_per_second": 1.093,
1384
+ "eval_bigbrother_wer": 0.3852412793039555,
1385
+ "step": 51232
1386
+ },
1387
+ {
1388
+ "epoch": 33.0,
1389
+ "grad_norm": 4.668502330780029,
1390
+ "learning_rate": 1.7954908858330668e-05,
1391
+ "loss": 0.3533,
1392
+ "step": 52833
1393
+ },
1394
+ {
1395
+ "epoch": 33.0,
1396
+ "eval_rundkast_loss": 0.33790138363838196,
1397
+ "eval_rundkast_runtime": 31.5957,
1398
+ "eval_rundkast_samples_per_second": 42.569,
1399
+ "eval_rundkast_steps_per_second": 1.361,
1400
+ "eval_rundkast_wer": 0.12623289850461342,
1401
+ "step": 52833
1402
+ },
1403
+ {
1404
+ "epoch": 33.0,
1405
+ "eval_nb_samtale_loss": 0.5643696784973145,
1406
+ "eval_nb_samtale_runtime": 35.3499,
1407
+ "eval_nb_samtale_samples_per_second": 15.078,
1408
+ "eval_nb_samtale_steps_per_second": 0.481,
1409
+ "eval_nb_samtale_wer": 0.19669596354166666,
1410
+ "step": 52833
1411
+ },
1412
+ {
1413
+ "epoch": 33.0,
1414
+ "eval_BB_RUND_loss": 0.8017848134040833,
1415
+ "eval_BB_RUND_runtime": 74.5846,
1416
+ "eval_BB_RUND_samples_per_second": 36.402,
1417
+ "eval_BB_RUND_steps_per_second": 1.14,
1418
+ "eval_BB_RUND_wer": 0.2553532119271563,
1419
+ "step": 52833
1420
+ },
1421
+ {
1422
+ "epoch": 33.0,
1423
+ "eval_bigbrother_loss": 1.2571812868118286,
1424
+ "eval_bigbrother_runtime": 38.9999,
1425
+ "eval_bigbrother_samples_per_second": 35.128,
1426
+ "eval_bigbrother_steps_per_second": 1.103,
1427
+ "eval_bigbrother_wer": 0.38508015789897687,
1428
+ "step": 52833
1429
+ },
1430
+ {
1431
+ "epoch": 34.0,
1432
+ "grad_norm": 1.0839606523513794,
1433
+ "learning_rate": 1.5394947233770386e-05,
1434
+ "loss": 0.3524,
1435
+ "step": 54434
1436
+ },
1437
+ {
1438
+ "epoch": 34.0,
1439
+ "eval_rundkast_loss": 0.3482387959957123,
1440
+ "eval_rundkast_runtime": 31.231,
1441
+ "eval_rundkast_samples_per_second": 43.066,
1442
+ "eval_rundkast_steps_per_second": 1.377,
1443
+ "eval_rundkast_wer": 0.12496022908049634,
1444
+ "step": 54434
1445
+ },
1446
+ {
1447
+ "epoch": 34.0,
1448
+ "eval_nb_samtale_loss": 0.5782368779182434,
1449
+ "eval_nb_samtale_runtime": 35.115,
1450
+ "eval_nb_samtale_samples_per_second": 15.179,
1451
+ "eval_nb_samtale_steps_per_second": 0.484,
1452
+ "eval_nb_samtale_wer": 0.19881184895833334,
1453
+ "step": 54434
1454
+ },
1455
+ {
1456
+ "epoch": 34.0,
1457
+ "eval_BB_RUND_loss": 0.8167536854743958,
1458
+ "eval_BB_RUND_runtime": 73.4659,
1459
+ "eval_BB_RUND_samples_per_second": 36.956,
1460
+ "eval_BB_RUND_steps_per_second": 1.157,
1461
+ "eval_BB_RUND_wer": 0.2524314588753252,
1462
+ "step": 54434
1463
+ },
1464
+ {
1465
+ "epoch": 34.0,
1466
+ "eval_bigbrother_loss": 1.2767822742462158,
1467
+ "eval_bigbrother_runtime": 39.0487,
1468
+ "eval_bigbrother_samples_per_second": 35.084,
1469
+ "eval_bigbrother_steps_per_second": 1.101,
1470
+ "eval_bigbrother_wer": 0.38121324417948926,
1471
+ "step": 54434
1472
+ },
1473
+ {
1474
+ "epoch": 35.0,
1475
+ "grad_norm": 1.376759648323059,
1476
+ "learning_rate": 1.2836584585865047e-05,
1477
+ "loss": 0.3499,
1478
+ "step": 56035
1479
+ },
1480
+ {
1481
+ "epoch": 35.0,
1482
+ "eval_rundkast_loss": 0.3501284718513489,
1483
+ "eval_rundkast_runtime": 32.4165,
1484
+ "eval_rundkast_samples_per_second": 41.491,
1485
+ "eval_rundkast_steps_per_second": 1.326,
1486
+ "eval_rundkast_wer": 0.12575564747056953,
1487
+ "step": 56035
1488
+ },
1489
+ {
1490
+ "epoch": 35.0,
1491
+ "eval_nb_samtale_loss": 0.5841984152793884,
1492
+ "eval_nb_samtale_runtime": 35.425,
1493
+ "eval_nb_samtale_samples_per_second": 15.046,
1494
+ "eval_nb_samtale_steps_per_second": 0.48,
1495
+ "eval_nb_samtale_wer": 0.1982421875,
1496
+ "step": 56035
1497
+ },
1498
+ {
1499
+ "epoch": 35.0,
1500
+ "eval_BB_RUND_loss": 0.8236829042434692,
1501
+ "eval_BB_RUND_runtime": 74.6418,
1502
+ "eval_BB_RUND_samples_per_second": 36.374,
1503
+ "eval_BB_RUND_steps_per_second": 1.139,
1504
+ "eval_BB_RUND_wer": 0.25203121873123874,
1505
+ "step": 56035
1506
+ },
1507
+ {
1508
+ "epoch": 35.0,
1509
+ "eval_bigbrother_loss": 1.2888648509979248,
1510
+ "eval_bigbrother_runtime": 39.2027,
1511
+ "eval_bigbrother_samples_per_second": 34.947,
1512
+ "eval_bigbrother_steps_per_second": 1.097,
1513
+ "eval_bigbrother_wer": 0.38008539434463867,
1514
+ "step": 56035
1515
+ },
1516
+ {
1517
+ "epoch": 36.0,
1518
+ "grad_norm": 1.6304969787597656,
1519
+ "learning_rate": 1.0276622961304766e-05,
1520
+ "loss": 0.349,
1521
+ "step": 57636
1522
+ },
1523
+ {
1524
+ "epoch": 36.0,
1525
+ "eval_rundkast_loss": 0.3395073413848877,
1526
+ "eval_rundkast_runtime": 31.3594,
1527
+ "eval_rundkast_samples_per_second": 42.89,
1528
+ "eval_rundkast_steps_per_second": 1.371,
1529
+ "eval_rundkast_wer": 0.12583518930957685,
1530
+ "step": 57636
1531
+ },
1532
+ {
1533
+ "epoch": 36.0,
1534
+ "eval_nb_samtale_loss": 0.5508641004562378,
1535
+ "eval_nb_samtale_runtime": 35.3876,
1536
+ "eval_nb_samtale_samples_per_second": 15.062,
1537
+ "eval_nb_samtale_steps_per_second": 0.48,
1538
+ "eval_nb_samtale_wer": 0.198974609375,
1539
+ "step": 57636
1540
+ },
1541
+ {
1542
+ "epoch": 36.0,
1543
+ "eval_BB_RUND_loss": 0.7999393939971924,
1544
+ "eval_BB_RUND_runtime": 73.6053,
1545
+ "eval_BB_RUND_samples_per_second": 36.886,
1546
+ "eval_BB_RUND_steps_per_second": 1.155,
1547
+ "eval_BB_RUND_wer": 0.25139083450070043,
1548
+ "step": 57636
1549
+ },
1550
+ {
1551
+ "epoch": 36.0,
1552
+ "eval_bigbrother_loss": 1.2519750595092773,
1553
+ "eval_bigbrother_runtime": 38.9721,
1554
+ "eval_bigbrother_samples_per_second": 35.153,
1555
+ "eval_bigbrother_steps_per_second": 1.103,
1556
+ "eval_bigbrother_wer": 0.3781519374848949,
1557
+ "step": 57636
1558
+ },
1559
+ {
1560
+ "epoch": 37.0,
1561
+ "grad_norm": 0.9431388974189758,
1562
+ "learning_rate": 7.718260313399425e-06,
1563
+ "loss": 0.3443,
1564
+ "step": 59237
1565
+ },
1566
+ {
1567
+ "epoch": 37.0,
1568
+ "eval_rundkast_loss": 0.3431856632232666,
1569
+ "eval_rundkast_runtime": 32.1917,
1570
+ "eval_rundkast_samples_per_second": 41.781,
1571
+ "eval_rundkast_steps_per_second": 1.336,
1572
+ "eval_rundkast_wer": 0.12440343620744512,
1573
+ "step": 59237
1574
+ },
1575
+ {
1576
+ "epoch": 37.0,
1577
+ "eval_nb_samtale_loss": 0.5509617924690247,
1578
+ "eval_nb_samtale_runtime": 35.3455,
1579
+ "eval_nb_samtale_samples_per_second": 15.08,
1580
+ "eval_nb_samtale_steps_per_second": 0.481,
1581
+ "eval_nb_samtale_wer": 0.19669596354166666,
1582
+ "step": 59237
1583
+ },
1584
+ {
1585
+ "epoch": 37.0,
1586
+ "eval_BB_RUND_loss": 0.8117216229438782,
1587
+ "eval_BB_RUND_runtime": 75.5514,
1588
+ "eval_BB_RUND_samples_per_second": 35.936,
1589
+ "eval_BB_RUND_steps_per_second": 1.125,
1590
+ "eval_BB_RUND_wer": 0.2507504502701621,
1591
+ "step": 59237
1592
+ },
1593
+ {
1594
+ "epoch": 37.0,
1595
+ "eval_bigbrother_loss": 1.272763729095459,
1596
+ "eval_bigbrother_runtime": 39.4053,
1597
+ "eval_bigbrother_samples_per_second": 34.767,
1598
+ "eval_bigbrother_steps_per_second": 1.091,
1599
+ "eval_bigbrother_wer": 0.3785547409973415,
1600
+ "step": 59237
1601
+ }
1602
+ ],
1603
+ "logging_steps": 500,
1604
+ "max_steps": 64040,
1605
+ "num_input_tokens_seen": 0,
1606
+ "num_train_epochs": 40,
1607
+ "save_steps": 500,
1608
+ "total_flos": 3.065538584603944e+20,
1609
+ "train_batch_size": 48,
1610
+ "trial_name": null,
1611
+ "trial_params": null
1612
+ }
checkpoint-59237/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b25133bdb24b039668b926e9e3f9c4343b5002d30a14ff9ac158220672a6f871
3
+ size 4984
checkpoint-64040/config.json ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "NbAiLab/nb-wav2vec2-300m-bokmaal",
3
+ "activation_dropout": 0.055,
4
+ "adapter_attn_dim": null,
5
+ "adapter_kernel_size": 3,
6
+ "adapter_stride": 2,
7
+ "add_adapter": false,
8
+ "apply_spec_augment": true,
9
+ "architectures": [
10
+ "Wav2Vec2ForCTC"
11
+ ],
12
+ "attention_dropout": 0.094,
13
+ "bos_token_id": 1,
14
+ "classifier_proj_size": 256,
15
+ "codevector_dim": 768,
16
+ "contrastive_logits_temperature": 0.1,
17
+ "conv_bias": true,
18
+ "conv_dim": [
19
+ 512,
20
+ 512,
21
+ 512,
22
+ 512,
23
+ 512,
24
+ 512,
25
+ 512
26
+ ],
27
+ "conv_kernel": [
28
+ 10,
29
+ 3,
30
+ 3,
31
+ 3,
32
+ 3,
33
+ 2,
34
+ 2
35
+ ],
36
+ "conv_stride": [
37
+ 5,
38
+ 2,
39
+ 2,
40
+ 2,
41
+ 2,
42
+ 2,
43
+ 2
44
+ ],
45
+ "ctc_loss_reduction": "mean",
46
+ "ctc_zero_infinity": true,
47
+ "diversity_loss_weight": 0.1,
48
+ "do_stable_layer_norm": true,
49
+ "eos_token_id": 2,
50
+ "feat_extract_activation": "gelu",
51
+ "feat_extract_dropout": 0.0,
52
+ "feat_extract_norm": "layer",
53
+ "feat_proj_dropout": 0.04,
54
+ "feat_quantizer_dropout": 0.0,
55
+ "final_dropout": 0.0,
56
+ "hidden_act": "gelu",
57
+ "hidden_dropout": 0.047,
58
+ "hidden_size": 1024,
59
+ "initializer_range": 0.02,
60
+ "intermediate_size": 4096,
61
+ "layer_norm_eps": 1e-05,
62
+ "layerdrop": 0.041,
63
+ "mask_channel_length": 10,
64
+ "mask_channel_min_space": 1,
65
+ "mask_channel_other": 0.0,
66
+ "mask_channel_prob": 0.0,
67
+ "mask_channel_selection": "static",
68
+ "mask_feature_length": 64,
69
+ "mask_feature_min_masks": 0,
70
+ "mask_feature_prob": 0.25,
71
+ "mask_time_length": 10,
72
+ "mask_time_min_masks": 2,
73
+ "mask_time_min_space": 1,
74
+ "mask_time_other": 0.0,
75
+ "mask_time_prob": 0.082,
76
+ "mask_time_selection": "static",
77
+ "model_type": "wav2vec2",
78
+ "num_adapter_layers": 3,
79
+ "num_attention_heads": 16,
80
+ "num_codevector_groups": 2,
81
+ "num_codevectors_per_group": 320,
82
+ "num_conv_pos_embedding_groups": 16,
83
+ "num_conv_pos_embeddings": 128,
84
+ "num_feat_extract_layers": 7,
85
+ "num_hidden_layers": 24,
86
+ "num_negatives": 100,
87
+ "output_hidden_size": 1024,
88
+ "pad_token_id": 31,
89
+ "proj_codevector_dim": 768,
90
+ "tdnn_dilation": [
91
+ 1,
92
+ 2,
93
+ 3,
94
+ 1,
95
+ 1
96
+ ],
97
+ "tdnn_dim": [
98
+ 512,
99
+ 512,
100
+ 512,
101
+ 512,
102
+ 1500
103
+ ],
104
+ "tdnn_kernel": [
105
+ 5,
106
+ 3,
107
+ 3,
108
+ 1,
109
+ 1
110
+ ],
111
+ "torch_dtype": "float32",
112
+ "transformers_version": "4.38.1",
113
+ "use_weighted_layer_sum": false,
114
+ "vocab_size": 34,
115
+ "xvector_output_dim": 512
116
+ }
checkpoint-64040/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fdd39709fe981bd7b0e964c8c1bb2da7ad17a4bb7f05e2b4b676ba51e9aefe9
3
+ size 1261946880
checkpoint-64040/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddee96e91cfe8010b081234c0e6a55d2b5a2131764bf2bd761c99ebbff519102
3
+ size 2490438582
checkpoint-64040/preprocessor_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "feature_extractor_type": "Wav2Vec2FeatureExtractor",
4
+ "feature_size": 1,
5
+ "padding_side": "right",
6
+ "padding_value": 0,
7
+ "processor_class": "Wav2Vec2ProcessorWithLM",
8
+ "return_attention_mask": true,
9
+ "sampling_rate": 16000
10
+ }
checkpoint-64040/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fb97dd47ab1a1236fed22f9bdcfafcfb8420d1d9601f8d46dad23108923f319
3
+ size 14308
checkpoint-64040/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33594856a90c6ad7601d3393c45218d76a92a225c4bfc73e0c57225b8d75ee18
3
+ size 1064
checkpoint-64040/trainer_state.json ADDED
@@ -0,0 +1,1741 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.2507504502701621,
3
+ "best_model_checkpoint": "/cluster/home/torstefl/Master/saved_model/W2V/Combined/BB-RUND/30.05/checkpoint-59237",
4
+ "epoch": 40.0,
5
+ "eval_steps": 500,
6
+ "global_step": 64040,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.0,
13
+ "grad_norm": 3.5616490840911865,
14
+ "learning_rate": 9.984170131116086e-05,
15
+ "loss": 0.9316,
16
+ "step": 1601
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_rundkast_loss": 0.3094605803489685,
21
+ "eval_rundkast_runtime": 31.7263,
22
+ "eval_rundkast_samples_per_second": 42.394,
23
+ "eval_rundkast_steps_per_second": 1.355,
24
+ "eval_rundkast_wer": 0.18334393891186765,
25
+ "step": 1601
26
+ },
27
+ {
28
+ "epoch": 1.0,
29
+ "eval_nb_samtale_loss": 0.5153853297233582,
30
+ "eval_nb_samtale_runtime": 36.9199,
31
+ "eval_nb_samtale_samples_per_second": 14.437,
32
+ "eval_nb_samtale_steps_per_second": 0.46,
33
+ "eval_nb_samtale_wer": 0.2501627604166667,
34
+ "step": 1601
35
+ },
36
+ {
37
+ "epoch": 1.0,
38
+ "eval_BB_RUND_loss": 0.8934017419815063,
39
+ "eval_BB_RUND_runtime": 74.2605,
40
+ "eval_BB_RUND_samples_per_second": 36.56,
41
+ "eval_BB_RUND_steps_per_second": 1.145,
42
+ "eval_BB_RUND_wer": 0.3665399239543726,
43
+ "step": 1601
44
+ },
45
+ {
46
+ "epoch": 1.0,
47
+ "eval_bigbrother_loss": 1.4666274785995483,
48
+ "eval_bigbrother_runtime": 39.9935,
49
+ "eval_bigbrother_samples_per_second": 34.256,
50
+ "eval_bigbrother_steps_per_second": 1.075,
51
+ "eval_bigbrother_wer": 0.5517602513493918,
52
+ "step": 1601
53
+ },
54
+ {
55
+ "epoch": 2.0,
56
+ "grad_norm": 1.8291858434677124,
57
+ "learning_rate": 9.728173968660058e-05,
58
+ "loss": 0.7975,
59
+ "step": 3202
60
+ },
61
+ {
62
+ "epoch": 2.0,
63
+ "eval_rundkast_loss": 0.27037981152534485,
64
+ "eval_rundkast_runtime": 31.304,
65
+ "eval_rundkast_samples_per_second": 42.966,
66
+ "eval_rundkast_steps_per_second": 1.374,
67
+ "eval_rundkast_wer": 0.17968501431753103,
68
+ "step": 3202
69
+ },
70
+ {
71
+ "epoch": 2.0,
72
+ "eval_nb_samtale_loss": 0.4818350672721863,
73
+ "eval_nb_samtale_runtime": 36.3495,
74
+ "eval_nb_samtale_samples_per_second": 14.663,
75
+ "eval_nb_samtale_steps_per_second": 0.468,
76
+ "eval_nb_samtale_wer": 0.2549641927083333,
77
+ "step": 3202
78
+ },
79
+ {
80
+ "epoch": 2.0,
81
+ "eval_BB_RUND_loss": 0.7777431607246399,
82
+ "eval_BB_RUND_runtime": 74.0457,
83
+ "eval_BB_RUND_samples_per_second": 36.667,
84
+ "eval_BB_RUND_steps_per_second": 1.148,
85
+ "eval_BB_RUND_wer": 0.3568941364818891,
86
+ "step": 3202
87
+ },
88
+ {
89
+ "epoch": 2.0,
90
+ "eval_bigbrother_loss": 1.2756603956222534,
91
+ "eval_bigbrother_runtime": 39.2125,
92
+ "eval_bigbrother_samples_per_second": 34.938,
93
+ "eval_bigbrother_steps_per_second": 1.097,
94
+ "eval_bigbrother_wer": 0.5356481108515266,
95
+ "step": 3202
96
+ },
97
+ {
98
+ "epoch": 3.0,
99
+ "grad_norm": 1.1911417245864868,
100
+ "learning_rate": 9.472337703869524e-05,
101
+ "loss": 0.7318,
102
+ "step": 4803
103
+ },
104
+ {
105
+ "epoch": 3.0,
106
+ "eval_rundkast_loss": 0.2820556163787842,
107
+ "eval_rundkast_runtime": 31.3992,
108
+ "eval_rundkast_samples_per_second": 42.835,
109
+ "eval_rundkast_steps_per_second": 1.369,
110
+ "eval_rundkast_wer": 0.16679923639834554,
111
+ "step": 4803
112
+ },
113
+ {
114
+ "epoch": 3.0,
115
+ "eval_nb_samtale_loss": 0.4887722134590149,
116
+ "eval_nb_samtale_runtime": 36.3679,
117
+ "eval_nb_samtale_samples_per_second": 14.656,
118
+ "eval_nb_samtale_steps_per_second": 0.467,
119
+ "eval_nb_samtale_wer": 0.23697916666666666,
120
+ "step": 4803
121
+ },
122
+ {
123
+ "epoch": 3.0,
124
+ "eval_BB_RUND_loss": 0.7739498615264893,
125
+ "eval_BB_RUND_runtime": 74.2643,
126
+ "eval_BB_RUND_samples_per_second": 36.559,
127
+ "eval_BB_RUND_steps_per_second": 1.145,
128
+ "eval_BB_RUND_wer": 0.3293976385831499,
129
+ "step": 4803
130
+ },
131
+ {
132
+ "epoch": 3.0,
133
+ "eval_bigbrother_loss": 1.256850004196167,
134
+ "eval_bigbrother_runtime": 39.3324,
135
+ "eval_bigbrother_samples_per_second": 34.831,
136
+ "eval_bigbrother_steps_per_second": 1.093,
137
+ "eval_bigbrother_wer": 0.49343430274711997,
138
+ "step": 4803
139
+ },
140
+ {
141
+ "epoch": 4.0,
142
+ "grad_norm": 1.5012503862380981,
143
+ "learning_rate": 9.216341541413495e-05,
144
+ "loss": 0.6896,
145
+ "step": 6404
146
+ },
147
+ {
148
+ "epoch": 4.0,
149
+ "eval_rundkast_loss": 0.2698061466217041,
150
+ "eval_rundkast_runtime": 31.5141,
151
+ "eval_rundkast_samples_per_second": 42.679,
152
+ "eval_rundkast_steps_per_second": 1.364,
153
+ "eval_rundkast_wer": 0.1590836780146357,
154
+ "step": 6404
155
+ },
156
+ {
157
+ "epoch": 4.0,
158
+ "eval_nb_samtale_loss": 0.46429482102394104,
159
+ "eval_nb_samtale_runtime": 36.1366,
160
+ "eval_nb_samtale_samples_per_second": 14.75,
161
+ "eval_nb_samtale_steps_per_second": 0.47,
162
+ "eval_nb_samtale_wer": 0.22770182291666666,
163
+ "step": 6404
164
+ },
165
+ {
166
+ "epoch": 4.0,
167
+ "eval_BB_RUND_loss": 0.7106366157531738,
168
+ "eval_BB_RUND_runtime": 74.1602,
169
+ "eval_BB_RUND_samples_per_second": 36.61,
170
+ "eval_BB_RUND_steps_per_second": 1.146,
171
+ "eval_BB_RUND_wer": 0.3115469281568941,
172
+ "step": 6404
173
+ },
174
+ {
175
+ "epoch": 4.0,
176
+ "eval_bigbrother_loss": 1.1434192657470703,
177
+ "eval_bigbrother_runtime": 39.4465,
178
+ "eval_bigbrother_samples_per_second": 34.731,
179
+ "eval_bigbrother_steps_per_second": 1.09,
180
+ "eval_bigbrother_wer": 0.4657214210907919,
181
+ "step": 6404
182
+ },
183
+ {
184
+ "epoch": 5.0,
185
+ "grad_norm": 1.3953436613082886,
186
+ "learning_rate": 8.960345378957467e-05,
187
+ "loss": 0.6527,
188
+ "step": 8005
189
+ },
190
+ {
191
+ "epoch": 5.0,
192
+ "eval_rundkast_loss": 0.3087877333164215,
193
+ "eval_rundkast_runtime": 31.2187,
194
+ "eval_rundkast_samples_per_second": 43.083,
195
+ "eval_rundkast_steps_per_second": 1.377,
196
+ "eval_rundkast_wer": 0.15717467387846007,
197
+ "step": 8005
198
+ },
199
+ {
200
+ "epoch": 5.0,
201
+ "eval_nb_samtale_loss": 0.498180627822876,
202
+ "eval_nb_samtale_runtime": 36.0025,
203
+ "eval_nb_samtale_samples_per_second": 14.805,
204
+ "eval_nb_samtale_steps_per_second": 0.472,
205
+ "eval_nb_samtale_wer": 0.22737630208333334,
206
+ "step": 8005
207
+ },
208
+ {
209
+ "epoch": 5.0,
210
+ "eval_BB_RUND_loss": 0.7562405467033386,
211
+ "eval_BB_RUND_runtime": 73.6895,
212
+ "eval_BB_RUND_samples_per_second": 36.844,
213
+ "eval_BB_RUND_steps_per_second": 1.153,
214
+ "eval_BB_RUND_wer": 0.3094656794076446,
215
+ "step": 8005
216
+ },
217
+ {
218
+ "epoch": 5.0,
219
+ "eval_bigbrother_loss": 1.1955605745315552,
220
+ "eval_bigbrother_runtime": 39.2755,
221
+ "eval_bigbrother_samples_per_second": 34.882,
222
+ "eval_bigbrother_steps_per_second": 1.095,
223
+ "eval_bigbrother_wer": 0.4638685249335374,
224
+ "step": 8005
225
+ },
226
+ {
227
+ "epoch": 6.0,
228
+ "grad_norm": 1.5980861186981201,
229
+ "learning_rate": 8.704828909497922e-05,
230
+ "loss": 0.6237,
231
+ "step": 9606
232
+ },
233
+ {
234
+ "epoch": 6.0,
235
+ "eval_rundkast_loss": 0.269611120223999,
236
+ "eval_rundkast_runtime": 31.4039,
237
+ "eval_rundkast_samples_per_second": 42.829,
238
+ "eval_rundkast_steps_per_second": 1.369,
239
+ "eval_rundkast_wer": 0.14675469296850144,
240
+ "step": 9606
241
+ },
242
+ {
243
+ "epoch": 6.0,
244
+ "eval_nb_samtale_loss": 0.4713493287563324,
245
+ "eval_nb_samtale_runtime": 35.984,
246
+ "eval_nb_samtale_samples_per_second": 14.812,
247
+ "eval_nb_samtale_steps_per_second": 0.472,
248
+ "eval_nb_samtale_wer": 0.22029622395833334,
249
+ "step": 9606
250
+ },
251
+ {
252
+ "epoch": 6.0,
253
+ "eval_BB_RUND_loss": 0.6956652998924255,
254
+ "eval_BB_RUND_runtime": 73.7058,
255
+ "eval_BB_RUND_samples_per_second": 36.836,
256
+ "eval_BB_RUND_steps_per_second": 1.153,
257
+ "eval_BB_RUND_wer": 0.29605763458074846,
258
+ "step": 9606
259
+ },
260
+ {
261
+ "epoch": 6.0,
262
+ "eval_bigbrother_loss": 1.1138566732406616,
263
+ "eval_bigbrother_runtime": 39.5517,
264
+ "eval_bigbrother_samples_per_second": 34.638,
265
+ "eval_bigbrother_steps_per_second": 1.087,
266
+ "eval_bigbrother_wer": 0.4462257310883751,
267
+ "step": 9606
268
+ },
269
+ {
270
+ "epoch": 7.0,
271
+ "grad_norm": 4.422884941101074,
272
+ "learning_rate": 8.448832747041894e-05,
273
+ "loss": 0.5972,
274
+ "step": 11207
275
+ },
276
+ {
277
+ "epoch": 7.0,
278
+ "eval_rundkast_loss": 0.25946080684661865,
279
+ "eval_rundkast_runtime": 31.4395,
280
+ "eval_rundkast_samples_per_second": 42.781,
281
+ "eval_rundkast_steps_per_second": 1.368,
282
+ "eval_rundkast_wer": 0.14428889595927458,
283
+ "step": 11207
284
+ },
285
+ {
286
+ "epoch": 7.0,
287
+ "eval_nb_samtale_loss": 0.49012112617492676,
288
+ "eval_nb_samtale_runtime": 35.8902,
289
+ "eval_nb_samtale_samples_per_second": 14.851,
290
+ "eval_nb_samtale_steps_per_second": 0.474,
291
+ "eval_nb_samtale_wer": 0.21590169270833334,
292
+ "step": 11207
293
+ },
294
+ {
295
+ "epoch": 7.0,
296
+ "eval_BB_RUND_loss": 0.7060232758522034,
297
+ "eval_BB_RUND_runtime": 73.9395,
298
+ "eval_BB_RUND_samples_per_second": 36.719,
299
+ "eval_BB_RUND_steps_per_second": 1.15,
300
+ "eval_BB_RUND_wer": 0.29153492095257155,
301
+ "step": 11207
302
+ },
303
+ {
304
+ "epoch": 7.0,
305
+ "eval_bigbrother_loss": 1.1444189548492432,
306
+ "eval_bigbrother_runtime": 39.3579,
307
+ "eval_bigbrother_samples_per_second": 34.809,
308
+ "eval_bigbrother_steps_per_second": 1.093,
309
+ "eval_bigbrother_wer": 0.440264239104165,
310
+ "step": 11207
311
+ },
312
+ {
313
+ "epoch": 8.0,
314
+ "grad_norm": 1.6600903272628784,
315
+ "learning_rate": 8.192836584585866e-05,
316
+ "loss": 0.5771,
317
+ "step": 12808
318
+ },
319
+ {
320
+ "epoch": 8.0,
321
+ "eval_rundkast_loss": 0.27805188298225403,
322
+ "eval_rundkast_runtime": 31.731,
323
+ "eval_rundkast_samples_per_second": 42.388,
324
+ "eval_rundkast_steps_per_second": 1.355,
325
+ "eval_rundkast_wer": 0.14945911549475024,
326
+ "step": 12808
327
+ },
328
+ {
329
+ "epoch": 8.0,
330
+ "eval_nb_samtale_loss": 0.4692385196685791,
331
+ "eval_nb_samtale_runtime": 36.1624,
332
+ "eval_nb_samtale_samples_per_second": 14.739,
333
+ "eval_nb_samtale_steps_per_second": 0.47,
334
+ "eval_nb_samtale_wer": 0.22216796875,
335
+ "step": 12808
336
+ },
337
+ {
338
+ "epoch": 8.0,
339
+ "eval_BB_RUND_loss": 0.7197623252868652,
340
+ "eval_BB_RUND_runtime": 92.436,
341
+ "eval_BB_RUND_samples_per_second": 29.372,
342
+ "eval_BB_RUND_steps_per_second": 0.92,
343
+ "eval_BB_RUND_wer": 0.2952971783069842,
344
+ "step": 12808
345
+ },
346
+ {
347
+ "epoch": 8.0,
348
+ "eval_bigbrother_loss": 1.1536922454833984,
349
+ "eval_bigbrother_runtime": 39.1987,
350
+ "eval_bigbrother_samples_per_second": 34.95,
351
+ "eval_bigbrother_steps_per_second": 1.097,
352
+ "eval_bigbrother_wer": 0.44260049947635544,
353
+ "step": 12808
354
+ },
355
+ {
356
+ "epoch": 9.0,
357
+ "grad_norm": 1.0308187007904053,
358
+ "learning_rate": 7.936840422129838e-05,
359
+ "loss": 0.5567,
360
+ "step": 14409
361
+ },
362
+ {
363
+ "epoch": 9.0,
364
+ "eval_rundkast_loss": 0.28997811675071716,
365
+ "eval_rundkast_runtime": 31.3398,
366
+ "eval_rundkast_samples_per_second": 42.917,
367
+ "eval_rundkast_steps_per_second": 1.372,
368
+ "eval_rundkast_wer": 0.1408685968819599,
369
+ "step": 14409
370
+ },
371
+ {
372
+ "epoch": 9.0,
373
+ "eval_nb_samtale_loss": 0.46654534339904785,
374
+ "eval_nb_samtale_runtime": 35.7424,
375
+ "eval_nb_samtale_samples_per_second": 14.912,
376
+ "eval_nb_samtale_steps_per_second": 0.476,
377
+ "eval_nb_samtale_wer": 0.21126302083333334,
378
+ "step": 14409
379
+ },
380
+ {
381
+ "epoch": 9.0,
382
+ "eval_BB_RUND_loss": 0.7060103416442871,
383
+ "eval_BB_RUND_runtime": 73.7474,
384
+ "eval_BB_RUND_samples_per_second": 36.815,
385
+ "eval_BB_RUND_steps_per_second": 1.153,
386
+ "eval_BB_RUND_wer": 0.28328997398439065,
387
+ "step": 14409
388
+ },
389
+ {
390
+ "epoch": 9.0,
391
+ "eval_bigbrother_loss": 1.1144466400146484,
392
+ "eval_bigbrother_runtime": 39.254,
393
+ "eval_bigbrother_samples_per_second": 34.901,
394
+ "eval_bigbrother_steps_per_second": 1.095,
395
+ "eval_bigbrother_wer": 0.4277773302183195,
396
+ "step": 14409
397
+ },
398
+ {
399
+ "epoch": 10.0,
400
+ "grad_norm": 3.7091312408447266,
401
+ "learning_rate": 7.681004157339303e-05,
402
+ "loss": 0.5422,
403
+ "step": 16010
404
+ },
405
+ {
406
+ "epoch": 10.0,
407
+ "eval_rundkast_loss": 0.292531818151474,
408
+ "eval_rundkast_runtime": 31.6718,
409
+ "eval_rundkast_samples_per_second": 42.467,
410
+ "eval_rundkast_steps_per_second": 1.358,
411
+ "eval_rundkast_wer": 0.14134584791600383,
412
+ "step": 16010
413
+ },
414
+ {
415
+ "epoch": 10.0,
416
+ "eval_nb_samtale_loss": 0.4930917024612427,
417
+ "eval_nb_samtale_runtime": 35.8047,
418
+ "eval_nb_samtale_samples_per_second": 14.886,
419
+ "eval_nb_samtale_steps_per_second": 0.475,
420
+ "eval_nb_samtale_wer": 0.2080078125,
421
+ "step": 16010
422
+ },
423
+ {
424
+ "epoch": 10.0,
425
+ "eval_BB_RUND_loss": 0.7012096643447876,
426
+ "eval_BB_RUND_runtime": 75.6789,
427
+ "eval_BB_RUND_samples_per_second": 35.875,
428
+ "eval_BB_RUND_steps_per_second": 1.123,
429
+ "eval_BB_RUND_wer": 0.28092855713428055,
430
+ "step": 16010
431
+ },
432
+ {
433
+ "epoch": 10.0,
434
+ "eval_bigbrother_loss": 1.1022217273712158,
435
+ "eval_bigbrother_runtime": 39.334,
436
+ "eval_bigbrother_samples_per_second": 34.83,
437
+ "eval_bigbrother_steps_per_second": 1.093,
438
+ "eval_bigbrother_wer": 0.4221380810440667,
439
+ "step": 16010
440
+ },
441
+ {
442
+ "epoch": 11.0,
443
+ "grad_norm": 0.9090811014175415,
444
+ "learning_rate": 7.425167892548769e-05,
445
+ "loss": 0.5266,
446
+ "step": 17611
447
+ },
448
+ {
449
+ "epoch": 11.0,
450
+ "eval_rundkast_loss": 0.30149751901626587,
451
+ "eval_rundkast_runtime": 31.3393,
452
+ "eval_rundkast_samples_per_second": 42.917,
453
+ "eval_rundkast_steps_per_second": 1.372,
454
+ "eval_rundkast_wer": 0.13935730194082088,
455
+ "step": 17611
456
+ },
457
+ {
458
+ "epoch": 11.0,
459
+ "eval_nb_samtale_loss": 0.4974854290485382,
460
+ "eval_nb_samtale_runtime": 35.6974,
461
+ "eval_nb_samtale_samples_per_second": 14.931,
462
+ "eval_nb_samtale_steps_per_second": 0.476,
463
+ "eval_nb_samtale_wer": 0.20947265625,
464
+ "step": 17611
465
+ },
466
+ {
467
+ "epoch": 11.0,
468
+ "eval_BB_RUND_loss": 0.7534126043319702,
469
+ "eval_BB_RUND_runtime": 73.8118,
470
+ "eval_BB_RUND_samples_per_second": 36.783,
471
+ "eval_BB_RUND_steps_per_second": 1.152,
472
+ "eval_BB_RUND_wer": 0.2830898539123474,
473
+ "step": 17611
474
+ },
475
+ {
476
+ "epoch": 11.0,
477
+ "eval_bigbrother_loss": 1.1972620487213135,
478
+ "eval_bigbrother_runtime": 39.3175,
479
+ "eval_bigbrother_samples_per_second": 34.845,
480
+ "eval_bigbrother_steps_per_second": 1.094,
481
+ "eval_bigbrother_wer": 0.4285829372432128,
482
+ "step": 17611
483
+ },
484
+ {
485
+ "epoch": 12.0,
486
+ "grad_norm": 1.5719759464263916,
487
+ "learning_rate": 7.169331627758235e-05,
488
+ "loss": 0.5103,
489
+ "step": 19212
490
+ },
491
+ {
492
+ "epoch": 12.0,
493
+ "eval_rundkast_loss": 0.2790067195892334,
494
+ "eval_rundkast_runtime": 31.604,
495
+ "eval_rundkast_samples_per_second": 42.558,
496
+ "eval_rundkast_steps_per_second": 1.361,
497
+ "eval_rundkast_wer": 0.13728921412663062,
498
+ "step": 19212
499
+ },
500
+ {
501
+ "epoch": 12.0,
502
+ "eval_nb_samtale_loss": 0.47254645824432373,
503
+ "eval_nb_samtale_runtime": 36.6581,
504
+ "eval_nb_samtale_samples_per_second": 14.54,
505
+ "eval_nb_samtale_steps_per_second": 0.464,
506
+ "eval_nb_samtale_wer": 0.208740234375,
507
+ "step": 19212
508
+ },
509
+ {
510
+ "epoch": 12.0,
511
+ "eval_BB_RUND_loss": 0.7001897096633911,
512
+ "eval_BB_RUND_runtime": 76.071,
513
+ "eval_BB_RUND_samples_per_second": 35.69,
514
+ "eval_BB_RUND_steps_per_second": 1.117,
515
+ "eval_BB_RUND_wer": 0.27512507504502703,
516
+ "step": 19212
517
+ },
518
+ {
519
+ "epoch": 12.0,
520
+ "eval_bigbrother_loss": 1.1136471033096313,
521
+ "eval_bigbrother_runtime": 39.6183,
522
+ "eval_bigbrother_samples_per_second": 34.58,
523
+ "eval_bigbrother_steps_per_second": 1.085,
524
+ "eval_bigbrother_wer": 0.41456537501007007,
525
+ "step": 19212
526
+ },
527
+ {
528
+ "epoch": 13.0,
529
+ "grad_norm": 1.0063461065292358,
530
+ "learning_rate": 6.913495362967701e-05,
531
+ "loss": 0.4968,
532
+ "step": 20813
533
+ },
534
+ {
535
+ "epoch": 13.0,
536
+ "eval_rundkast_loss": 0.29398083686828613,
537
+ "eval_rundkast_runtime": 31.5607,
538
+ "eval_rundkast_samples_per_second": 42.616,
539
+ "eval_rundkast_steps_per_second": 1.362,
540
+ "eval_rundkast_wer": 0.1381641743557111,
541
+ "step": 20813
542
+ },
543
+ {
544
+ "epoch": 13.0,
545
+ "eval_nb_samtale_loss": 0.4911497235298157,
546
+ "eval_nb_samtale_runtime": 36.0599,
547
+ "eval_nb_samtale_samples_per_second": 14.781,
548
+ "eval_nb_samtale_steps_per_second": 0.471,
549
+ "eval_nb_samtale_wer": 0.212158203125,
550
+ "step": 20813
551
+ },
552
+ {
553
+ "epoch": 13.0,
554
+ "eval_BB_RUND_loss": 0.729911208152771,
555
+ "eval_BB_RUND_runtime": 74.2919,
556
+ "eval_BB_RUND_samples_per_second": 36.545,
557
+ "eval_BB_RUND_steps_per_second": 1.144,
558
+ "eval_BB_RUND_wer": 0.2774864918951371,
559
+ "step": 20813
560
+ },
561
+ {
562
+ "epoch": 13.0,
563
+ "eval_bigbrother_loss": 1.1584389209747314,
564
+ "eval_bigbrother_runtime": 39.483,
565
+ "eval_bigbrother_samples_per_second": 34.698,
566
+ "eval_bigbrother_steps_per_second": 1.089,
567
+ "eval_bigbrother_wer": 0.41786836381213244,
568
+ "step": 20813
569
+ },
570
+ {
571
+ "epoch": 14.0,
572
+ "grad_norm": 1.0339038372039795,
573
+ "learning_rate": 6.657499200511673e-05,
574
+ "loss": 0.4867,
575
+ "step": 22414
576
+ },
577
+ {
578
+ "epoch": 14.0,
579
+ "eval_rundkast_loss": 0.2678089141845703,
580
+ "eval_rundkast_runtime": 31.9259,
581
+ "eval_rundkast_samples_per_second": 42.129,
582
+ "eval_rundkast_steps_per_second": 1.347,
583
+ "eval_rundkast_wer": 0.1390391345847916,
584
+ "step": 22414
585
+ },
586
+ {
587
+ "epoch": 14.0,
588
+ "eval_nb_samtale_loss": 0.48425397276878357,
589
+ "eval_nb_samtale_runtime": 35.6709,
590
+ "eval_nb_samtale_samples_per_second": 14.942,
591
+ "eval_nb_samtale_steps_per_second": 0.477,
592
+ "eval_nb_samtale_wer": 0.21004231770833334,
593
+ "step": 22414
594
+ },
595
+ {
596
+ "epoch": 14.0,
597
+ "eval_BB_RUND_loss": 0.6763830184936523,
598
+ "eval_BB_RUND_runtime": 75.1278,
599
+ "eval_BB_RUND_samples_per_second": 36.138,
600
+ "eval_BB_RUND_steps_per_second": 1.131,
601
+ "eval_BB_RUND_wer": 0.2732439463678207,
602
+ "step": 22414
603
+ },
604
+ {
605
+ "epoch": 14.0,
606
+ "eval_bigbrother_loss": 1.0772405862808228,
607
+ "eval_bigbrother_runtime": 39.3624,
608
+ "eval_bigbrother_samples_per_second": 34.805,
609
+ "eval_bigbrother_steps_per_second": 1.092,
610
+ "eval_bigbrother_wer": 0.408845565133328,
611
+ "step": 22414
612
+ },
613
+ {
614
+ "epoch": 15.0,
615
+ "grad_norm": 0.5528441667556763,
616
+ "learning_rate": 6.401662935721138e-05,
617
+ "loss": 0.4721,
618
+ "step": 24015
619
+ },
620
+ {
621
+ "epoch": 15.0,
622
+ "eval_rundkast_loss": 0.2952366769313812,
623
+ "eval_rundkast_runtime": 31.7087,
624
+ "eval_rundkast_samples_per_second": 42.417,
625
+ "eval_rundkast_steps_per_second": 1.356,
626
+ "eval_rundkast_wer": 0.1345847916003818,
627
+ "step": 24015
628
+ },
629
+ {
630
+ "epoch": 15.0,
631
+ "eval_nb_samtale_loss": 0.48395708203315735,
632
+ "eval_nb_samtale_runtime": 35.8001,
633
+ "eval_nb_samtale_samples_per_second": 14.888,
634
+ "eval_nb_samtale_steps_per_second": 0.475,
635
+ "eval_nb_samtale_wer": 0.20865885416666666,
636
+ "step": 24015
637
+ },
638
+ {
639
+ "epoch": 15.0,
640
+ "eval_BB_RUND_loss": 0.7274541854858398,
641
+ "eval_BB_RUND_runtime": 74.0948,
642
+ "eval_BB_RUND_samples_per_second": 36.642,
643
+ "eval_BB_RUND_steps_per_second": 1.147,
644
+ "eval_BB_RUND_wer": 0.269481689013408,
645
+ "step": 24015
646
+ },
647
+ {
648
+ "epoch": 15.0,
649
+ "eval_bigbrother_loss": 1.1518090963363647,
650
+ "eval_bigbrother_runtime": 39.2366,
651
+ "eval_bigbrother_samples_per_second": 34.916,
652
+ "eval_bigbrother_steps_per_second": 1.096,
653
+ "eval_bigbrother_wer": 0.4053008942237976,
654
+ "step": 24015
655
+ },
656
+ {
657
+ "epoch": 16.0,
658
+ "grad_norm": 0.9716380834579468,
659
+ "learning_rate": 6.14566677326511e-05,
660
+ "loss": 0.4626,
661
+ "step": 25616
662
+ },
663
+ {
664
+ "epoch": 16.0,
665
+ "eval_rundkast_loss": 0.3125823736190796,
666
+ "eval_rundkast_runtime": 31.5106,
667
+ "eval_rundkast_samples_per_second": 42.684,
668
+ "eval_rundkast_steps_per_second": 1.365,
669
+ "eval_rundkast_wer": 0.13347120585427935,
670
+ "step": 25616
671
+ },
672
+ {
673
+ "epoch": 16.0,
674
+ "eval_nb_samtale_loss": 0.5268623232841492,
675
+ "eval_nb_samtale_runtime": 35.7773,
676
+ "eval_nb_samtale_samples_per_second": 14.898,
677
+ "eval_nb_samtale_steps_per_second": 0.475,
678
+ "eval_nb_samtale_wer": 0.209228515625,
679
+ "step": 25616
680
+ },
681
+ {
682
+ "epoch": 16.0,
683
+ "eval_BB_RUND_loss": 0.752697229385376,
684
+ "eval_BB_RUND_runtime": 75.4571,
685
+ "eval_BB_RUND_samples_per_second": 35.981,
686
+ "eval_BB_RUND_steps_per_second": 1.126,
687
+ "eval_BB_RUND_wer": 0.2700820492295377,
688
+ "step": 25616
689
+ },
690
+ {
691
+ "epoch": 16.0,
692
+ "eval_bigbrother_loss": 1.1851829290390015,
693
+ "eval_bigbrother_runtime": 39.3085,
694
+ "eval_bigbrother_samples_per_second": 34.853,
695
+ "eval_bigbrother_steps_per_second": 1.094,
696
+ "eval_bigbrother_wer": 0.4079593974059454,
697
+ "step": 25616
698
+ },
699
+ {
700
+ "epoch": 17.0,
701
+ "grad_norm": 1.0000524520874023,
702
+ "learning_rate": 5.889830508474577e-05,
703
+ "loss": 0.4554,
704
+ "step": 27217
705
+ },
706
+ {
707
+ "epoch": 17.0,
708
+ "eval_rundkast_loss": 0.28784507513046265,
709
+ "eval_rundkast_runtime": 31.1375,
710
+ "eval_rundkast_samples_per_second": 43.196,
711
+ "eval_rundkast_steps_per_second": 1.381,
712
+ "eval_rundkast_wer": 0.13140311804008908,
713
+ "step": 27217
714
+ },
715
+ {
716
+ "epoch": 17.0,
717
+ "eval_nb_samtale_loss": 0.47152796387672424,
718
+ "eval_nb_samtale_runtime": 35.203,
719
+ "eval_nb_samtale_samples_per_second": 15.141,
720
+ "eval_nb_samtale_steps_per_second": 0.483,
721
+ "eval_nb_samtale_wer": 0.20361328125,
722
+ "step": 27217
723
+ },
724
+ {
725
+ "epoch": 17.0,
726
+ "eval_BB_RUND_loss": 0.705199122428894,
727
+ "eval_BB_RUND_runtime": 73.2232,
728
+ "eval_BB_RUND_samples_per_second": 37.078,
729
+ "eval_BB_RUND_steps_per_second": 1.161,
730
+ "eval_BB_RUND_wer": 0.2690814488693216,
731
+ "step": 27217
732
+ },
733
+ {
734
+ "epoch": 17.0,
735
+ "eval_bigbrother_loss": 1.1149847507476807,
736
+ "eval_bigbrother_runtime": 39.237,
737
+ "eval_bigbrother_samples_per_second": 34.916,
738
+ "eval_bigbrother_steps_per_second": 1.096,
739
+ "eval_bigbrother_wer": 0.40868444372834933,
740
+ "step": 27217
741
+ },
742
+ {
743
+ "epoch": 18.0,
744
+ "grad_norm": 0.8535083532333374,
745
+ "learning_rate": 5.6338343460185485e-05,
746
+ "loss": 0.4407,
747
+ "step": 28818
748
+ },
749
+ {
750
+ "epoch": 18.0,
751
+ "eval_rundkast_loss": 0.29337021708488464,
752
+ "eval_rundkast_runtime": 31.587,
753
+ "eval_rundkast_samples_per_second": 42.581,
754
+ "eval_rundkast_steps_per_second": 1.361,
755
+ "eval_rundkast_wer": 0.13044861597200128,
756
+ "step": 28818
757
+ },
758
+ {
759
+ "epoch": 18.0,
760
+ "eval_nb_samtale_loss": 0.5154338479042053,
761
+ "eval_nb_samtale_runtime": 35.5632,
762
+ "eval_nb_samtale_samples_per_second": 14.987,
763
+ "eval_nb_samtale_steps_per_second": 0.478,
764
+ "eval_nb_samtale_wer": 0.204345703125,
765
+ "step": 28818
766
+ },
767
+ {
768
+ "epoch": 18.0,
769
+ "eval_BB_RUND_loss": 0.7406498789787292,
770
+ "eval_BB_RUND_runtime": 73.657,
771
+ "eval_BB_RUND_samples_per_second": 36.86,
772
+ "eval_BB_RUND_steps_per_second": 1.154,
773
+ "eval_BB_RUND_wer": 0.26812087252351413,
774
+ "step": 28818
775
+ },
776
+ {
777
+ "epoch": 18.0,
778
+ "eval_bigbrother_loss": 1.1797504425048828,
779
+ "eval_bigbrother_runtime": 38.9311,
780
+ "eval_bigbrother_samples_per_second": 35.19,
781
+ "eval_bigbrother_steps_per_second": 1.105,
782
+ "eval_bigbrother_wer": 0.40699266897607345,
783
+ "step": 28818
784
+ },
785
+ {
786
+ "epoch": 19.0,
787
+ "grad_norm": 4.492996692657471,
788
+ "learning_rate": 5.378157978893509e-05,
789
+ "loss": 0.4361,
790
+ "step": 30419
791
+ },
792
+ {
793
+ "epoch": 19.0,
794
+ "eval_rundkast_loss": 0.2833118140697479,
795
+ "eval_rundkast_runtime": 31.0219,
796
+ "eval_rundkast_samples_per_second": 43.357,
797
+ "eval_rundkast_steps_per_second": 1.386,
798
+ "eval_rundkast_wer": 0.13219853643016227,
799
+ "step": 30419
800
+ },
801
+ {
802
+ "epoch": 19.0,
803
+ "eval_nb_samtale_loss": 0.4991215765476227,
804
+ "eval_nb_samtale_runtime": 35.3186,
805
+ "eval_nb_samtale_samples_per_second": 15.091,
806
+ "eval_nb_samtale_steps_per_second": 0.481,
807
+ "eval_nb_samtale_wer": 0.20638020833333334,
808
+ "step": 30419
809
+ },
810
+ {
811
+ "epoch": 19.0,
812
+ "eval_BB_RUND_loss": 0.7097201347351074,
813
+ "eval_BB_RUND_runtime": 73.7433,
814
+ "eval_BB_RUND_samples_per_second": 36.817,
815
+ "eval_BB_RUND_steps_per_second": 1.153,
816
+ "eval_BB_RUND_wer": 0.26451871122673604,
817
+ "step": 30419
818
+ },
819
+ {
820
+ "epoch": 19.0,
821
+ "eval_bigbrother_loss": 1.1280052661895752,
822
+ "eval_bigbrother_runtime": 38.9563,
823
+ "eval_bigbrother_samples_per_second": 35.168,
824
+ "eval_bigbrother_steps_per_second": 1.104,
825
+ "eval_bigbrother_wer": 0.39837267380971564,
826
+ "step": 30419
827
+ },
828
+ {
829
+ "epoch": 20.0,
830
+ "grad_norm": 1.5283879041671753,
831
+ "learning_rate": 5.122161816437481e-05,
832
+ "loss": 0.4249,
833
+ "step": 32020
834
+ },
835
+ {
836
+ "epoch": 20.0,
837
+ "eval_rundkast_loss": 0.309190571308136,
838
+ "eval_rundkast_runtime": 31.2274,
839
+ "eval_rundkast_samples_per_second": 43.071,
840
+ "eval_rundkast_steps_per_second": 1.377,
841
+ "eval_rundkast_wer": 0.13084632516703787,
842
+ "step": 32020
843
+ },
844
+ {
845
+ "epoch": 20.0,
846
+ "eval_nb_samtale_loss": 0.49869558215141296,
847
+ "eval_nb_samtale_runtime": 35.2581,
848
+ "eval_nb_samtale_samples_per_second": 15.117,
849
+ "eval_nb_samtale_steps_per_second": 0.482,
850
+ "eval_nb_samtale_wer": 0.200927734375,
851
+ "step": 32020
852
+ },
853
+ {
854
+ "epoch": 20.0,
855
+ "eval_BB_RUND_loss": 0.7553633451461792,
856
+ "eval_BB_RUND_runtime": 73.477,
857
+ "eval_BB_RUND_samples_per_second": 36.95,
858
+ "eval_BB_RUND_steps_per_second": 1.157,
859
+ "eval_BB_RUND_wer": 0.26575945567340403,
860
+ "step": 32020
861
+ },
862
+ {
863
+ "epoch": 20.0,
864
+ "eval_bigbrother_loss": 1.1935659646987915,
865
+ "eval_bigbrother_runtime": 39.2084,
866
+ "eval_bigbrother_samples_per_second": 34.941,
867
+ "eval_bigbrother_steps_per_second": 1.097,
868
+ "eval_bigbrother_wer": 0.40248126963667125,
869
+ "step": 32020
870
+ },
871
+ {
872
+ "epoch": 21.0,
873
+ "grad_norm": 0.824657142162323,
874
+ "learning_rate": 4.866165653981452e-05,
875
+ "loss": 0.4167,
876
+ "step": 33621
877
+ },
878
+ {
879
+ "epoch": 21.0,
880
+ "eval_rundkast_loss": 0.3222857415676117,
881
+ "eval_rundkast_runtime": 31.2353,
882
+ "eval_rundkast_samples_per_second": 43.06,
883
+ "eval_rundkast_steps_per_second": 1.377,
884
+ "eval_rundkast_wer": 0.1296531975819281,
885
+ "step": 33621
886
+ },
887
+ {
888
+ "epoch": 21.0,
889
+ "eval_nb_samtale_loss": 0.533822774887085,
890
+ "eval_nb_samtale_runtime": 35.2167,
891
+ "eval_nb_samtale_samples_per_second": 15.135,
892
+ "eval_nb_samtale_steps_per_second": 0.483,
893
+ "eval_nb_samtale_wer": 0.201171875,
894
+ "step": 33621
895
+ },
896
+ {
897
+ "epoch": 21.0,
898
+ "eval_BB_RUND_loss": 0.7721800804138184,
899
+ "eval_BB_RUND_runtime": 73.7086,
900
+ "eval_BB_RUND_samples_per_second": 36.834,
901
+ "eval_BB_RUND_steps_per_second": 1.153,
902
+ "eval_BB_RUND_wer": 0.2623574144486692,
903
+ "step": 33621
904
+ },
905
+ {
906
+ "epoch": 21.0,
907
+ "eval_bigbrother_loss": 1.2132436037063599,
908
+ "eval_bigbrother_runtime": 39.1843,
909
+ "eval_bigbrother_samples_per_second": 34.963,
910
+ "eval_bigbrother_steps_per_second": 1.097,
911
+ "eval_bigbrother_wer": 0.39660033835495045,
912
+ "step": 33621
913
+ },
914
+ {
915
+ "epoch": 22.0,
916
+ "grad_norm": 1.1440060138702393,
917
+ "learning_rate": 4.6103293891909183e-05,
918
+ "loss": 0.4105,
919
+ "step": 35222
920
+ },
921
+ {
922
+ "epoch": 22.0,
923
+ "eval_rundkast_loss": 0.31660783290863037,
924
+ "eval_rundkast_runtime": 31.6185,
925
+ "eval_rundkast_samples_per_second": 42.538,
926
+ "eval_rundkast_steps_per_second": 1.36,
927
+ "eval_rundkast_wer": 0.12893732103086222,
928
+ "step": 35222
929
+ },
930
+ {
931
+ "epoch": 22.0,
932
+ "eval_nb_samtale_loss": 0.5133374929428101,
933
+ "eval_nb_samtale_runtime": 35.2449,
934
+ "eval_nb_samtale_samples_per_second": 15.123,
935
+ "eval_nb_samtale_steps_per_second": 0.482,
936
+ "eval_nb_samtale_wer": 0.20157877604166666,
937
+ "step": 35222
938
+ },
939
+ {
940
+ "epoch": 22.0,
941
+ "eval_BB_RUND_loss": 0.7647114992141724,
942
+ "eval_BB_RUND_runtime": 73.4723,
943
+ "eval_BB_RUND_samples_per_second": 36.953,
944
+ "eval_BB_RUND_steps_per_second": 1.157,
945
+ "eval_BB_RUND_wer": 0.26255753452071245,
946
+ "step": 35222
947
+ },
948
+ {
949
+ "epoch": 22.0,
950
+ "eval_bigbrother_loss": 1.2045847177505493,
951
+ "eval_bigbrother_runtime": 39.0811,
952
+ "eval_bigbrother_samples_per_second": 35.055,
953
+ "eval_bigbrother_steps_per_second": 1.1,
954
+ "eval_bigbrother_wer": 0.39813099170224764,
955
+ "step": 35222
956
+ },
957
+ {
958
+ "epoch": 23.0,
959
+ "grad_norm": 1.2679944038391113,
960
+ "learning_rate": 4.354493124400384e-05,
961
+ "loss": 0.4077,
962
+ "step": 36823
963
+ },
964
+ {
965
+ "epoch": 23.0,
966
+ "eval_rundkast_loss": 0.32336536049842834,
967
+ "eval_rundkast_runtime": 31.2205,
968
+ "eval_rundkast_samples_per_second": 43.081,
969
+ "eval_rundkast_steps_per_second": 1.377,
970
+ "eval_rundkast_wer": 0.13156220171810373,
971
+ "step": 36823
972
+ },
973
+ {
974
+ "epoch": 23.0,
975
+ "eval_nb_samtale_loss": 0.5165642499923706,
976
+ "eval_nb_samtale_runtime": 35.3263,
977
+ "eval_nb_samtale_samples_per_second": 15.088,
978
+ "eval_nb_samtale_steps_per_second": 0.481,
979
+ "eval_nb_samtale_wer": 0.20035807291666666,
980
+ "step": 36823
981
+ },
982
+ {
983
+ "epoch": 23.0,
984
+ "eval_BB_RUND_loss": 0.7570832967758179,
985
+ "eval_BB_RUND_runtime": 90.621,
986
+ "eval_BB_RUND_samples_per_second": 29.96,
987
+ "eval_BB_RUND_steps_per_second": 0.938,
988
+ "eval_BB_RUND_wer": 0.26323794276565937,
989
+ "step": 36823
990
+ },
991
+ {
992
+ "epoch": 23.0,
993
+ "eval_bigbrother_loss": 1.1831412315368652,
994
+ "eval_bigbrother_runtime": 39.2988,
995
+ "eval_bigbrother_samples_per_second": 34.861,
996
+ "eval_bigbrother_steps_per_second": 1.094,
997
+ "eval_bigbrother_wer": 0.3967614597599291,
998
+ "step": 36823
999
+ },
1000
+ {
1001
+ "epoch": 24.0,
1002
+ "grad_norm": 6.380431175231934,
1003
+ "learning_rate": 4.098496961944356e-05,
1004
+ "loss": 0.4011,
1005
+ "step": 38424
1006
+ },
1007
+ {
1008
+ "epoch": 24.0,
1009
+ "eval_rundkast_loss": 0.3312782943248749,
1010
+ "eval_rundkast_runtime": 31.4003,
1011
+ "eval_rundkast_samples_per_second": 42.834,
1012
+ "eval_rundkast_steps_per_second": 1.369,
1013
+ "eval_rundkast_wer": 0.12853961183582566,
1014
+ "step": 38424
1015
+ },
1016
+ {
1017
+ "epoch": 24.0,
1018
+ "eval_nb_samtale_loss": 0.5143250823020935,
1019
+ "eval_nb_samtale_runtime": 35.5114,
1020
+ "eval_nb_samtale_samples_per_second": 15.009,
1021
+ "eval_nb_samtale_steps_per_second": 0.479,
1022
+ "eval_nb_samtale_wer": 0.19954427083333334,
1023
+ "step": 38424
1024
+ },
1025
+ {
1026
+ "epoch": 24.0,
1027
+ "eval_BB_RUND_loss": 0.7850114703178406,
1028
+ "eval_BB_RUND_runtime": 74.2024,
1029
+ "eval_BB_RUND_samples_per_second": 36.589,
1030
+ "eval_BB_RUND_steps_per_second": 1.146,
1031
+ "eval_BB_RUND_wer": 0.26135681408845307,
1032
+ "step": 38424
1033
+ },
1034
+ {
1035
+ "epoch": 24.0,
1036
+ "eval_bigbrother_loss": 1.2299407720565796,
1037
+ "eval_bigbrother_runtime": 39.2032,
1038
+ "eval_bigbrother_samples_per_second": 34.946,
1039
+ "eval_bigbrother_steps_per_second": 1.097,
1040
+ "eval_bigbrother_wer": 0.39595585273503586,
1041
+ "step": 38424
1042
+ },
1043
+ {
1044
+ "epoch": 25.0,
1045
+ "grad_norm": 0.8889333009719849,
1046
+ "learning_rate": 3.842660697153822e-05,
1047
+ "loss": 0.3946,
1048
+ "step": 40025
1049
+ },
1050
+ {
1051
+ "epoch": 25.0,
1052
+ "eval_rundkast_loss": 0.3259143829345703,
1053
+ "eval_rundkast_runtime": 31.2371,
1054
+ "eval_rundkast_samples_per_second": 43.058,
1055
+ "eval_rundkast_steps_per_second": 1.377,
1056
+ "eval_rundkast_wer": 0.12822144447979636,
1057
+ "step": 40025
1058
+ },
1059
+ {
1060
+ "epoch": 25.0,
1061
+ "eval_nb_samtale_loss": 0.5260791778564453,
1062
+ "eval_nb_samtale_runtime": 35.2592,
1063
+ "eval_nb_samtale_samples_per_second": 15.117,
1064
+ "eval_nb_samtale_steps_per_second": 0.482,
1065
+ "eval_nb_samtale_wer": 0.19742838541666666,
1066
+ "step": 40025
1067
+ },
1068
+ {
1069
+ "epoch": 25.0,
1070
+ "eval_BB_RUND_loss": 0.7829692959785461,
1071
+ "eval_BB_RUND_runtime": 96.3242,
1072
+ "eval_BB_RUND_samples_per_second": 28.186,
1073
+ "eval_BB_RUND_steps_per_second": 0.882,
1074
+ "eval_BB_RUND_wer": 0.25939563738242943,
1075
+ "step": 40025
1076
+ },
1077
+ {
1078
+ "epoch": 25.0,
1079
+ "eval_bigbrother_loss": 1.2314956188201904,
1080
+ "eval_bigbrother_runtime": 39.2118,
1081
+ "eval_bigbrother_samples_per_second": 34.938,
1082
+ "eval_bigbrother_steps_per_second": 1.097,
1083
+ "eval_bigbrother_wer": 0.3917666962055909,
1084
+ "step": 40025
1085
+ },
1086
+ {
1087
+ "epoch": 26.0,
1088
+ "grad_norm": 2.6945877075195312,
1089
+ "learning_rate": 3.5866645346977936e-05,
1090
+ "loss": 0.3863,
1091
+ "step": 41626
1092
+ },
1093
+ {
1094
+ "epoch": 26.0,
1095
+ "eval_rundkast_loss": 0.3363383412361145,
1096
+ "eval_rundkast_runtime": 31.3558,
1097
+ "eval_rundkast_samples_per_second": 42.895,
1098
+ "eval_rundkast_steps_per_second": 1.371,
1099
+ "eval_rundkast_wer": 0.13124403436207446,
1100
+ "step": 41626
1101
+ },
1102
+ {
1103
+ "epoch": 26.0,
1104
+ "eval_nb_samtale_loss": 0.5427711009979248,
1105
+ "eval_nb_samtale_runtime": 35.2067,
1106
+ "eval_nb_samtale_samples_per_second": 15.139,
1107
+ "eval_nb_samtale_steps_per_second": 0.483,
1108
+ "eval_nb_samtale_wer": 0.20467122395833334,
1109
+ "step": 41626
1110
+ },
1111
+ {
1112
+ "epoch": 26.0,
1113
+ "eval_BB_RUND_loss": 0.8028616905212402,
1114
+ "eval_BB_RUND_runtime": 73.6484,
1115
+ "eval_BB_RUND_samples_per_second": 36.864,
1116
+ "eval_BB_RUND_steps_per_second": 1.154,
1117
+ "eval_BB_RUND_wer": 0.2621172703622173,
1118
+ "step": 41626
1119
+ },
1120
+ {
1121
+ "epoch": 26.0,
1122
+ "eval_bigbrother_loss": 1.2609052658081055,
1123
+ "eval_bigbrother_runtime": 39.2296,
1124
+ "eval_bigbrother_samples_per_second": 34.923,
1125
+ "eval_bigbrother_steps_per_second": 1.096,
1126
+ "eval_bigbrother_wer": 0.39506968500765327,
1127
+ "step": 41626
1128
+ },
1129
+ {
1130
+ "epoch": 27.0,
1131
+ "grad_norm": 0.7852900624275208,
1132
+ "learning_rate": 3.330828269907259e-05,
1133
+ "loss": 0.3799,
1134
+ "step": 43227
1135
+ },
1136
+ {
1137
+ "epoch": 27.0,
1138
+ "eval_rundkast_loss": 0.3347199857234955,
1139
+ "eval_rundkast_runtime": 31.2946,
1140
+ "eval_rundkast_samples_per_second": 42.979,
1141
+ "eval_rundkast_steps_per_second": 1.374,
1142
+ "eval_rundkast_wer": 0.12893732103086222,
1143
+ "step": 43227
1144
+ },
1145
+ {
1146
+ "epoch": 27.0,
1147
+ "eval_nb_samtale_loss": 0.5341453552246094,
1148
+ "eval_nb_samtale_runtime": 35.3834,
1149
+ "eval_nb_samtale_samples_per_second": 15.064,
1150
+ "eval_nb_samtale_steps_per_second": 0.48,
1151
+ "eval_nb_samtale_wer": 0.20328776041666666,
1152
+ "step": 43227
1153
+ },
1154
+ {
1155
+ "epoch": 27.0,
1156
+ "eval_BB_RUND_loss": 0.7905371189117432,
1157
+ "eval_BB_RUND_runtime": 74.2226,
1158
+ "eval_BB_RUND_samples_per_second": 36.579,
1159
+ "eval_BB_RUND_steps_per_second": 1.145,
1160
+ "eval_BB_RUND_wer": 0.25959575745447266,
1161
+ "step": 43227
1162
+ },
1163
+ {
1164
+ "epoch": 27.0,
1165
+ "eval_bigbrother_loss": 1.2384859323501587,
1166
+ "eval_bigbrother_runtime": 39.6106,
1167
+ "eval_bigbrother_samples_per_second": 34.587,
1168
+ "eval_bigbrother_steps_per_second": 1.086,
1169
+ "eval_bigbrother_wer": 0.39192781761056955,
1170
+ "step": 43227
1171
+ },
1172
+ {
1173
+ "epoch": 28.0,
1174
+ "grad_norm": 1.839573621749878,
1175
+ "learning_rate": 3.074992005116725e-05,
1176
+ "loss": 0.3782,
1177
+ "step": 44828
1178
+ },
1179
+ {
1180
+ "epoch": 28.0,
1181
+ "eval_rundkast_loss": 0.33070889115333557,
1182
+ "eval_rundkast_runtime": 31.2558,
1183
+ "eval_rundkast_samples_per_second": 43.032,
1184
+ "eval_rundkast_steps_per_second": 1.376,
1185
+ "eval_rundkast_wer": 0.12750556792873052,
1186
+ "step": 44828
1187
+ },
1188
+ {
1189
+ "epoch": 28.0,
1190
+ "eval_nb_samtale_loss": 0.5499075055122375,
1191
+ "eval_nb_samtale_runtime": 35.4546,
1192
+ "eval_nb_samtale_samples_per_second": 15.033,
1193
+ "eval_nb_samtale_steps_per_second": 0.479,
1194
+ "eval_nb_samtale_wer": 0.19881184895833334,
1195
+ "step": 44828
1196
+ },
1197
+ {
1198
+ "epoch": 28.0,
1199
+ "eval_BB_RUND_loss": 0.7748451232910156,
1200
+ "eval_BB_RUND_runtime": 73.8572,
1201
+ "eval_BB_RUND_samples_per_second": 36.76,
1202
+ "eval_BB_RUND_steps_per_second": 1.151,
1203
+ "eval_BB_RUND_wer": 0.25531318791274765,
1204
+ "step": 44828
1205
+ },
1206
+ {
1207
+ "epoch": 28.0,
1208
+ "eval_bigbrother_loss": 1.2108979225158691,
1209
+ "eval_bigbrother_runtime": 39.3441,
1210
+ "eval_bigbrother_samples_per_second": 34.821,
1211
+ "eval_bigbrother_steps_per_second": 1.093,
1212
+ "eval_bigbrother_wer": 0.3849995971964876,
1213
+ "step": 44828
1214
+ },
1215
+ {
1216
+ "epoch": 29.0,
1217
+ "grad_norm": 1.2005807161331177,
1218
+ "learning_rate": 2.8189958426606973e-05,
1219
+ "loss": 0.3729,
1220
+ "step": 46429
1221
+ },
1222
+ {
1223
+ "epoch": 29.0,
1224
+ "eval_rundkast_loss": 0.3197638690471649,
1225
+ "eval_rundkast_runtime": 31.5545,
1226
+ "eval_rundkast_samples_per_second": 42.625,
1227
+ "eval_rundkast_steps_per_second": 1.363,
1228
+ "eval_rundkast_wer": 0.12671014953865734,
1229
+ "step": 46429
1230
+ },
1231
+ {
1232
+ "epoch": 29.0,
1233
+ "eval_nb_samtale_loss": 0.5454243421554565,
1234
+ "eval_nb_samtale_runtime": 35.43,
1235
+ "eval_nb_samtale_samples_per_second": 15.044,
1236
+ "eval_nb_samtale_steps_per_second": 0.48,
1237
+ "eval_nb_samtale_wer": 0.19832356770833334,
1238
+ "step": 46429
1239
+ },
1240
+ {
1241
+ "epoch": 29.0,
1242
+ "eval_BB_RUND_loss": 0.7797754406929016,
1243
+ "eval_BB_RUND_runtime": 73.7244,
1244
+ "eval_BB_RUND_samples_per_second": 36.826,
1245
+ "eval_BB_RUND_steps_per_second": 1.153,
1246
+ "eval_BB_RUND_wer": 0.25567340404242545,
1247
+ "step": 46429
1248
+ },
1249
+ {
1250
+ "epoch": 29.0,
1251
+ "eval_bigbrother_loss": 1.231561541557312,
1252
+ "eval_bigbrother_runtime": 39.2468,
1253
+ "eval_bigbrother_samples_per_second": 34.907,
1254
+ "eval_bigbrother_steps_per_second": 1.096,
1255
+ "eval_bigbrother_wer": 0.38620800773382746,
1256
+ "step": 46429
1257
+ },
1258
+ {
1259
+ "epoch": 30.0,
1260
+ "grad_norm": 1.4953359365463257,
1261
+ "learning_rate": 2.562999680204669e-05,
1262
+ "loss": 0.3718,
1263
+ "step": 48030
1264
+ },
1265
+ {
1266
+ "epoch": 30.0,
1267
+ "eval_rundkast_loss": 0.33351558446884155,
1268
+ "eval_rundkast_runtime": 31.2627,
1269
+ "eval_rundkast_samples_per_second": 43.023,
1270
+ "eval_rundkast_steps_per_second": 1.375,
1271
+ "eval_rundkast_wer": 0.12830098631880368,
1272
+ "step": 48030
1273
+ },
1274
+ {
1275
+ "epoch": 30.0,
1276
+ "eval_nb_samtale_loss": 0.5619927048683167,
1277
+ "eval_nb_samtale_runtime": 35.2849,
1278
+ "eval_nb_samtale_samples_per_second": 15.106,
1279
+ "eval_nb_samtale_steps_per_second": 0.482,
1280
+ "eval_nb_samtale_wer": 0.19986979166666666,
1281
+ "step": 48030
1282
+ },
1283
+ {
1284
+ "epoch": 30.0,
1285
+ "eval_BB_RUND_loss": 0.7934340238571167,
1286
+ "eval_BB_RUND_runtime": 74.4083,
1287
+ "eval_BB_RUND_samples_per_second": 36.488,
1288
+ "eval_BB_RUND_steps_per_second": 1.142,
1289
+ "eval_BB_RUND_wer": 0.25839503702221334,
1290
+ "step": 48030
1291
+ },
1292
+ {
1293
+ "epoch": 30.0,
1294
+ "eval_bigbrother_loss": 1.2452094554901123,
1295
+ "eval_bigbrother_runtime": 39.1955,
1296
+ "eval_bigbrother_samples_per_second": 34.953,
1297
+ "eval_bigbrother_steps_per_second": 1.097,
1298
+ "eval_bigbrother_wer": 0.39071940707322966,
1299
+ "step": 48030
1300
+ },
1301
+ {
1302
+ "epoch": 31.0,
1303
+ "grad_norm": 2.022852659225464,
1304
+ "learning_rate": 2.307163415414135e-05,
1305
+ "loss": 0.3648,
1306
+ "step": 49631
1307
+ },
1308
+ {
1309
+ "epoch": 31.0,
1310
+ "eval_rundkast_loss": 0.32245931029319763,
1311
+ "eval_rundkast_runtime": 31.3953,
1312
+ "eval_rundkast_samples_per_second": 42.841,
1313
+ "eval_rundkast_steps_per_second": 1.37,
1314
+ "eval_rundkast_wer": 0.1252783964365256,
1315
+ "step": 49631
1316
+ },
1317
+ {
1318
+ "epoch": 31.0,
1319
+ "eval_nb_samtale_loss": 0.547818660736084,
1320
+ "eval_nb_samtale_runtime": 35.3829,
1321
+ "eval_nb_samtale_samples_per_second": 15.064,
1322
+ "eval_nb_samtale_steps_per_second": 0.48,
1323
+ "eval_nb_samtale_wer": 0.19913736979166666,
1324
+ "step": 49631
1325
+ },
1326
+ {
1327
+ "epoch": 31.0,
1328
+ "eval_BB_RUND_loss": 0.7814807295799255,
1329
+ "eval_BB_RUND_runtime": 74.2777,
1330
+ "eval_BB_RUND_samples_per_second": 36.552,
1331
+ "eval_BB_RUND_steps_per_second": 1.144,
1332
+ "eval_BB_RUND_wer": 0.25687412447468483,
1333
+ "step": 49631
1334
+ },
1335
+ {
1336
+ "epoch": 31.0,
1337
+ "eval_bigbrother_loss": 1.232583999633789,
1338
+ "eval_bigbrother_runtime": 39.2964,
1339
+ "eval_bigbrother_samples_per_second": 34.863,
1340
+ "eval_bigbrother_steps_per_second": 1.094,
1341
+ "eval_bigbrother_wer": 0.3895915572383791,
1342
+ "step": 49631
1343
+ },
1344
+ {
1345
+ "epoch": 32.0,
1346
+ "grad_norm": 1.159850001335144,
1347
+ "learning_rate": 2.051327150623601e-05,
1348
+ "loss": 0.3556,
1349
+ "step": 51232
1350
+ },
1351
+ {
1352
+ "epoch": 32.0,
1353
+ "eval_rundkast_loss": 0.33501243591308594,
1354
+ "eval_rundkast_runtime": 31.2712,
1355
+ "eval_rundkast_samples_per_second": 43.011,
1356
+ "eval_rundkast_steps_per_second": 1.375,
1357
+ "eval_rundkast_wer": 0.12623289850461342,
1358
+ "step": 51232
1359
+ },
1360
+ {
1361
+ "epoch": 32.0,
1362
+ "eval_nb_samtale_loss": 0.5665200352668762,
1363
+ "eval_nb_samtale_runtime": 35.0524,
1364
+ "eval_nb_samtale_samples_per_second": 15.206,
1365
+ "eval_nb_samtale_steps_per_second": 0.485,
1366
+ "eval_nb_samtale_wer": 0.19685872395833334,
1367
+ "step": 51232
1368
+ },
1369
+ {
1370
+ "epoch": 32.0,
1371
+ "eval_BB_RUND_loss": 0.8201074004173279,
1372
+ "eval_BB_RUND_runtime": 73.6889,
1373
+ "eval_BB_RUND_samples_per_second": 36.844,
1374
+ "eval_BB_RUND_steps_per_second": 1.153,
1375
+ "eval_BB_RUND_wer": 0.2548328997398439,
1376
+ "step": 51232
1377
+ },
1378
+ {
1379
+ "epoch": 32.0,
1380
+ "eval_bigbrother_loss": 1.296426773071289,
1381
+ "eval_bigbrother_runtime": 39.3283,
1382
+ "eval_bigbrother_samples_per_second": 34.835,
1383
+ "eval_bigbrother_steps_per_second": 1.093,
1384
+ "eval_bigbrother_wer": 0.3852412793039555,
1385
+ "step": 51232
1386
+ },
1387
+ {
1388
+ "epoch": 33.0,
1389
+ "grad_norm": 4.668502330780029,
1390
+ "learning_rate": 1.7954908858330668e-05,
1391
+ "loss": 0.3533,
1392
+ "step": 52833
1393
+ },
1394
+ {
1395
+ "epoch": 33.0,
1396
+ "eval_rundkast_loss": 0.33790138363838196,
1397
+ "eval_rundkast_runtime": 31.5957,
1398
+ "eval_rundkast_samples_per_second": 42.569,
1399
+ "eval_rundkast_steps_per_second": 1.361,
1400
+ "eval_rundkast_wer": 0.12623289850461342,
1401
+ "step": 52833
1402
+ },
1403
+ {
1404
+ "epoch": 33.0,
1405
+ "eval_nb_samtale_loss": 0.5643696784973145,
1406
+ "eval_nb_samtale_runtime": 35.3499,
1407
+ "eval_nb_samtale_samples_per_second": 15.078,
1408
+ "eval_nb_samtale_steps_per_second": 0.481,
1409
+ "eval_nb_samtale_wer": 0.19669596354166666,
1410
+ "step": 52833
1411
+ },
1412
+ {
1413
+ "epoch": 33.0,
1414
+ "eval_BB_RUND_loss": 0.8017848134040833,
1415
+ "eval_BB_RUND_runtime": 74.5846,
1416
+ "eval_BB_RUND_samples_per_second": 36.402,
1417
+ "eval_BB_RUND_steps_per_second": 1.14,
1418
+ "eval_BB_RUND_wer": 0.2553532119271563,
1419
+ "step": 52833
1420
+ },
1421
+ {
1422
+ "epoch": 33.0,
1423
+ "eval_bigbrother_loss": 1.2571812868118286,
1424
+ "eval_bigbrother_runtime": 38.9999,
1425
+ "eval_bigbrother_samples_per_second": 35.128,
1426
+ "eval_bigbrother_steps_per_second": 1.103,
1427
+ "eval_bigbrother_wer": 0.38508015789897687,
1428
+ "step": 52833
1429
+ },
1430
+ {
1431
+ "epoch": 34.0,
1432
+ "grad_norm": 1.0839606523513794,
1433
+ "learning_rate": 1.5394947233770386e-05,
1434
+ "loss": 0.3524,
1435
+ "step": 54434
1436
+ },
1437
+ {
1438
+ "epoch": 34.0,
1439
+ "eval_rundkast_loss": 0.3482387959957123,
1440
+ "eval_rundkast_runtime": 31.231,
1441
+ "eval_rundkast_samples_per_second": 43.066,
1442
+ "eval_rundkast_steps_per_second": 1.377,
1443
+ "eval_rundkast_wer": 0.12496022908049634,
1444
+ "step": 54434
1445
+ },
1446
+ {
1447
+ "epoch": 34.0,
1448
+ "eval_nb_samtale_loss": 0.5782368779182434,
1449
+ "eval_nb_samtale_runtime": 35.115,
1450
+ "eval_nb_samtale_samples_per_second": 15.179,
1451
+ "eval_nb_samtale_steps_per_second": 0.484,
1452
+ "eval_nb_samtale_wer": 0.19881184895833334,
1453
+ "step": 54434
1454
+ },
1455
+ {
1456
+ "epoch": 34.0,
1457
+ "eval_BB_RUND_loss": 0.8167536854743958,
1458
+ "eval_BB_RUND_runtime": 73.4659,
1459
+ "eval_BB_RUND_samples_per_second": 36.956,
1460
+ "eval_BB_RUND_steps_per_second": 1.157,
1461
+ "eval_BB_RUND_wer": 0.2524314588753252,
1462
+ "step": 54434
1463
+ },
1464
+ {
1465
+ "epoch": 34.0,
1466
+ "eval_bigbrother_loss": 1.2767822742462158,
1467
+ "eval_bigbrother_runtime": 39.0487,
1468
+ "eval_bigbrother_samples_per_second": 35.084,
1469
+ "eval_bigbrother_steps_per_second": 1.101,
1470
+ "eval_bigbrother_wer": 0.38121324417948926,
1471
+ "step": 54434
1472
+ },
1473
+ {
1474
+ "epoch": 35.0,
1475
+ "grad_norm": 1.376759648323059,
1476
+ "learning_rate": 1.2836584585865047e-05,
1477
+ "loss": 0.3499,
1478
+ "step": 56035
1479
+ },
1480
+ {
1481
+ "epoch": 35.0,
1482
+ "eval_rundkast_loss": 0.3501284718513489,
1483
+ "eval_rundkast_runtime": 32.4165,
1484
+ "eval_rundkast_samples_per_second": 41.491,
1485
+ "eval_rundkast_steps_per_second": 1.326,
1486
+ "eval_rundkast_wer": 0.12575564747056953,
1487
+ "step": 56035
1488
+ },
1489
+ {
1490
+ "epoch": 35.0,
1491
+ "eval_nb_samtale_loss": 0.5841984152793884,
1492
+ "eval_nb_samtale_runtime": 35.425,
1493
+ "eval_nb_samtale_samples_per_second": 15.046,
1494
+ "eval_nb_samtale_steps_per_second": 0.48,
1495
+ "eval_nb_samtale_wer": 0.1982421875,
1496
+ "step": 56035
1497
+ },
1498
+ {
1499
+ "epoch": 35.0,
1500
+ "eval_BB_RUND_loss": 0.8236829042434692,
1501
+ "eval_BB_RUND_runtime": 74.6418,
1502
+ "eval_BB_RUND_samples_per_second": 36.374,
1503
+ "eval_BB_RUND_steps_per_second": 1.139,
1504
+ "eval_BB_RUND_wer": 0.25203121873123874,
1505
+ "step": 56035
1506
+ },
1507
+ {
1508
+ "epoch": 35.0,
1509
+ "eval_bigbrother_loss": 1.2888648509979248,
1510
+ "eval_bigbrother_runtime": 39.2027,
1511
+ "eval_bigbrother_samples_per_second": 34.947,
1512
+ "eval_bigbrother_steps_per_second": 1.097,
1513
+ "eval_bigbrother_wer": 0.38008539434463867,
1514
+ "step": 56035
1515
+ },
1516
+ {
1517
+ "epoch": 36.0,
1518
+ "grad_norm": 1.6304969787597656,
1519
+ "learning_rate": 1.0276622961304766e-05,
1520
+ "loss": 0.349,
1521
+ "step": 57636
1522
+ },
1523
+ {
1524
+ "epoch": 36.0,
1525
+ "eval_rundkast_loss": 0.3395073413848877,
1526
+ "eval_rundkast_runtime": 31.3594,
1527
+ "eval_rundkast_samples_per_second": 42.89,
1528
+ "eval_rundkast_steps_per_second": 1.371,
1529
+ "eval_rundkast_wer": 0.12583518930957685,
1530
+ "step": 57636
1531
+ },
1532
+ {
1533
+ "epoch": 36.0,
1534
+ "eval_nb_samtale_loss": 0.5508641004562378,
1535
+ "eval_nb_samtale_runtime": 35.3876,
1536
+ "eval_nb_samtale_samples_per_second": 15.062,
1537
+ "eval_nb_samtale_steps_per_second": 0.48,
1538
+ "eval_nb_samtale_wer": 0.198974609375,
1539
+ "step": 57636
1540
+ },
1541
+ {
1542
+ "epoch": 36.0,
1543
+ "eval_BB_RUND_loss": 0.7999393939971924,
1544
+ "eval_BB_RUND_runtime": 73.6053,
1545
+ "eval_BB_RUND_samples_per_second": 36.886,
1546
+ "eval_BB_RUND_steps_per_second": 1.155,
1547
+ "eval_BB_RUND_wer": 0.25139083450070043,
1548
+ "step": 57636
1549
+ },
1550
+ {
1551
+ "epoch": 36.0,
1552
+ "eval_bigbrother_loss": 1.2519750595092773,
1553
+ "eval_bigbrother_runtime": 38.9721,
1554
+ "eval_bigbrother_samples_per_second": 35.153,
1555
+ "eval_bigbrother_steps_per_second": 1.103,
1556
+ "eval_bigbrother_wer": 0.3781519374848949,
1557
+ "step": 57636
1558
+ },
1559
+ {
1560
+ "epoch": 37.0,
1561
+ "grad_norm": 0.9431388974189758,
1562
+ "learning_rate": 7.718260313399425e-06,
1563
+ "loss": 0.3443,
1564
+ "step": 59237
1565
+ },
1566
+ {
1567
+ "epoch": 37.0,
1568
+ "eval_rundkast_loss": 0.3431856632232666,
1569
+ "eval_rundkast_runtime": 32.1917,
1570
+ "eval_rundkast_samples_per_second": 41.781,
1571
+ "eval_rundkast_steps_per_second": 1.336,
1572
+ "eval_rundkast_wer": 0.12440343620744512,
1573
+ "step": 59237
1574
+ },
1575
+ {
1576
+ "epoch": 37.0,
1577
+ "eval_nb_samtale_loss": 0.5509617924690247,
1578
+ "eval_nb_samtale_runtime": 35.3455,
1579
+ "eval_nb_samtale_samples_per_second": 15.08,
1580
+ "eval_nb_samtale_steps_per_second": 0.481,
1581
+ "eval_nb_samtale_wer": 0.19669596354166666,
1582
+ "step": 59237
1583
+ },
1584
+ {
1585
+ "epoch": 37.0,
1586
+ "eval_BB_RUND_loss": 0.8117216229438782,
1587
+ "eval_BB_RUND_runtime": 75.5514,
1588
+ "eval_BB_RUND_samples_per_second": 35.936,
1589
+ "eval_BB_RUND_steps_per_second": 1.125,
1590
+ "eval_BB_RUND_wer": 0.2507504502701621,
1591
+ "step": 59237
1592
+ },
1593
+ {
1594
+ "epoch": 37.0,
1595
+ "eval_bigbrother_loss": 1.272763729095459,
1596
+ "eval_bigbrother_runtime": 39.4053,
1597
+ "eval_bigbrother_samples_per_second": 34.767,
1598
+ "eval_bigbrother_steps_per_second": 1.091,
1599
+ "eval_bigbrother_wer": 0.3785547409973415,
1600
+ "step": 59237
1601
+ },
1602
+ {
1603
+ "epoch": 38.0,
1604
+ "grad_norm": 0.7018219232559204,
1605
+ "learning_rate": 5.158298688839143e-06,
1606
+ "loss": 0.3417,
1607
+ "step": 60838
1608
+ },
1609
+ {
1610
+ "epoch": 38.0,
1611
+ "eval_rundkast_loss": 0.3419778645038605,
1612
+ "eval_rundkast_runtime": 31.3896,
1613
+ "eval_rundkast_samples_per_second": 42.849,
1614
+ "eval_rundkast_steps_per_second": 1.37,
1615
+ "eval_rundkast_wer": 0.12376710149538657,
1616
+ "step": 60838
1617
+ },
1618
+ {
1619
+ "epoch": 38.0,
1620
+ "eval_nb_samtale_loss": 0.5525389909744263,
1621
+ "eval_nb_samtale_runtime": 35.2018,
1622
+ "eval_nb_samtale_samples_per_second": 15.141,
1623
+ "eval_nb_samtale_steps_per_second": 0.483,
1624
+ "eval_nb_samtale_wer": 0.19669596354166666,
1625
+ "step": 60838
1626
+ },
1627
+ {
1628
+ "epoch": 38.0,
1629
+ "eval_BB_RUND_loss": 0.8073983192443848,
1630
+ "eval_BB_RUND_runtime": 73.835,
1631
+ "eval_BB_RUND_samples_per_second": 36.771,
1632
+ "eval_BB_RUND_steps_per_second": 1.151,
1633
+ "eval_BB_RUND_wer": 0.250870522313388,
1634
+ "step": 60838
1635
+ },
1636
+ {
1637
+ "epoch": 38.0,
1638
+ "eval_bigbrother_loss": 1.2644871473312378,
1639
+ "eval_bigbrother_runtime": 39.1416,
1640
+ "eval_bigbrother_samples_per_second": 35.001,
1641
+ "eval_bigbrother_steps_per_second": 1.099,
1642
+ "eval_bigbrother_wer": 0.3788769838072988,
1643
+ "step": 60838
1644
+ },
1645
+ {
1646
+ "epoch": 39.0,
1647
+ "grad_norm": 2.0295908451080322,
1648
+ "learning_rate": 2.5999360409338027e-06,
1649
+ "loss": 0.3442,
1650
+ "step": 62439
1651
+ },
1652
+ {
1653
+ "epoch": 39.0,
1654
+ "eval_rundkast_loss": 0.3452610671520233,
1655
+ "eval_rundkast_runtime": 32.4113,
1656
+ "eval_rundkast_samples_per_second": 41.498,
1657
+ "eval_rundkast_steps_per_second": 1.327,
1658
+ "eval_rundkast_wer": 0.12376710149538657,
1659
+ "step": 62439
1660
+ },
1661
+ {
1662
+ "epoch": 39.0,
1663
+ "eval_nb_samtale_loss": 0.5602259039878845,
1664
+ "eval_nb_samtale_runtime": 35.342,
1665
+ "eval_nb_samtale_samples_per_second": 15.081,
1666
+ "eval_nb_samtale_steps_per_second": 0.481,
1667
+ "eval_nb_samtale_wer": 0.195556640625,
1668
+ "step": 62439
1669
+ },
1670
+ {
1671
+ "epoch": 39.0,
1672
+ "eval_BB_RUND_loss": 0.8162434101104736,
1673
+ "eval_BB_RUND_runtime": 75.0912,
1674
+ "eval_BB_RUND_samples_per_second": 36.156,
1675
+ "eval_BB_RUND_steps_per_second": 1.132,
1676
+ "eval_BB_RUND_wer": 0.2508304982989794,
1677
+ "step": 62439
1678
+ },
1679
+ {
1680
+ "epoch": 39.0,
1681
+ "eval_bigbrother_loss": 1.2785000801086426,
1682
+ "eval_bigbrother_runtime": 39.2508,
1683
+ "eval_bigbrother_samples_per_second": 34.904,
1684
+ "eval_bigbrother_steps_per_second": 1.096,
1685
+ "eval_bigbrother_wer": 0.37903810521227743,
1686
+ "step": 62439
1687
+ },
1688
+ {
1689
+ "epoch": 40.0,
1690
+ "grad_norm": 0.7962198257446289,
1691
+ "learning_rate": 4.1573393028461783e-08,
1692
+ "loss": 0.341,
1693
+ "step": 64040
1694
+ },
1695
+ {
1696
+ "epoch": 40.0,
1697
+ "eval_rundkast_loss": 0.3451217710971832,
1698
+ "eval_rundkast_runtime": 31.3475,
1699
+ "eval_rundkast_samples_per_second": 42.906,
1700
+ "eval_rundkast_steps_per_second": 1.372,
1701
+ "eval_rundkast_wer": 0.12368755965637926,
1702
+ "step": 64040
1703
+ },
1704
+ {
1705
+ "epoch": 40.0,
1706
+ "eval_nb_samtale_loss": 0.561275839805603,
1707
+ "eval_nb_samtale_runtime": 35.2131,
1708
+ "eval_nb_samtale_samples_per_second": 15.136,
1709
+ "eval_nb_samtale_steps_per_second": 0.483,
1710
+ "eval_nb_samtale_wer": 0.19588216145833334,
1711
+ "step": 64040
1712
+ },
1713
+ {
1714
+ "epoch": 40.0,
1715
+ "eval_BB_RUND_loss": 0.8131784796714783,
1716
+ "eval_BB_RUND_runtime": 74.2866,
1717
+ "eval_BB_RUND_samples_per_second": 36.548,
1718
+ "eval_BB_RUND_steps_per_second": 1.144,
1719
+ "eval_BB_RUND_wer": 0.2511907144286572,
1720
+ "step": 64040
1721
+ },
1722
+ {
1723
+ "epoch": 40.0,
1724
+ "eval_bigbrother_loss": 1.2729395627975464,
1725
+ "eval_bigbrother_runtime": 39.0913,
1726
+ "eval_bigbrother_samples_per_second": 35.046,
1727
+ "eval_bigbrother_steps_per_second": 1.1,
1728
+ "eval_bigbrother_wer": 0.3802465157496173,
1729
+ "step": 64040
1730
+ }
1731
+ ],
1732
+ "logging_steps": 500,
1733
+ "max_steps": 64040,
1734
+ "num_input_tokens_seen": 0,
1735
+ "num_train_epochs": 40,
1736
+ "save_steps": 500,
1737
+ "total_flos": 3.314074430916319e+20,
1738
+ "train_batch_size": 48,
1739
+ "trial_name": null,
1740
+ "trial_params": null
1741
+ }
checkpoint-64040/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b25133bdb24b039668b926e9e3f9c4343b5002d30a14ff9ac158220672a6f871
3
+ size 4984
config.json ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "NbAiLab/nb-wav2vec2-300m-bokmaal",
3
+ "activation_dropout": 0.055,
4
+ "adapter_attn_dim": null,
5
+ "adapter_kernel_size": 3,
6
+ "adapter_stride": 2,
7
+ "add_adapter": false,
8
+ "apply_spec_augment": true,
9
+ "architectures": [
10
+ "Wav2Vec2ForCTC"
11
+ ],
12
+ "attention_dropout": 0.094,
13
+ "bos_token_id": 1,
14
+ "classifier_proj_size": 256,
15
+ "codevector_dim": 768,
16
+ "contrastive_logits_temperature": 0.1,
17
+ "conv_bias": true,
18
+ "conv_dim": [
19
+ 512,
20
+ 512,
21
+ 512,
22
+ 512,
23
+ 512,
24
+ 512,
25
+ 512
26
+ ],
27
+ "conv_kernel": [
28
+ 10,
29
+ 3,
30
+ 3,
31
+ 3,
32
+ 3,
33
+ 2,
34
+ 2
35
+ ],
36
+ "conv_stride": [
37
+ 5,
38
+ 2,
39
+ 2,
40
+ 2,
41
+ 2,
42
+ 2,
43
+ 2
44
+ ],
45
+ "ctc_loss_reduction": "mean",
46
+ "ctc_zero_infinity": true,
47
+ "diversity_loss_weight": 0.1,
48
+ "do_stable_layer_norm": true,
49
+ "eos_token_id": 2,
50
+ "feat_extract_activation": "gelu",
51
+ "feat_extract_dropout": 0.0,
52
+ "feat_extract_norm": "layer",
53
+ "feat_proj_dropout": 0.04,
54
+ "feat_quantizer_dropout": 0.0,
55
+ "final_dropout": 0.0,
56
+ "hidden_act": "gelu",
57
+ "hidden_dropout": 0.047,
58
+ "hidden_size": 1024,
59
+ "initializer_range": 0.02,
60
+ "intermediate_size": 4096,
61
+ "layer_norm_eps": 1e-05,
62
+ "layerdrop": 0.041,
63
+ "mask_channel_length": 10,
64
+ "mask_channel_min_space": 1,
65
+ "mask_channel_other": 0.0,
66
+ "mask_channel_prob": 0.0,
67
+ "mask_channel_selection": "static",
68
+ "mask_feature_length": 64,
69
+ "mask_feature_min_masks": 0,
70
+ "mask_feature_prob": 0.25,
71
+ "mask_time_length": 10,
72
+ "mask_time_min_masks": 2,
73
+ "mask_time_min_space": 1,
74
+ "mask_time_other": 0.0,
75
+ "mask_time_prob": 0.082,
76
+ "mask_time_selection": "static",
77
+ "model_type": "wav2vec2",
78
+ "num_adapter_layers": 3,
79
+ "num_attention_heads": 16,
80
+ "num_codevector_groups": 2,
81
+ "num_codevectors_per_group": 320,
82
+ "num_conv_pos_embedding_groups": 16,
83
+ "num_conv_pos_embeddings": 128,
84
+ "num_feat_extract_layers": 7,
85
+ "num_hidden_layers": 24,
86
+ "num_negatives": 100,
87
+ "output_hidden_size": 1024,
88
+ "pad_token_id": 31,
89
+ "proj_codevector_dim": 768,
90
+ "tdnn_dilation": [
91
+ 1,
92
+ 2,
93
+ 3,
94
+ 1,
95
+ 1
96
+ ],
97
+ "tdnn_dim": [
98
+ 512,
99
+ 512,
100
+ 512,
101
+ 512,
102
+ 1500
103
+ ],
104
+ "tdnn_kernel": [
105
+ 5,
106
+ 3,
107
+ 3,
108
+ 1,
109
+ 1
110
+ ],
111
+ "torch_dtype": "float32",
112
+ "transformers_version": "4.38.1",
113
+ "use_weighted_layer_sum": false,
114
+ "vocab_size": 34,
115
+ "xvector_output_dim": 512
116
+ }
language_model/5gram.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b41c24c63f2f0585bea83666369593f3b3e6d047f327a90f36ebca2c35ef0ff
3
+ size 4243671427
language_model/attrs.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"alpha": 0.5, "beta": 0.1, "unk_score_offset": -10.0, "score_boundary": true}
language_model/unigrams.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac3e71ca49838ca355df6fdcb8d89344a5a9bf9e1a76587cdf5df1367c19b9a9
3
+ size 16759269
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f1b72a8661985e694d6249ad4fdebdffc86644e0140a80ac60f082cfeac4024
3
+ size 1261946880
preprocessor_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "feature_extractor_type": "Wav2Vec2FeatureExtractor",
4
+ "feature_size": 1,
5
+ "padding_side": "right",
6
+ "padding_value": 0,
7
+ "processor_class": "Wav2Vec2ProcessorWithLM",
8
+ "return_attention_mask": true,
9
+ "sampling_rate": 16000
10
+ }
runs/May30_23-02-47_idun-04-08/events.out.tfevents.1717104232.idun-04-08.1448637.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7db8a40bdbd50fbbe4cba63ee7d8049f7adf2cd8fd8952b7aa9bb4d847bb341e
3
+ size 74721
special_tokens_map.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "eos_token": "</s>",
4
+ "pad_token": "[PAD]",
5
+ "unk_token": "[UNK]"
6
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "30": {
4
+ "content": "[UNK]",
5
+ "lstrip": true,
6
+ "normalized": false,
7
+ "rstrip": true,
8
+ "single_word": false,
9
+ "special": false
10
+ },
11
+ "31": {
12
+ "content": "[PAD]",
13
+ "lstrip": true,
14
+ "normalized": false,
15
+ "rstrip": true,
16
+ "single_word": false,
17
+ "special": false
18
+ },
19
+ "32": {
20
+ "content": "<s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "33": {
28
+ "content": "</s>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ }
35
+ },
36
+ "bos_token": "<s>",
37
+ "clean_up_tokenization_spaces": true,
38
+ "do_lower_case": false,
39
+ "eos_token": "</s>",
40
+ "model_max_length": 1000000000000000019884624838656,
41
+ "pad_token": "[PAD]",
42
+ "replace_word_delimiter_char": " ",
43
+ "target_lang": null,
44
+ "tokenizer_class": "Wav2Vec2CTCTokenizer",
45
+ "unk_token": "[UNK]",
46
+ "word_delimiter_token": "|"
47
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b25133bdb24b039668b926e9e3f9c4343b5002d30a14ff9ac158220672a6f871
3
+ size 4984
vocab.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "[PAD]": 31,
3
+ "[UNK]": 30,
4
+ "a": 1,
5
+ "b": 2,
6
+ "c": 3,
7
+ "d": 4,
8
+ "e": 5,
9
+ "f": 6,
10
+ "g": 7,
11
+ "h": 8,
12
+ "i": 9,
13
+ "j": 10,
14
+ "k": 11,
15
+ "l": 12,
16
+ "m": 13,
17
+ "n": 14,
18
+ "o": 15,
19
+ "p": 16,
20
+ "q": 17,
21
+ "r": 18,
22
+ "s": 19,
23
+ "t": 20,
24
+ "u": 21,
25
+ "v": 22,
26
+ "w": 23,
27
+ "x": 24,
28
+ "y": 25,
29
+ "z": 26,
30
+ "|": 0,
31
+ "å": 27,
32
+ "æ": 28,
33
+ "ø": 29
34
+ }