Training in progress, step 500
Browse files- config.json +49 -0
- model.safetensors +3 -0
- preprocessor_config.json +15 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"activation_dropout": 0.0,
|
3 |
+
"activation_function": "gelu",
|
4 |
+
"apply_spec_augment": false,
|
5 |
+
"architectures": [
|
6 |
+
"WhisperForConditionalGeneration"
|
7 |
+
],
|
8 |
+
"attention_dropout": 0.0,
|
9 |
+
"begin_suppress_tokens": [
|
10 |
+
220,
|
11 |
+
50256
|
12 |
+
],
|
13 |
+
"bos_token_id": 50257,
|
14 |
+
"classifier_proj_size": 256,
|
15 |
+
"d_model": 1280,
|
16 |
+
"decoder_attention_heads": 20,
|
17 |
+
"decoder_ffn_dim": 5120,
|
18 |
+
"decoder_layerdrop": 0.0,
|
19 |
+
"decoder_layers": 4,
|
20 |
+
"decoder_start_token_id": 50258,
|
21 |
+
"dropout": 0.0,
|
22 |
+
"encoder_attention_heads": 20,
|
23 |
+
"encoder_ffn_dim": 5120,
|
24 |
+
"encoder_layerdrop": 0.0,
|
25 |
+
"encoder_layers": 32,
|
26 |
+
"eos_token_id": 50257,
|
27 |
+
"forced_decoder_ids": null,
|
28 |
+
"init_std": 0.02,
|
29 |
+
"is_encoder_decoder": true,
|
30 |
+
"mask_feature_length": 10,
|
31 |
+
"mask_feature_min_masks": 0,
|
32 |
+
"mask_feature_prob": 0.0,
|
33 |
+
"mask_time_length": 10,
|
34 |
+
"mask_time_min_masks": 2,
|
35 |
+
"mask_time_prob": 0.05,
|
36 |
+
"max_source_positions": 1500,
|
37 |
+
"max_target_positions": 448,
|
38 |
+
"median_filter_width": 7,
|
39 |
+
"model_type": "whisper",
|
40 |
+
"num_hidden_layers": 32,
|
41 |
+
"num_mel_bins": 128,
|
42 |
+
"pad_token_id": 50257,
|
43 |
+
"scale_embedding": false,
|
44 |
+
"torch_dtype": "float32",
|
45 |
+
"transformers_version": "4.52.0.dev0",
|
46 |
+
"use_cache": false,
|
47 |
+
"use_weighted_layer_sum": false,
|
48 |
+
"vocab_size": 51866
|
49 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb50b1a47e03fd0cc77182df03a70b984a36537be49bd56cc6f51f679fded54a
|
3 |
+
size 3235581408
|
preprocessor_config.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"chunk_length": 30,
|
3 |
+
"dither": 0.0,
|
4 |
+
"feature_extractor_type": "WhisperFeatureExtractor",
|
5 |
+
"feature_size": 128,
|
6 |
+
"hop_length": 160,
|
7 |
+
"n_fft": 400,
|
8 |
+
"n_samples": 480000,
|
9 |
+
"nb_max_frames": 3000,
|
10 |
+
"padding_side": "right",
|
11 |
+
"padding_value": 0.0,
|
12 |
+
"processor_class": "WhisperProcessor",
|
13 |
+
"return_attention_mask": false,
|
14 |
+
"sampling_rate": 16000
|
15 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bcc8cf6b279cae65a7de92ad1b67fedc0e2fd8604169a954af60479876d24038
|
3 |
+
size 5560
|