Jungwonchang commited on
Commit
a881eba
1 Parent(s): c044e48

End of training

Browse files
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ base_model: openai/whisper-base.en
6
+ tags:
7
+ - generated_from_trainer
8
+ datasets:
9
+ - Jungwonchang/spgispeech_xs
10
+ model-index:
11
+ - name: openai/whisper-base.en, all the parameters updated for 5 epochs
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # openai/whisper-base.en, all the parameters updated for 5 epochs
19
+
20
+ This model is a fine-tuned version of [openai/whisper-base.en](https://huggingface.co/openai/whisper-base.en) on the 2 hour dataset of SPGIspeech(custom dataset) dataset.
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 1e-05
40
+ - train_batch_size: 32
41
+ - eval_batch_size: 16
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - lr_scheduler_warmup_steps: 50
46
+ - training_steps: 120
47
+ - mixed_precision_training: Native AMP
48
+
49
+ ### Training results
50
+
51
+
52
+
53
+ ### Framework versions
54
+
55
+ - Transformers 4.36.0.dev0
56
+ - Pytorch 1.12.1+cu116
57
+ - Datasets 2.4.0
58
+ - Tokenizers 0.15.0
config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "openai/whisper-base.en",
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
+ 220,
12
+ 50256
13
+ ],
14
+ "bos_token_id": 50257,
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": 50257,
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": 50256,
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": 6,
43
+ "num_mel_bins": 80,
44
+ "pad_token_id": 50256,
45
+ "scale_embedding": false,
46
+ "suppress_tokens": [],
47
+ "torch_dtype": "float32",
48
+ "transformers_version": "4.36.0.dev0",
49
+ "use_cache": false,
50
+ "use_weighted_layer_sum": false,
51
+ "vocab_size": 51864
52
+ }
generation_config.json ADDED
@@ -0,0 +1,136 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alignment_heads": [
3
+ [
4
+ 3,
5
+ 3
6
+ ],
7
+ [
8
+ 4,
9
+ 7
10
+ ],
11
+ [
12
+ 5,
13
+ 1
14
+ ],
15
+ [
16
+ 5,
17
+ 5
18
+ ],
19
+ [
20
+ 5,
21
+ 7
22
+ ]
23
+ ],
24
+ "begin_suppress_tokens": [
25
+ 220,
26
+ 50256
27
+ ],
28
+ "bos_token_id": 50257,
29
+ "decoder_start_token_id": 50257,
30
+ "eos_token_id": 50256,
31
+ "forced_decoder_ids": [
32
+ [
33
+ 1,
34
+ 50362
35
+ ]
36
+ ],
37
+ "is_multilingual": false,
38
+ "max_initial_timestamp_index": 1,
39
+ "max_length": 448,
40
+ "no_timestamps_token_id": 50362,
41
+ "pad_token_id": 50256,
42
+ "return_timestamps": false,
43
+ "suppress_tokens": [
44
+ 1,
45
+ 2,
46
+ 7,
47
+ 8,
48
+ 9,
49
+ 10,
50
+ 14,
51
+ 25,
52
+ 26,
53
+ 27,
54
+ 28,
55
+ 29,
56
+ 31,
57
+ 58,
58
+ 59,
59
+ 60,
60
+ 61,
61
+ 62,
62
+ 63,
63
+ 90,
64
+ 91,
65
+ 92,
66
+ 93,
67
+ 357,
68
+ 366,
69
+ 438,
70
+ 532,
71
+ 685,
72
+ 705,
73
+ 796,
74
+ 930,
75
+ 1058,
76
+ 1220,
77
+ 1267,
78
+ 1279,
79
+ 1303,
80
+ 1343,
81
+ 1377,
82
+ 1391,
83
+ 1635,
84
+ 1782,
85
+ 1875,
86
+ 2162,
87
+ 2361,
88
+ 2488,
89
+ 3467,
90
+ 4008,
91
+ 4211,
92
+ 4600,
93
+ 4808,
94
+ 5299,
95
+ 5855,
96
+ 6329,
97
+ 7203,
98
+ 9609,
99
+ 9959,
100
+ 10563,
101
+ 10786,
102
+ 11420,
103
+ 11709,
104
+ 11907,
105
+ 13163,
106
+ 13697,
107
+ 13700,
108
+ 14808,
109
+ 15306,
110
+ 16410,
111
+ 16791,
112
+ 17992,
113
+ 19203,
114
+ 19510,
115
+ 20724,
116
+ 22305,
117
+ 22935,
118
+ 27007,
119
+ 30109,
120
+ 30420,
121
+ 33409,
122
+ 34949,
123
+ 40283,
124
+ 40493,
125
+ 40549,
126
+ 47282,
127
+ 49146,
128
+ 50257,
129
+ 50357,
130
+ 50358,
131
+ 50359,
132
+ 50360,
133
+ 50361
134
+ ],
135
+ "transformers_version": "4.36.0.dev0"
136
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5dd502f1b86db357eaef77976c02547a60d39c53a5e9564dca0df24b2693ce41
3
+ size 290401888
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
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4d1da05912b31b5a83e4ad16fd02fc69c7e020745a3d9f6fee9b5fc0cbb3a72
3
+ size 4399