Training in progress, step 1000
Browse files- config.json +23 -14
- model.safetensors +2 -2
- preprocessor_config.json +1 -1
- training_args.bin +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "distil-whisper/distil-
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"apply_spec_augment": false,
|
@@ -7,21 +7,30 @@
|
|
7 |
"WhisperForConditionalGeneration"
|
8 |
],
|
9 |
"attention_dropout": 0.0,
|
10 |
-
"begin_suppress_tokens":
|
|
|
|
|
|
|
11 |
"bos_token_id": 50257,
|
12 |
"classifier_proj_size": 256,
|
13 |
-
"d_model":
|
14 |
-
"decoder_attention_heads":
|
15 |
-
"decoder_ffn_dim":
|
16 |
"decoder_layerdrop": 0.0,
|
17 |
-
"decoder_layers":
|
18 |
-
"decoder_start_token_id":
|
19 |
"dropout": 0.0,
|
20 |
-
"encoder_attention_heads":
|
21 |
-
"encoder_ffn_dim":
|
22 |
"encoder_layerdrop": 0.0,
|
23 |
-
"encoder_layers":
|
24 |
-
"eos_token_id":
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
"init_std": 0.02,
|
26 |
"is_encoder_decoder": true,
|
27 |
"mask_feature_length": 10,
|
@@ -35,13 +44,13 @@
|
|
35 |
"max_target_positions": 448,
|
36 |
"median_filter_width": 7,
|
37 |
"model_type": "whisper",
|
38 |
-
"num_hidden_layers":
|
39 |
-
"num_mel_bins":
|
40 |
"pad_token_id": 50256,
|
41 |
"scale_embedding": false,
|
42 |
"torch_dtype": "float32",
|
43 |
"transformers_version": "4.49.0",
|
44 |
"use_cache": true,
|
45 |
"use_weighted_layer_sum": false,
|
46 |
-
"vocab_size":
|
47 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "distil-whisper/distil-small.en",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"apply_spec_augment": false,
|
|
|
7 |
"WhisperForConditionalGeneration"
|
8 |
],
|
9 |
"attention_dropout": 0.0,
|
10 |
+
"begin_suppress_tokens": [
|
11 |
+
220,
|
12 |
+
50256
|
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": 4,
|
21 |
+
"decoder_start_token_id": 50257,
|
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": 50256,
|
28 |
+
"forced_decoder_ids": [
|
29 |
+
[
|
30 |
+
1,
|
31 |
+
50362
|
32 |
+
]
|
33 |
+
],
|
34 |
"init_std": 0.02,
|
35 |
"is_encoder_decoder": true,
|
36 |
"mask_feature_length": 10,
|
|
|
44 |
"max_target_positions": 448,
|
45 |
"median_filter_width": 7,
|
46 |
"model_type": "whisper",
|
47 |
+
"num_hidden_layers": 12,
|
48 |
+
"num_mel_bins": 80,
|
49 |
"pad_token_id": 50256,
|
50 |
"scale_embedding": false,
|
51 |
"torch_dtype": "float32",
|
52 |
"transformers_version": "4.49.0",
|
53 |
"use_cache": true,
|
54 |
"use_weighted_layer_sum": false,
|
55 |
+
"vocab_size": 51864
|
56 |
}
|
model.safetensors
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:7a320af996889e395ae0159c591b935ea6d8925572741f716a8e3005a7b35667
|
3 |
+
size 664561848
|
preprocessor_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"chunk_length": 30,
|
3 |
"feature_extractor_type": "WhisperFeatureExtractor",
|
4 |
-
"feature_size":
|
5 |
"hop_length": 160,
|
6 |
"n_fft": 400,
|
7 |
"n_samples": 480000,
|
|
|
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,
|
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:2a851bdcf386b7cc3887546bfb6dadfbd92e7a2dd1ff500d5c01a0bec40beaa7
|
3 |
+
size 5496
|