Kavya Manohar
commited on
Commit
•
2a9833a
1
Parent(s):
3b17e2b
Training in progress, step 1000
Browse files- config.json +11 -1
- preprocessor_config.json +0 -0
- pytorch_model.bin +2 -2
- training_args.bin +2 -2
config.json
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
"_name_or_path": "openai/whisper-small",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
|
|
5 |
"architectures": [
|
6 |
"WhisperForConditionalGeneration"
|
7 |
],
|
@@ -11,6 +12,7 @@
|
|
11 |
50257
|
12 |
],
|
13 |
"bos_token_id": 50257,
|
|
|
14 |
"d_model": 768,
|
15 |
"decoder_attention_heads": 12,
|
16 |
"decoder_ffn_dim": 3072,
|
@@ -26,9 +28,16 @@
|
|
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": 12,
|
34 |
"num_mel_bins": 80,
|
@@ -36,7 +45,8 @@
|
|
36 |
"scale_embedding": false,
|
37 |
"suppress_tokens": [],
|
38 |
"torch_dtype": "float32",
|
39 |
-
"transformers_version": "4.
|
40 |
"use_cache": true,
|
|
|
41 |
"vocab_size": 51865
|
42 |
}
|
|
|
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 |
],
|
|
|
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,
|
|
|
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,
|
|
|
45 |
"scale_embedding": false,
|
46 |
"suppress_tokens": [],
|
47 |
"torch_dtype": "float32",
|
48 |
+
"transformers_version": "4.34.0.dev0",
|
49 |
"use_cache": true,
|
50 |
+
"use_weighted_layer_sum": false,
|
51 |
"vocab_size": 51865
|
52 |
}
|
preprocessor_config.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b2f4acd9e02c043579ed1542fdd5ad87a28c54757c5ab1d5f28d1bfc853870ef
|
3 |
+
size 967102729
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b7cd8e24787094d0ededf4598b69a6e9f145666e1213134e6637d0455c3e4b38
|
3 |
+
size 4219
|