End of training
Browse files- README.md +62 -0
- config.json +65 -0
- generation_config.json +180 -0
- model.safetensors +3 -0
- preprocessor_config.json +14 -0
- runs/May09_13-08-43_dockervm2/events.out.tfevents.1715227723.dockervm2.17402.0 +3 -0
- runs/May09_13-08-43_dockervm2/events.out.tfevents.1715228759.dockervm2.17402.1 +3 -0
- runs/May09_13-29-56_dockervm2/events.out.tfevents.1715229125.dockervm2.17670.0 +3 -0
- runs/May09_13-33-28_dockervm2/events.out.tfevents.1715229209.dockervm2.17734.0 +3 -0
- runs/May09_13-33-28_dockervm2/events.out.tfevents.1715230287.dockervm2.17734.1 +3 -0
- runs/May09_13-54-00_dockervm2/events.out.tfevents.1715230569.dockervm2.17915.0 +3 -0
- training_args.bin +3 -0
README.md
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- ko
|
| 4 |
+
license: apache-2.0
|
| 5 |
+
base_model: openai/whisper-small
|
| 6 |
+
tags:
|
| 7 |
+
- hf-asr-leaderboard
|
| 8 |
+
- generated_from_trainer
|
| 9 |
+
datasets:
|
| 10 |
+
- korean_samll_dataset2
|
| 11 |
+
model-index:
|
| 12 |
+
- name: korean-small_t3
|
| 13 |
+
results: []
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 17 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 18 |
+
|
| 19 |
+
# korean-small_t3
|
| 20 |
+
|
| 21 |
+
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the korean_samll_dataset2 dataset.
|
| 22 |
+
It achieves the following results on the evaluation set:
|
| 23 |
+
- eval_loss: 3.5461
|
| 24 |
+
- eval_cer: 235.5384
|
| 25 |
+
- eval_runtime: 128.8271
|
| 26 |
+
- eval_samples_per_second: 1.56
|
| 27 |
+
- eval_steps_per_second: 0.202
|
| 28 |
+
- step: 0
|
| 29 |
+
|
| 30 |
+
## Model description
|
| 31 |
+
|
| 32 |
+
More information needed
|
| 33 |
+
|
| 34 |
+
## Intended uses & limitations
|
| 35 |
+
|
| 36 |
+
More information needed
|
| 37 |
+
|
| 38 |
+
## Training and evaluation data
|
| 39 |
+
|
| 40 |
+
More information needed
|
| 41 |
+
|
| 42 |
+
## Training procedure
|
| 43 |
+
|
| 44 |
+
### Training hyperparameters
|
| 45 |
+
|
| 46 |
+
The following hyperparameters were used during training:
|
| 47 |
+
- learning_rate: 1e-05
|
| 48 |
+
- train_batch_size: 16
|
| 49 |
+
- eval_batch_size: 8
|
| 50 |
+
- seed: 42
|
| 51 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 52 |
+
- lr_scheduler_type: linear
|
| 53 |
+
- lr_scheduler_warmup_steps: 500
|
| 54 |
+
- num_epochs: 3.0
|
| 55 |
+
- mixed_precision_training: Native AMP
|
| 56 |
+
|
| 57 |
+
### Framework versions
|
| 58 |
+
|
| 59 |
+
- Transformers 4.39.0.dev0
|
| 60 |
+
- Pytorch 2.2.1+cu121
|
| 61 |
+
- Datasets 2.18.0
|
| 62 |
+
- Tokenizers 0.15.2
|
config.json
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "/FINETURN/modelCache2/korean-small_t2",
|
| 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 |
+
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,
|
| 19 |
+
"decoder_layerdrop": 0.0,
|
| 20 |
+
"decoder_layers": 12,
|
| 21 |
+
"decoder_start_token_id": 50258,
|
| 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": 50257,
|
| 28 |
+
"forced_decoder_ids": [
|
| 29 |
+
[
|
| 30 |
+
1,
|
| 31 |
+
50264
|
| 32 |
+
],
|
| 33 |
+
[
|
| 34 |
+
2,
|
| 35 |
+
50359
|
| 36 |
+
],
|
| 37 |
+
[
|
| 38 |
+
3,
|
| 39 |
+
50363
|
| 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": 12,
|
| 56 |
+
"num_mel_bins": 80,
|
| 57 |
+
"pad_token_id": 50257,
|
| 58 |
+
"scale_embedding": false,
|
| 59 |
+
"suppress_tokens": [],
|
| 60 |
+
"torch_dtype": "float32",
|
| 61 |
+
"transformers_version": "4.39.0.dev0",
|
| 62 |
+
"use_cache": true,
|
| 63 |
+
"use_weighted_layer_sum": false,
|
| 64 |
+
"vocab_size": 51865
|
| 65 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,180 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alignment_heads": [
|
| 3 |
+
[
|
| 4 |
+
5,
|
| 5 |
+
3
|
| 6 |
+
],
|
| 7 |
+
[
|
| 8 |
+
5,
|
| 9 |
+
9
|
| 10 |
+
],
|
| 11 |
+
[
|
| 12 |
+
8,
|
| 13 |
+
0
|
| 14 |
+
],
|
| 15 |
+
[
|
| 16 |
+
8,
|
| 17 |
+
4
|
| 18 |
+
],
|
| 19 |
+
[
|
| 20 |
+
8,
|
| 21 |
+
7
|
| 22 |
+
],
|
| 23 |
+
[
|
| 24 |
+
8,
|
| 25 |
+
8
|
| 26 |
+
],
|
| 27 |
+
[
|
| 28 |
+
9,
|
| 29 |
+
0
|
| 30 |
+
],
|
| 31 |
+
[
|
| 32 |
+
9,
|
| 33 |
+
7
|
| 34 |
+
],
|
| 35 |
+
[
|
| 36 |
+
9,
|
| 37 |
+
9
|
| 38 |
+
],
|
| 39 |
+
[
|
| 40 |
+
10,
|
| 41 |
+
5
|
| 42 |
+
]
|
| 43 |
+
],
|
| 44 |
+
"begin_suppress_tokens": [
|
| 45 |
+
220,
|
| 46 |
+
50257
|
| 47 |
+
],
|
| 48 |
+
"bos_token_id": 50257,
|
| 49 |
+
"decoder_start_token_id": 50258,
|
| 50 |
+
"eos_token_id": 50257,
|
| 51 |
+
"forced_decoder_ids": [
|
| 52 |
+
[
|
| 53 |
+
1,
|
| 54 |
+
50264
|
| 55 |
+
],
|
| 56 |
+
[
|
| 57 |
+
2,
|
| 58 |
+
50359
|
| 59 |
+
],
|
| 60 |
+
[
|
| 61 |
+
3,
|
| 62 |
+
50363
|
| 63 |
+
]
|
| 64 |
+
],
|
| 65 |
+
"is_multilingual": true,
|
| 66 |
+
"lang_to_id": {
|
| 67 |
+
"<|af|>": 50327,
|
| 68 |
+
"<|am|>": 50334,
|
| 69 |
+
"<|ar|>": 50272,
|
| 70 |
+
"<|as|>": 50350,
|
| 71 |
+
"<|az|>": 50304,
|
| 72 |
+
"<|ba|>": 50355,
|
| 73 |
+
"<|be|>": 50330,
|
| 74 |
+
"<|bg|>": 50292,
|
| 75 |
+
"<|bn|>": 50302,
|
| 76 |
+
"<|bo|>": 50347,
|
| 77 |
+
"<|br|>": 50309,
|
| 78 |
+
"<|bs|>": 50315,
|
| 79 |
+
"<|ca|>": 50270,
|
| 80 |
+
"<|cs|>": 50283,
|
| 81 |
+
"<|cy|>": 50297,
|
| 82 |
+
"<|da|>": 50285,
|
| 83 |
+
"<|de|>": 50261,
|
| 84 |
+
"<|el|>": 50281,
|
| 85 |
+
"<|en|>": 50259,
|
| 86 |
+
"<|es|>": 50262,
|
| 87 |
+
"<|et|>": 50307,
|
| 88 |
+
"<|eu|>": 50310,
|
| 89 |
+
"<|fa|>": 50300,
|
| 90 |
+
"<|fi|>": 50277,
|
| 91 |
+
"<|fo|>": 50338,
|
| 92 |
+
"<|fr|>": 50265,
|
| 93 |
+
"<|gl|>": 50319,
|
| 94 |
+
"<|gu|>": 50333,
|
| 95 |
+
"<|haw|>": 50352,
|
| 96 |
+
"<|ha|>": 50354,
|
| 97 |
+
"<|he|>": 50279,
|
| 98 |
+
"<|hi|>": 50276,
|
| 99 |
+
"<|hr|>": 50291,
|
| 100 |
+
"<|ht|>": 50339,
|
| 101 |
+
"<|hu|>": 50286,
|
| 102 |
+
"<|hy|>": 50312,
|
| 103 |
+
"<|id|>": 50275,
|
| 104 |
+
"<|is|>": 50311,
|
| 105 |
+
"<|it|>": 50274,
|
| 106 |
+
"<|ja|>": 50266,
|
| 107 |
+
"<|jw|>": 50356,
|
| 108 |
+
"<|ka|>": 50329,
|
| 109 |
+
"<|kk|>": 50316,
|
| 110 |
+
"<|km|>": 50323,
|
| 111 |
+
"<|kn|>": 50306,
|
| 112 |
+
"<|ko|>": 50264,
|
| 113 |
+
"<|la|>": 50294,
|
| 114 |
+
"<|lb|>": 50345,
|
| 115 |
+
"<|ln|>": 50353,
|
| 116 |
+
"<|lo|>": 50336,
|
| 117 |
+
"<|lt|>": 50293,
|
| 118 |
+
"<|lv|>": 50301,
|
| 119 |
+
"<|mg|>": 50349,
|
| 120 |
+
"<|mi|>": 50295,
|
| 121 |
+
"<|mk|>": 50308,
|
| 122 |
+
"<|ml|>": 50296,
|
| 123 |
+
"<|mn|>": 50314,
|
| 124 |
+
"<|mr|>": 50320,
|
| 125 |
+
"<|ms|>": 50282,
|
| 126 |
+
"<|mt|>": 50343,
|
| 127 |
+
"<|my|>": 50346,
|
| 128 |
+
"<|ne|>": 50313,
|
| 129 |
+
"<|nl|>": 50271,
|
| 130 |
+
"<|nn|>": 50342,
|
| 131 |
+
"<|no|>": 50288,
|
| 132 |
+
"<|oc|>": 50328,
|
| 133 |
+
"<|pa|>": 50321,
|
| 134 |
+
"<|pl|>": 50269,
|
| 135 |
+
"<|ps|>": 50340,
|
| 136 |
+
"<|pt|>": 50267,
|
| 137 |
+
"<|ro|>": 50284,
|
| 138 |
+
"<|ru|>": 50263,
|
| 139 |
+
"<|sa|>": 50344,
|
| 140 |
+
"<|sd|>": 50332,
|
| 141 |
+
"<|si|>": 50322,
|
| 142 |
+
"<|sk|>": 50298,
|
| 143 |
+
"<|sl|>": 50305,
|
| 144 |
+
"<|sn|>": 50324,
|
| 145 |
+
"<|so|>": 50326,
|
| 146 |
+
"<|sq|>": 50317,
|
| 147 |
+
"<|sr|>": 50303,
|
| 148 |
+
"<|su|>": 50357,
|
| 149 |
+
"<|sv|>": 50273,
|
| 150 |
+
"<|sw|>": 50318,
|
| 151 |
+
"<|ta|>": 50287,
|
| 152 |
+
"<|te|>": 50299,
|
| 153 |
+
"<|tg|>": 50331,
|
| 154 |
+
"<|th|>": 50289,
|
| 155 |
+
"<|tk|>": 50341,
|
| 156 |
+
"<|tl|>": 50348,
|
| 157 |
+
"<|tr|>": 50268,
|
| 158 |
+
"<|tt|>": 50351,
|
| 159 |
+
"<|uk|>": 50280,
|
| 160 |
+
"<|ur|>": 50290,
|
| 161 |
+
"<|uz|>": 50337,
|
| 162 |
+
"<|vi|>": 50278,
|
| 163 |
+
"<|yi|>": 50335,
|
| 164 |
+
"<|yo|>": 50325,
|
| 165 |
+
"<|zh|>": 50260
|
| 166 |
+
},
|
| 167 |
+
"language": "ko",
|
| 168 |
+
"max_initial_timestamp_index": 50,
|
| 169 |
+
"max_length": 448,
|
| 170 |
+
"no_timestamps_token_id": 50363,
|
| 171 |
+
"pad_token_id": 50257,
|
| 172 |
+
"prev_sot_token_id": 50361,
|
| 173 |
+
"return_timestamps": false,
|
| 174 |
+
"suppress_tokens": [],
|
| 175 |
+
"task_to_id": {
|
| 176 |
+
"transcribe": 50359,
|
| 177 |
+
"translate": 50358
|
| 178 |
+
},
|
| 179 |
+
"transformers_version": "4.39.0.dev0"
|
| 180 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1824cdf25ca0a2ad9c4d96426071718afb59615aeb443861ccbd450e9a65f630
|
| 3 |
+
size 966995080
|
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 |
+
}
|
runs/May09_13-08-43_dockervm2/events.out.tfevents.1715227723.dockervm2.17402.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:01afc3c202cd36adee08ab5404625d4f471277de506428e015f211d1734c38c8
|
| 3 |
+
size 6940
|
runs/May09_13-08-43_dockervm2/events.out.tfevents.1715228759.dockervm2.17402.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ff4b07dcc5ac48da9abf3ea683b8b6a80b8d50d9edb96ba379d9bf84ffc43a1b
|
| 3 |
+
size 406
|
runs/May09_13-29-56_dockervm2/events.out.tfevents.1715229125.dockervm2.17670.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:905e4769322030e8745218f65100e945d300d0d583dfc562f2ef3c4a67413f7c
|
| 3 |
+
size 341
|
runs/May09_13-33-28_dockervm2/events.out.tfevents.1715229209.dockervm2.17734.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:22019ba9cf99974311444c21376840c4e65708c24a4b90a6933df23f067ce4ac
|
| 3 |
+
size 6904
|
runs/May09_13-33-28_dockervm2/events.out.tfevents.1715230287.dockervm2.17734.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e2e76a8b31ee070b429c7de79292e5840b341d31fc262447c5e05be8549d791
|
| 3 |
+
size 406
|
runs/May09_13-54-00_dockervm2/events.out.tfevents.1715230569.dockervm2.17915.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:96af2d8fa6e28cbd2d20992c707b3924e50939669649ef26b4df4b30d83b150f
|
| 3 |
+
size 341
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62a8af3f1c2df381cb157389ee66a23bb73d6482b7bd5061f383c10e8d4de630
|
| 3 |
+
size 5112
|