waveletdeboshir
commited on
Commit
•
562f638
1
Parent(s):
c319bed
Add configs
Browse files- config.json +65 -0
- generation_config.json +70 -0
config.json
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "waveletdeboshir/whisper-base-ru-pruned-ft",
|
3 |
+
"activation_dropout": 0.0,
|
4 |
+
"activation_function": "gelu",
|
5 |
+
"apply_spec_augment": false,
|
6 |
+
"architectures": [
|
7 |
+
"WhisperForConditionalGeneration"
|
8 |
+
],
|
9 |
+
"attention_dropout": 0.0,
|
10 |
+
"begin_suppress_tokens": [
|
11 |
+
200,
|
12 |
+
4197
|
13 |
+
],
|
14 |
+
"bos_token_id": 4197,
|
15 |
+
"classifier_proj_size": 256,
|
16 |
+
"d_model": 512,
|
17 |
+
"decoder_attention_heads": 8,
|
18 |
+
"decoder_ffn_dim": 2048,
|
19 |
+
"decoder_layerdrop": 0.0,
|
20 |
+
"decoder_layers": 6,
|
21 |
+
"decoder_start_token_id": 4198,
|
22 |
+
"dropout": 0.0,
|
23 |
+
"encoder_attention_heads": 8,
|
24 |
+
"encoder_ffn_dim": 2048,
|
25 |
+
"encoder_layerdrop": 0.0,
|
26 |
+
"encoder_layers": 6,
|
27 |
+
"eos_token_id": 4197,
|
28 |
+
"forced_decoder_ids": [
|
29 |
+
[
|
30 |
+
1,
|
31 |
+
4200
|
32 |
+
],
|
33 |
+
[
|
34 |
+
2,
|
35 |
+
4202
|
36 |
+
],
|
37 |
+
[
|
38 |
+
3,
|
39 |
+
4206
|
40 |
+
]
|
41 |
+
],
|
42 |
+
"init_std": 0.02,
|
43 |
+
"is_encoder_decoder": true,
|
44 |
+
"mask_feature_length": 10,
|
45 |
+
"mask_feature_min_masks": 0,
|
46 |
+
"mask_feature_prob": 0.0,
|
47 |
+
"mask_time_length": 10,
|
48 |
+
"mask_time_min_masks": 2,
|
49 |
+
"mask_time_prob": 0.05,
|
50 |
+
"max_length": 448,
|
51 |
+
"max_source_positions": 1500,
|
52 |
+
"max_target_positions": 448,
|
53 |
+
"median_filter_width": 7,
|
54 |
+
"model_type": "whisper",
|
55 |
+
"num_hidden_layers": 6,
|
56 |
+
"num_mel_bins": 80,
|
57 |
+
"pad_token_id": 4197,
|
58 |
+
"scale_embedding": false,
|
59 |
+
"suppress_tokens": [],
|
60 |
+
"torch_dtype": "float32",
|
61 |
+
"transformers_version": "4.44.0",
|
62 |
+
"use_cache": true,
|
63 |
+
"use_weighted_layer_sum": false,
|
64 |
+
"vocab_size": 4207
|
65 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alignment_heads": [
|
3 |
+
[
|
4 |
+
3,
|
5 |
+
1
|
6 |
+
],
|
7 |
+
[
|
8 |
+
4,
|
9 |
+
2
|
10 |
+
],
|
11 |
+
[
|
12 |
+
4,
|
13 |
+
3
|
14 |
+
],
|
15 |
+
[
|
16 |
+
4,
|
17 |
+
7
|
18 |
+
],
|
19 |
+
[
|
20 |
+
5,
|
21 |
+
1
|
22 |
+
],
|
23 |
+
[
|
24 |
+
5,
|
25 |
+
2
|
26 |
+
],
|
27 |
+
[
|
28 |
+
5,
|
29 |
+
4
|
30 |
+
],
|
31 |
+
[
|
32 |
+
5,
|
33 |
+
6
|
34 |
+
]
|
35 |
+
],
|
36 |
+
"begin_suppress_tokens": [
|
37 |
+
200,
|
38 |
+
4197
|
39 |
+
],
|
40 |
+
"bos_token_id": 4197,
|
41 |
+
"decoder_start_token_id": 4198,
|
42 |
+
"eos_token_id": 4197,
|
43 |
+
"forced_decoder_ids": [
|
44 |
+
[
|
45 |
+
1,
|
46 |
+
null
|
47 |
+
],
|
48 |
+
[
|
49 |
+
2,
|
50 |
+
4202
|
51 |
+
]
|
52 |
+
],
|
53 |
+
"is_multilingual": true,
|
54 |
+
"lang_to_id": {
|
55 |
+
"<|en|>": 4199,
|
56 |
+
"<|ru|>": 4200
|
57 |
+
},
|
58 |
+
"max_initial_timestamp_index": 50,
|
59 |
+
"max_length": 448,
|
60 |
+
"no_timestamps_token_id": 4206,
|
61 |
+
"pad_token_id": 4197,
|
62 |
+
"prev_sot_token_id": 4204,
|
63 |
+
"return_timestamps": false,
|
64 |
+
"suppress_tokens": [],
|
65 |
+
"task_to_id": {
|
66 |
+
"transcribe": 4202,
|
67 |
+
"translate": 4201
|
68 |
+
},
|
69 |
+
"transformers_version": "4.44.0"
|
70 |
+
}
|