abbenedek commited on
Commit
1e2ab93
1 Parent(s): 0bfc18a

Training in progress, step 30

Browse files
config.json ADDED
@@ -0,0 +1,156 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "openai/whisper-tiny.en",
3
+ "activation_dropout": 0.0,
4
+ "activation_function": "gelu",
5
+ "apply_spec_augment": false,
6
+ "architectures": [
7
+ "WhisperForConditionalGeneration"
8
+ ],
9
+ "attention_dropout": 0.0,
10
+ "begin_suppress_tokens": [
11
+ 220,
12
+ 50256
13
+ ],
14
+ "bos_token_id": 50257,
15
+ "classifier_proj_size": 256,
16
+ "d_model": 384,
17
+ "decoder_attention_heads": 6,
18
+ "decoder_ffn_dim": 1536,
19
+ "decoder_layerdrop": 0.0,
20
+ "decoder_layers": 4,
21
+ "decoder_start_token_id": 50257,
22
+ "dropout": 0.0,
23
+ "encoder_attention_heads": 6,
24
+ "encoder_ffn_dim": 1536,
25
+ "encoder_layerdrop": 0.0,
26
+ "encoder_layers": 4,
27
+ "eos_token_id": 50256,
28
+ "forced_decoder_ids": [
29
+ [
30
+ 1,
31
+ 50258
32
+ ],
33
+ [
34
+ 2,
35
+ 50358
36
+ ],
37
+ [
38
+ 3,
39
+ 50362
40
+ ]
41
+ ],
42
+ "init_std": 0.02,
43
+ "is_encoder_decoder": true,
44
+ "mask_feature_length": 10,
45
+ "mask_feature_min_masks": 0,
46
+ "mask_feature_prob": 0.0,
47
+ "mask_time_length": 10,
48
+ "mask_time_min_masks": 2,
49
+ "mask_time_prob": 0.05,
50
+ "max_length": 448,
51
+ "max_source_positions": 1500,
52
+ "max_target_positions": 448,
53
+ "median_filter_width": 7,
54
+ "model_type": "whisper",
55
+ "num_hidden_layers": 4,
56
+ "num_mel_bins": 80,
57
+ "pad_token_id": 50256,
58
+ "scale_embedding": false,
59
+ "suppress_tokens": [
60
+ 1,
61
+ 2,
62
+ 7,
63
+ 8,
64
+ 9,
65
+ 10,
66
+ 14,
67
+ 25,
68
+ 26,
69
+ 27,
70
+ 28,
71
+ 29,
72
+ 31,
73
+ 58,
74
+ 59,
75
+ 60,
76
+ 61,
77
+ 62,
78
+ 63,
79
+ 90,
80
+ 91,
81
+ 92,
82
+ 93,
83
+ 357,
84
+ 366,
85
+ 438,
86
+ 532,
87
+ 685,
88
+ 705,
89
+ 796,
90
+ 930,
91
+ 1058,
92
+ 1220,
93
+ 1267,
94
+ 1279,
95
+ 1303,
96
+ 1343,
97
+ 1377,
98
+ 1391,
99
+ 1635,
100
+ 1782,
101
+ 1875,
102
+ 2162,
103
+ 2361,
104
+ 2488,
105
+ 3467,
106
+ 4008,
107
+ 4211,
108
+ 4600,
109
+ 4808,
110
+ 5299,
111
+ 5855,
112
+ 6329,
113
+ 7203,
114
+ 9609,
115
+ 9959,
116
+ 10563,
117
+ 10786,
118
+ 11420,
119
+ 11709,
120
+ 11907,
121
+ 13163,
122
+ 13697,
123
+ 13700,
124
+ 14808,
125
+ 15306,
126
+ 16410,
127
+ 16791,
128
+ 17992,
129
+ 19203,
130
+ 19510,
131
+ 20724,
132
+ 22305,
133
+ 22935,
134
+ 27007,
135
+ 30109,
136
+ 30420,
137
+ 33409,
138
+ 34949,
139
+ 40283,
140
+ 40493,
141
+ 40549,
142
+ 47282,
143
+ 49146,
144
+ 50257,
145
+ 50357,
146
+ 50358,
147
+ 50359,
148
+ 50360,
149
+ 50361
150
+ ],
151
+ "torch_dtype": "float32",
152
+ "transformers_version": "4.39.3",
153
+ "use_cache": true,
154
+ "use_weighted_layer_sum": false,
155
+ "vocab_size": 51864
156
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f3615495d52109d6b189a2a889298fc46be704f0afd461eb4bafb4894d49742
3
+ size 151060136
preprocessor_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "chunk_length": 30,
3
+ "feature_extractor_type": "WhisperFeatureExtractor",
4
+ "feature_size": 80,
5
+ "hop_length": 160,
6
+ "n_fft": 400,
7
+ "n_samples": 480000,
8
+ "nb_max_frames": 3000,
9
+ "padding_side": "right",
10
+ "padding_value": 0.0,
11
+ "processor_class": "WhisperProcessor",
12
+ "return_attention_mask": false,
13
+ "sampling_rate": 16000
14
+ }
runs/May15_10-37-13_HomeOne/events.out.tfevents.1715762240.HomeOne.14028.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf2691571b2b8f1c879e671db4402d2951a50ab851a48debb1bef5dd7d7c3910
3
+ size 6844
runs/May15_10-42-04_HomeOne/events.out.tfevents.1715762526.HomeOne.7432.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c67e294dc1288f6ea1bedfeff5b823be043886478bf1f5cbc987a1495b76d697
3
+ size 6431
runs/May15_10-44-12_HomeOne/events.out.tfevents.1715762655.HomeOne.17848.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1464a187adac7c010c6598feabd35071d97a02196ff8da15601aa4dde1403e4b
3
+ size 7249
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72fd9f69af598768382ab223744dd01aab8bc8b3594d70a3e564204ce2e6528c
3
+ size 5112