Jan van Doorn
commited on
Commit
·
f838d3d
1
Parent(s):
9473e14
Training in progress, step 100
Browse files- .gitignore +1 -0
- config.json +51 -0
- preprocessor_config.json +14 -0
- pytorch_model.bin +3 -0
- runs/Jun16_08-22-28_gpu004/1686896585.9068503/events.out.tfevents.1686896585.gpu004 +3 -0
- runs/Jun16_08-22-28_gpu004/1686896747.1879418/events.out.tfevents.1686896747.gpu004 +3 -0
- runs/Jun16_08-22-28_gpu004/events.out.tfevents.1686896585.gpu004 +3 -0
- runs/Jun16_08-22-28_gpu004/events.out.tfevents.1686896747.gpu004 +0 -0
- runs/Jun17_10-08-19_gpu002/1686989353.6972904/events.out.tfevents.1686989353.gpu002 +3 -0
- runs/Jun17_10-08-19_gpu002/1686989440.4820383/events.out.tfevents.1686989440.gpu002 +3 -0
- runs/Jun17_10-08-19_gpu002/events.out.tfevents.1686989353.gpu002 +3 -0
- runs/Jun17_10-13-49_gpu002/1686989636.9733608/events.out.tfevents.1686989636.gpu002 +3 -0
- runs/Jun17_10-13-49_gpu002/events.out.tfevents.1686989636.gpu002 +3 -0
- runs/Jun17_16-04-47_gpu002/1687010708.8637133/events.out.tfevents.1687010708.gpu002 +3 -0
- runs/Jun17_16-04-47_gpu002/events.out.tfevents.1687010708.gpu002 +3 -0
- runs/Jun17_16-20-27_gpu002/1687011638.7504792/events.out.tfevents.1687011638.gpu002 +3 -0
- runs/Jun17_16-20-27_gpu002/events.out.tfevents.1687011638.gpu002 +0 -0
- runs/Jun17_16-22-00_gpu002/1687011724.7445974/events.out.tfevents.1687011724.gpu002 +3 -0
- runs/Jun17_16-22-00_gpu002/events.out.tfevents.1687011724.gpu002 +0 -0
- runs/Jun17_16-23-16_gpu002/1687011804.524874/events.out.tfevents.1687011804.gpu002 +3 -0
- runs/Jun17_16-23-16_gpu002/events.out.tfevents.1687011804.gpu002 +3 -0
- runs/Jun17_16-56-26_gpu002/1687014052.2548525/events.out.tfevents.1687014052.gpu002 +3 -0
- runs/Jun17_16-56-26_gpu002/events.out.tfevents.1687014052.gpu002 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "openai/whisper-large-v2",
|
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": 1280,
|
17 |
+
"decoder_attention_heads": 20,
|
18 |
+
"decoder_ffn_dim": 5120,
|
19 |
+
"decoder_layerdrop": 0.0,
|
20 |
+
"decoder_layers": 32,
|
21 |
+
"decoder_start_token_id": 50258,
|
22 |
+
"dropout": 0.0,
|
23 |
+
"encoder_attention_heads": 20,
|
24 |
+
"encoder_ffn_dim": 5120,
|
25 |
+
"encoder_layerdrop": 0.0,
|
26 |
+
"encoder_layers": 32,
|
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 |
+
"model_type": "whisper",
|
41 |
+
"num_hidden_layers": 32,
|
42 |
+
"num_mel_bins": 80,
|
43 |
+
"pad_token_id": 50257,
|
44 |
+
"scale_embedding": false,
|
45 |
+
"suppress_tokens": [],
|
46 |
+
"torch_dtype": "float16",
|
47 |
+
"transformers_version": "4.30.0.dev0",
|
48 |
+
"use_cache": true,
|
49 |
+
"use_weighted_layer_sum": false,
|
50 |
+
"vocab_size": 51865
|
51 |
+
}
|
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 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8c5151628fcf2aa7f68582abd279a8529782438856b08d4e181fbb7590cc0dc1
|
3 |
+
size 3086784957
|
runs/Jun16_08-22-28_gpu004/1686896585.9068503/events.out.tfevents.1686896585.gpu004
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:04c9190e6c5f0dcef4245d896eb5e1910d379f7d95b34fb77d24005f2d642d25
|
3 |
+
size 5912
|
runs/Jun16_08-22-28_gpu004/1686896747.1879418/events.out.tfevents.1686896747.gpu004
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d9c1abe109c1b90ec7b44a0fa6935c141ccdedf7a02ffbd6ff1e27ac7ecd04ad
|
3 |
+
size 5912
|
runs/Jun16_08-22-28_gpu004/events.out.tfevents.1686896585.gpu004
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6886b6b441867b1374dc1bb70e0b84d1dd91c964cb49e8ebfa2e6c0b51ee0e21
|
3 |
+
size 4806
|
runs/Jun16_08-22-28_gpu004/events.out.tfevents.1686896747.gpu004
ADDED
File without changes
|
runs/Jun17_10-08-19_gpu002/1686989353.6972904/events.out.tfevents.1686989353.gpu002
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58875658d8544e4036d55e624746e1ff33ce32e73842ca1d0154b073a49d14fc
|
3 |
+
size 5912
|
runs/Jun17_10-08-19_gpu002/1686989440.4820383/events.out.tfevents.1686989440.gpu002
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee7879645f0d7375145ff6ea4c7a59f0cc6b47b0d41c1d318678f5c80fbcd2ca
|
3 |
+
size 5912
|
runs/Jun17_10-08-19_gpu002/events.out.tfevents.1686989353.gpu002
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c66f06191215e4b71907d7569b2ecef146cf99c584f170d9f1754656106c2c5
|
3 |
+
size 9572
|
runs/Jun17_10-13-49_gpu002/1686989636.9733608/events.out.tfevents.1686989636.gpu002
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c26d8026a85418ecfdba5c2fd481b8d971c2e14d295a8c7535e9591e4894b54
|
3 |
+
size 5912
|
runs/Jun17_10-13-49_gpu002/events.out.tfevents.1686989636.gpu002
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:93cb7ffd3df1da735d874471f86148cb22b9af30e355a254ca941e3a6b6f7d1a
|
3 |
+
size 4806
|
runs/Jun17_16-04-47_gpu002/1687010708.8637133/events.out.tfevents.1687010708.gpu002
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:88602ffaf882b73fe4c93a91c084ba7a12af3d8f93742514c809d216fe61f81a
|
3 |
+
size 5912
|
runs/Jun17_16-04-47_gpu002/events.out.tfevents.1687010708.gpu002
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:76668cf3380a45f6f7e15704b16584ba9b9d36cba2faaf4261f3058b1fe1f5f1
|
3 |
+
size 4808
|
runs/Jun17_16-20-27_gpu002/1687011638.7504792/events.out.tfevents.1687011638.gpu002
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d0bc6674ec7b9aff1aec81e424d052d8edecbf68dfbe9f91df20f25b3e808f20
|
3 |
+
size 5912
|
runs/Jun17_16-20-27_gpu002/events.out.tfevents.1687011638.gpu002
ADDED
File without changes
|
runs/Jun17_16-22-00_gpu002/1687011724.7445974/events.out.tfevents.1687011724.gpu002
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6c84646a57d6d33acdaeb24cbdded29451f7003d3068f39e452620cb0ae6fbf
|
3 |
+
size 5912
|
runs/Jun17_16-22-00_gpu002/events.out.tfevents.1687011724.gpu002
ADDED
File without changes
|
runs/Jun17_16-23-16_gpu002/1687011804.524874/events.out.tfevents.1687011804.gpu002
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c23378d297e09672e8e50336e2098f39245f57e03f5e19fd5e35214e7ba50e32
|
3 |
+
size 5912
|
runs/Jun17_16-23-16_gpu002/events.out.tfevents.1687011804.gpu002
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d8e7150ab8bdd8ef9f8e5a8ced5d5efc2aa16a70cdf0e59f2430d2f79e1dcdc
|
3 |
+
size 4808
|
runs/Jun17_16-56-26_gpu002/1687014052.2548525/events.out.tfevents.1687014052.gpu002
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd4e3ee00bb1535e0af87f26cdcd161b6e29d9f85a14ed40d3bfac4a7421c695
|
3 |
+
size 5922
|
runs/Jun17_16-56-26_gpu002/events.out.tfevents.1687014052.gpu002
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d571ab100687614774c53ae086b5c99c2df5bfc287cdc280421e8ad216c4644
|
3 |
+
size 5748
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:776261c5e4a50d49ac157d76ab8853dee527e5acab2ceaa1e9c4ef0483e729a3
|
3 |
+
size 5243
|