Training in progress, step 50
Browse files- .gitignore +1 -0
- config.json +42 -0
- preprocessor_config.json +0 -0
- pytorch_model.bin +3 -0
- runs/Dec02_17-24-34_43725c82d5a8/1670001894.8609774/events.out.tfevents.1670001894.43725c82d5a8.114.1 +3 -0
- runs/Dec02_17-24-34_43725c82d5a8/events.out.tfevents.1670001894.43725c82d5a8.114.0 +3 -0
- runs/Dec02_17-32-17_43725c82d5a8/1670002344.4373147/events.out.tfevents.1670002344.43725c82d5a8.114.3 +3 -0
- runs/Dec02_17-32-17_43725c82d5a8/events.out.tfevents.1670002344.43725c82d5a8.114.2 +3 -0
- runs/Dec02_17-33-37_43725c82d5a8/1670002425.3784232/events.out.tfevents.1670002425.43725c82d5a8.114.5 +3 -0
- runs/Dec02_17-33-37_43725c82d5a8/1670005846.0686083/events.out.tfevents.1670005846.43725c82d5a8.114.6 +3 -0
- runs/Dec02_17-33-37_43725c82d5a8/events.out.tfevents.1670002425.43725c82d5a8.114.4 +3 -0
- runs/Dec02_18-38-13_43725c82d5a8/1670006307.8631754/events.out.tfevents.1670006307.43725c82d5a8.114.8 +3 -0
- runs/Dec02_18-38-13_43725c82d5a8/events.out.tfevents.1670006307.43725c82d5a8.114.7 +3 -0
- runs/Dec02_18-38-55_43725c82d5a8/1670006343.3663008/events.out.tfevents.1670006343.43725c82d5a8.114.10 +3 -0
- runs/Dec02_18-38-55_43725c82d5a8/events.out.tfevents.1670006343.43725c82d5a8.114.9 +3 -0
- runs/Dec02_18-39-32_43725c82d5a8/1670006380.5991547/events.out.tfevents.1670006380.43725c82d5a8.114.12 +3 -0
- runs/Dec02_18-39-32_43725c82d5a8/events.out.tfevents.1670006380.43725c82d5a8.114.11 +3 -0
- runs/Dec02_18-39-54_43725c82d5a8/1670006400.6800396/events.out.tfevents.1670006400.43725c82d5a8.114.14 +3 -0
- runs/Dec02_18-39-54_43725c82d5a8/events.out.tfevents.1670006400.43725c82d5a8.114.13 +3 -0
- runs/Dec02_18-40-22_43725c82d5a8/1670006429.587426/events.out.tfevents.1670006429.43725c82d5a8.114.16 +3 -0
- runs/Dec02_18-40-22_43725c82d5a8/1670006641.7948163/events.out.tfevents.1670006641.43725c82d5a8.114.17 +3 -0
- runs/Dec02_18-40-22_43725c82d5a8/events.out.tfevents.1670006429.43725c82d5a8.114.15 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "openai/whisper-large",
|
3 |
+
"activation_dropout": 0.0,
|
4 |
+
"activation_function": "gelu",
|
5 |
+
"architectures": [
|
6 |
+
"WhisperForConditionalGeneration"
|
7 |
+
],
|
8 |
+
"attention_dropout": 0.0,
|
9 |
+
"begin_suppress_tokens": [
|
10 |
+
220,
|
11 |
+
50257
|
12 |
+
],
|
13 |
+
"bos_token_id": 50257,
|
14 |
+
"d_model": 1280,
|
15 |
+
"decoder_attention_heads": 20,
|
16 |
+
"decoder_ffn_dim": 5120,
|
17 |
+
"decoder_layerdrop": 0.0,
|
18 |
+
"decoder_layers": 32,
|
19 |
+
"decoder_start_token_id": 50258,
|
20 |
+
"dropout": 0.0,
|
21 |
+
"encoder_attention_heads": 20,
|
22 |
+
"encoder_ffn_dim": 5120,
|
23 |
+
"encoder_layerdrop": 0.0,
|
24 |
+
"encoder_layers": 32,
|
25 |
+
"eos_token_id": 50257,
|
26 |
+
"forced_decoder_ids": null,
|
27 |
+
"init_std": 0.02,
|
28 |
+
"is_encoder_decoder": true,
|
29 |
+
"max_length": 448,
|
30 |
+
"max_source_positions": 1500,
|
31 |
+
"max_target_positions": 448,
|
32 |
+
"model_type": "whisper",
|
33 |
+
"num_hidden_layers": 32,
|
34 |
+
"num_mel_bins": 80,
|
35 |
+
"pad_token_id": 50257,
|
36 |
+
"scale_embedding": false,
|
37 |
+
"suppress_tokens": [],
|
38 |
+
"torch_dtype": "float32",
|
39 |
+
"transformers_version": "4.26.0.dev0",
|
40 |
+
"use_cache": true,
|
41 |
+
"vocab_size": 51865
|
42 |
+
}
|
preprocessor_config.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:82f30a2178e6981d89a6f54b79b5c2f0090c31251b848352741b8be0b94e41a8
|
3 |
+
size 6173647530
|
runs/Dec02_17-24-34_43725c82d5a8/1670001894.8609774/events.out.tfevents.1670001894.43725c82d5a8.114.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49b571bb54b58aeb1f158fadc1f810875301ec55697c452f7c489279aea28bb0
|
3 |
+
size 5750
|
runs/Dec02_17-24-34_43725c82d5a8/events.out.tfevents.1670001894.43725c82d5a8.114.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7333c895b5b1c9f41aee319468e79b8706c1041a04daf11138c99e0862d7b75
|
3 |
+
size 4238
|
runs/Dec02_17-32-17_43725c82d5a8/1670002344.4373147/events.out.tfevents.1670002344.43725c82d5a8.114.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d74ddd915695c0dd8393cbc04fcb1366d8338088e0b7d6ead284f027957f2ec4
|
3 |
+
size 5750
|
runs/Dec02_17-32-17_43725c82d5a8/events.out.tfevents.1670002344.43725c82d5a8.114.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d0b6a9feb8b822e760cf374675e4bbc0fb5519d2a80227bd30f9beeef855fb3
|
3 |
+
size 4238
|
runs/Dec02_17-33-37_43725c82d5a8/1670002425.3784232/events.out.tfevents.1670002425.43725c82d5a8.114.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f67a042437bdc4d17bbb8184ca5b4ba2723d2e61a59e951f71cf14b6bc1898b3
|
3 |
+
size 5750
|
runs/Dec02_17-33-37_43725c82d5a8/1670005846.0686083/events.out.tfevents.1670005846.43725c82d5a8.114.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:67db983555877939ce6e90a2e8062979e8e6d1462e801e031a53c1cf70328966
|
3 |
+
size 5750
|
runs/Dec02_17-33-37_43725c82d5a8/events.out.tfevents.1670002425.43725c82d5a8.114.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b6532d371a50dd481f943c707b6a3a337da0ae937fbc1e212f3cb25a8bea1c9
|
3 |
+
size 8434
|
runs/Dec02_18-38-13_43725c82d5a8/1670006307.8631754/events.out.tfevents.1670006307.43725c82d5a8.114.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad1956ca1c5077e24bbfb5232cb71e528b8da5df9e1f48537c41e4c5d44ff992
|
3 |
+
size 5750
|
runs/Dec02_18-38-13_43725c82d5a8/events.out.tfevents.1670006307.43725c82d5a8.114.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1411894931aa360fdb2c54d8c16f4bf5cde04a02cf1029734ca788a6a569c668
|
3 |
+
size 4237
|
runs/Dec02_18-38-55_43725c82d5a8/1670006343.3663008/events.out.tfevents.1670006343.43725c82d5a8.114.10
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d556d0ffab813257d5441d1684f3d8b0e805eec3a73aa3aae64699615d4a42b7
|
3 |
+
size 5750
|
runs/Dec02_18-38-55_43725c82d5a8/events.out.tfevents.1670006343.43725c82d5a8.114.9
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f9091df704da916dccbfb4740bd3c971131f68bc496015eebbacad0be2febac0
|
3 |
+
size 4237
|
runs/Dec02_18-39-32_43725c82d5a8/1670006380.5991547/events.out.tfevents.1670006380.43725c82d5a8.114.12
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:73fca15680db0b51cbc0b2474725e663669acf4a9d137452e5c46191932f452f
|
3 |
+
size 5750
|
runs/Dec02_18-39-32_43725c82d5a8/events.out.tfevents.1670006380.43725c82d5a8.114.11
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9adce8f43dbc4c0f11395fb4d1be6ce5a624e4e46c5348b2d0745cbeebfd02e7
|
3 |
+
size 4237
|
runs/Dec02_18-39-54_43725c82d5a8/1670006400.6800396/events.out.tfevents.1670006400.43725c82d5a8.114.14
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:96ebf2a95f5ed7601cfb4a2c39a428d053fce7fda7d84b72c3ac8d5ae5fa3d15
|
3 |
+
size 5750
|
runs/Dec02_18-39-54_43725c82d5a8/events.out.tfevents.1670006400.43725c82d5a8.114.13
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:78023c3d1efc2dd9d585ee26435874adc96769795d671a7e10e5c7fc4c25f484
|
3 |
+
size 4237
|
runs/Dec02_18-40-22_43725c82d5a8/1670006429.587426/events.out.tfevents.1670006429.43725c82d5a8.114.16
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:619d28f7cac1fee63bf4fc0a746e7f99b2776b66e7ddbbd938faf3cad136bdc1
|
3 |
+
size 5750
|
runs/Dec02_18-40-22_43725c82d5a8/1670006641.7948163/events.out.tfevents.1670006641.43725c82d5a8.114.17
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c29855e5bb3221920cb4750c8c3ca1c27d06eead6e4ac1f76b51e58163508910
|
3 |
+
size 5750
|
runs/Dec02_18-40-22_43725c82d5a8/events.out.tfevents.1670006429.43725c82d5a8.114.15
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d5f353f4c4b3dba4d4f04a3e4669d69c1a28b3cd723171605870ae828b0c735d
|
3 |
+
size 9054
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:37721612c4ab85bce712cd2fcb95881c0a913b0e9ebbd5cdfd2a2ffa6f9f0375
|
3 |
+
size 3503
|