fkapsahili
commited on
Commit
•
c3536c7
1
Parent(s):
018c36a
Training in progress, step 20
Browse files- config.json +52 -0
- model.safetensors +3 -0
- preprocessor_config.json +14 -0
- runs/Mar30_09-45-40_Air-von-Fabio/events.out.tfevents.1711788402.Air-von-Fabio.3108.0 +3 -0
- runs/Mar30_09-45-40_Air-von-Fabio/events.out.tfevents.1711788476.Air-von-Fabio.3108.1 +3 -0
- runs/Mar30_10-45-03_Air-von-Fabio/events.out.tfevents.1711791909.Air-von-Fabio.3108.2 +3 -0
- runs/Mar30_10-45-54_Air-von-Fabio/events.out.tfevents.1711791958.Air-von-Fabio.3108.3 +3 -0
- runs/Mar30_10-58-05_Air-von-Fabio/events.out.tfevents.1711792688.Air-von-Fabio.3108.4 +3 -0
- runs/Mar30_10-58-05_Air-von-Fabio/events.out.tfevents.1711792770.Air-von-Fabio.3108.5 +3 -0
- runs/Mar30_11-00-48_Air-von-Fabio/events.out.tfevents.1711792851.Air-von-Fabio.3108.6 +3 -0
- runs/Mar30_11-26-33_Air-von-Fabio/events.out.tfevents.1711794398.Air-von-Fabio.3108.7 +3 -0
- runs/Mar30_11-26-33_Air-von-Fabio/events.out.tfevents.1711794466.Air-von-Fabio.3108.8 +3 -0
- runs/Mar30_11-38-44_Air-von-Fabio/events.out.tfevents.1711795129.Air-von-Fabio.1346.0 +3 -0
- runs/Mar30_12-01-34_Air-von-Fabio/events.out.tfevents.1711796497.Air-von-Fabio.1346.1 +3 -0
- runs/Mar30_12-01-34_Air-von-Fabio/events.out.tfevents.1711796688.Air-von-Fabio.1346.2 +3 -0
- runs/Mar30_12-07-15_Air-von-Fabio/events.out.tfevents.1711796841.Air-von-Fabio.9914.0 +3 -0
- runs/Mar30_12-08-44_Air-von-Fabio/events.out.tfevents.1711796929.Air-von-Fabio.9914.1 +3 -0
- runs/Mar30_13-59-20_Air-von-Fabio/events.out.tfevents.1711803569.Air-von-Fabio.35739.0 +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "openai/whisper-small",
|
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 |
+
50257
|
13 |
+
],
|
14 |
+
"bos_token_id": 50257,
|
15 |
+
"classifier_proj_size": 256,
|
16 |
+
"d_model": 768,
|
17 |
+
"decoder_attention_heads": 12,
|
18 |
+
"decoder_ffn_dim": 3072,
|
19 |
+
"decoder_layerdrop": 0.0,
|
20 |
+
"decoder_layers": 12,
|
21 |
+
"decoder_start_token_id": 50258,
|
22 |
+
"dropout": 0.0,
|
23 |
+
"encoder_attention_heads": 12,
|
24 |
+
"encoder_ffn_dim": 3072,
|
25 |
+
"encoder_layerdrop": 0.0,
|
26 |
+
"encoder_layers": 12,
|
27 |
+
"eos_token_id": 50257,
|
28 |
+
"forced_decoder_ids": null,
|
29 |
+
"init_std": 0.02,
|
30 |
+
"is_encoder_decoder": true,
|
31 |
+
"mask_feature_length": 10,
|
32 |
+
"mask_feature_min_masks": 0,
|
33 |
+
"mask_feature_prob": 0.0,
|
34 |
+
"mask_time_length": 10,
|
35 |
+
"mask_time_min_masks": 2,
|
36 |
+
"mask_time_prob": 0.05,
|
37 |
+
"max_length": 448,
|
38 |
+
"max_source_positions": 1500,
|
39 |
+
"max_target_positions": 448,
|
40 |
+
"median_filter_width": 7,
|
41 |
+
"model_type": "whisper",
|
42 |
+
"num_hidden_layers": 12,
|
43 |
+
"num_mel_bins": 80,
|
44 |
+
"pad_token_id": 50257,
|
45 |
+
"scale_embedding": false,
|
46 |
+
"suppress_tokens": [],
|
47 |
+
"torch_dtype": "float32",
|
48 |
+
"transformers_version": "4.39.1",
|
49 |
+
"use_cache": true,
|
50 |
+
"use_weighted_layer_sum": false,
|
51 |
+
"vocab_size": 51865
|
52 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:250ac56624d89cd60a92b8d41627cc9d245a64b85335e4f4692300a57e9a300f
|
3 |
+
size 966995080
|
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/Mar30_09-45-40_Air-von-Fabio/events.out.tfevents.1711788402.Air-von-Fabio.3108.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a7b8e4c4d81cb6cc08ae8d6f1f954a281ce6b35e4257f8f16ccaed987728943
|
3 |
+
size 5458
|
runs/Mar30_09-45-40_Air-von-Fabio/events.out.tfevents.1711788476.Air-von-Fabio.3108.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:59ed23e37bd20cf2a3813fee4ba164c63ba1f239547fc4e67944539254ea861c
|
3 |
+
size 5458
|
runs/Mar30_10-45-03_Air-von-Fabio/events.out.tfevents.1711791909.Air-von-Fabio.3108.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e755ec9450ad5693dc41db17cee547ba657f30231a68fe9f53195402bbc412a1
|
3 |
+
size 5458
|
runs/Mar30_10-45-54_Air-von-Fabio/events.out.tfevents.1711791958.Air-von-Fabio.3108.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea45c813b6f13cc1bee9a4f0ad982788312a728a08611745c31471f086595cb2
|
3 |
+
size 5457
|
runs/Mar30_10-58-05_Air-von-Fabio/events.out.tfevents.1711792688.Air-von-Fabio.3108.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f235dec5af1e9f541e8f470399b35e3a4c685d0e31669ca16a42085c0e93184
|
3 |
+
size 5457
|
runs/Mar30_10-58-05_Air-von-Fabio/events.out.tfevents.1711792770.Air-von-Fabio.3108.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15c1cc8091a19c11ded3911255bde07bffbfe2ce0d74878ce7d54e5d376afbd1
|
3 |
+
size 5457
|
runs/Mar30_11-00-48_Air-von-Fabio/events.out.tfevents.1711792851.Air-von-Fabio.3108.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:982340d047c2aef4f56016eb0df606396346b2ee0061b4f0d9960f248447078a
|
3 |
+
size 5872
|
runs/Mar30_11-26-33_Air-von-Fabio/events.out.tfevents.1711794398.Air-von-Fabio.3108.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:35fdf52461a3929bc6b80f72b62c5ede6bd1117d20d4a67d9c8fb21a16dbedf9
|
3 |
+
size 5457
|
runs/Mar30_11-26-33_Air-von-Fabio/events.out.tfevents.1711794466.Air-von-Fabio.3108.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5265957fcf6fe63d5ac5a08a322d3d0cd889ec7df60b6d216084c2e9371846e0
|
3 |
+
size 5457
|
runs/Mar30_11-38-44_Air-von-Fabio/events.out.tfevents.1711795129.Air-von-Fabio.1346.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:51163d0586e9668348666dbaca8d1eaf2fffe7b8164de6a8ee6e4050a8c1356c
|
3 |
+
size 6078
|
runs/Mar30_12-01-34_Air-von-Fabio/events.out.tfevents.1711796497.Air-von-Fabio.1346.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1561b72192a176bf4ab52338c0c261c9469568594047ac145af0060d2d6c81bc
|
3 |
+
size 5457
|
runs/Mar30_12-01-34_Air-von-Fabio/events.out.tfevents.1711796688.Air-von-Fabio.1346.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:571ada4a2fab49d1c515b049fafcdafcb113ea9de26e46640f5df0f93198f41e
|
3 |
+
size 4184
|
runs/Mar30_12-07-15_Air-von-Fabio/events.out.tfevents.1711796841.Air-von-Fabio.9914.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c8395405780bb4fe13d34f7739c7547b38532e6acc2031dd79ce9c6174409dc9
|
3 |
+
size 5457
|
runs/Mar30_12-08-44_Air-von-Fabio/events.out.tfevents.1711796929.Air-von-Fabio.9914.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f3c4cab971677e9e5ed97781973dd83e2794f8164d6e89ac20e78526e88cca4f
|
3 |
+
size 8187
|
runs/Mar30_13-59-20_Air-von-Fabio/events.out.tfevents.1711803569.Air-von-Fabio.35739.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9712e70ec7003e31bb97aa167aff8966abf97051768c672ac15317e6df235e84
|
3 |
+
size 5762
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4598c796054c6e13e894a2604b73e7f4d50956fa4034c655ae4cd64af4cd9ce2
|
3 |
+
size 5048
|