Training in progress, step 500
Browse files- .gitignore +1 -0
- config.json +55 -0
- preprocessor_config.json +14 -0
- pytorch_model.bin +3 -0
- runs/Feb21_02-51-51_95c12c46ce1e/1676950725.5189514/events.out.tfevents.1676950725.95c12c46ce1e.1697.1 +3 -0
- runs/Feb21_02-51-51_95c12c46ce1e/events.out.tfevents.1676950725.95c12c46ce1e.1697.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "openai/whisper-large-v2",
|
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": [
|
27 |
+
[
|
28 |
+
1,
|
29 |
+
50289
|
30 |
+
],
|
31 |
+
[
|
32 |
+
2,
|
33 |
+
50359
|
34 |
+
],
|
35 |
+
[
|
36 |
+
3,
|
37 |
+
50363
|
38 |
+
]
|
39 |
+
],
|
40 |
+
"init_std": 0.02,
|
41 |
+
"is_encoder_decoder": true,
|
42 |
+
"max_length": 448,
|
43 |
+
"max_source_positions": 1500,
|
44 |
+
"max_target_positions": 448,
|
45 |
+
"model_type": "whisper",
|
46 |
+
"num_hidden_layers": 32,
|
47 |
+
"num_mel_bins": 80,
|
48 |
+
"pad_token_id": 50257,
|
49 |
+
"scale_embedding": false,
|
50 |
+
"suppress_tokens": [],
|
51 |
+
"torch_dtype": "float32",
|
52 |
+
"transformers_version": "4.27.0.dev0",
|
53 |
+
"use_cache": true,
|
54 |
+
"vocab_size": 51865
|
55 |
+
}
|
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:626032c76f595355c1fb39a0cdeb2f821d040c03d54b965b302227b5a6344f71
|
3 |
+
size 6173655480
|
runs/Feb21_02-51-51_95c12c46ce1e/1676950725.5189514/events.out.tfevents.1676950725.95c12c46ce1e.1697.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:503f98a9d8293d2a339d38ef6484dad27f0b63c22289966b3c743767b4d8c3a0
|
3 |
+
size 6053
|
runs/Feb21_02-51-51_95c12c46ce1e/events.out.tfevents.1676950725.95c12c46ce1e.1697.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:21ac831b5031bcab6382e5126ae1b13280ebf2e905cba3401dd744ef8654916b
|
3 |
+
size 5203
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:62a7fd7bb7f18327bf7203467bdc259f04fc7c42bafb87ee1f3a14c850361b75
|
3 |
+
size 3707
|