nomnoos37/stt-turbo-1226-v1.4
Browse files- README.md +112 -0
- adapter_config.json +35 -0
- adapter_model.safetensors +3 -0
- preprocessor_config.json +14 -0
- runs/Dec26_12-40-35_gglabs-a6000/events.out.tfevents.1735234835.gglabs-a6000 +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,112 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
language:
|
4 |
+
- ko
|
5 |
+
license: mit
|
6 |
+
base_model: openai/whisper-large-v3-turbo
|
7 |
+
tags:
|
8 |
+
- generated_from_trainer
|
9 |
+
model-index:
|
10 |
+
- name: Whisper Small ko
|
11 |
+
results: []
|
12 |
+
---
|
13 |
+
|
14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
+
should probably proofread and complete it, then remove this comment. -->
|
16 |
+
|
17 |
+
# Whisper Small ko
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [openai/whisper-large-v3-turbo](https://huggingface.co/openai/whisper-large-v3-turbo) on the custom dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.1812
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 0.0001
|
41 |
+
- train_batch_size: 64
|
42 |
+
- eval_batch_size: 256
|
43 |
+
- seed: 42
|
44 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
45 |
+
- lr_scheduler_type: linear
|
46 |
+
- lr_scheduler_warmup_steps: 50
|
47 |
+
- training_steps: 500
|
48 |
+
- mixed_precision_training: Native AMP
|
49 |
+
|
50 |
+
### Training results
|
51 |
+
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
53 |
+
|:-------------:|:------:|:----:|:---------------:|
|
54 |
+
| 0.8642 | 0.1449 | 10 | 1.5475 |
|
55 |
+
| 0.8061 | 0.2899 | 20 | 1.4627 |
|
56 |
+
| 0.6409 | 0.4348 | 30 | 1.2193 |
|
57 |
+
| 0.3296 | 0.5797 | 40 | 0.8200 |
|
58 |
+
| 0.178 | 0.7246 | 50 | 0.7032 |
|
59 |
+
| 0.1336 | 0.8696 | 60 | 0.6138 |
|
60 |
+
| 0.1064 | 1.0145 | 70 | 0.5193 |
|
61 |
+
| 0.0846 | 1.1594 | 80 | 0.4691 |
|
62 |
+
| 0.0728 | 1.3043 | 90 | 0.4360 |
|
63 |
+
| 0.0681 | 1.4493 | 100 | 0.4071 |
|
64 |
+
| 0.0566 | 1.5942 | 110 | 0.3891 |
|
65 |
+
| 0.0613 | 1.7391 | 120 | 0.3695 |
|
66 |
+
| 0.0441 | 1.8841 | 130 | 0.3587 |
|
67 |
+
| 0.0469 | 2.0290 | 140 | 0.3461 |
|
68 |
+
| 0.0426 | 2.1739 | 150 | 0.3373 |
|
69 |
+
| 0.0383 | 2.3188 | 160 | 0.3249 |
|
70 |
+
| 0.037 | 2.4638 | 170 | 0.3150 |
|
71 |
+
| 0.0516 | 2.6087 | 180 | 0.2967 |
|
72 |
+
| 0.0403 | 2.7536 | 190 | 0.2888 |
|
73 |
+
| 0.045 | 2.8986 | 200 | 0.2782 |
|
74 |
+
| 0.0365 | 3.0435 | 210 | 0.2668 |
|
75 |
+
| 0.0309 | 3.1884 | 220 | 0.2598 |
|
76 |
+
| 0.0341 | 3.3333 | 230 | 0.2542 |
|
77 |
+
| 0.0289 | 3.4783 | 240 | 0.2487 |
|
78 |
+
| 0.0364 | 3.6232 | 250 | 0.2417 |
|
79 |
+
| 0.0353 | 3.7681 | 260 | 0.2372 |
|
80 |
+
| 0.0312 | 3.9130 | 270 | 0.2293 |
|
81 |
+
| 0.0317 | 4.0580 | 280 | 0.2263 |
|
82 |
+
| 0.029 | 4.2029 | 290 | 0.2254 |
|
83 |
+
| 0.0348 | 4.3478 | 300 | 0.2168 |
|
84 |
+
| 0.0299 | 4.4928 | 310 | 0.2101 |
|
85 |
+
| 0.0327 | 4.6377 | 320 | 0.2085 |
|
86 |
+
| 0.0252 | 4.7826 | 330 | 0.2071 |
|
87 |
+
| 0.0246 | 4.9275 | 340 | 0.2020 |
|
88 |
+
| 0.0219 | 5.0725 | 350 | 0.1990 |
|
89 |
+
| 0.0234 | 5.2174 | 360 | 0.1997 |
|
90 |
+
| 0.0269 | 5.3623 | 370 | 0.1969 |
|
91 |
+
| 0.0262 | 5.5072 | 380 | 0.1961 |
|
92 |
+
| 0.0293 | 5.6522 | 390 | 0.1920 |
|
93 |
+
| 0.0247 | 5.7971 | 400 | 0.1891 |
|
94 |
+
| 0.0273 | 5.9420 | 410 | 0.1869 |
|
95 |
+
| 0.0205 | 6.0870 | 420 | 0.1866 |
|
96 |
+
| 0.0168 | 6.2319 | 430 | 0.1860 |
|
97 |
+
| 0.0261 | 6.3768 | 440 | 0.1851 |
|
98 |
+
| 0.0254 | 6.5217 | 450 | 0.1839 |
|
99 |
+
| 0.0258 | 6.6667 | 460 | 0.1830 |
|
100 |
+
| 0.0242 | 6.8116 | 470 | 0.1825 |
|
101 |
+
| 0.0259 | 6.9565 | 480 | 0.1818 |
|
102 |
+
| 0.0234 | 7.1014 | 490 | 0.1813 |
|
103 |
+
| 0.0194 | 7.2464 | 500 | 0.1812 |
|
104 |
+
|
105 |
+
|
106 |
+
### Framework versions
|
107 |
+
|
108 |
+
- PEFT 0.14.0
|
109 |
+
- Transformers 4.47.1
|
110 |
+
- Pytorch 2.5.1+cu124
|
111 |
+
- Datasets 3.2.0
|
112 |
+
- Tokenizers 0.21.0
|
adapter_config.json
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": {
|
4 |
+
"base_model_class": "WhisperForConditionalGeneration",
|
5 |
+
"parent_library": "transformers.models.whisper.modeling_whisper"
|
6 |
+
},
|
7 |
+
"base_model_name_or_path": "openai/whisper-large-v3-turbo",
|
8 |
+
"bias": "none",
|
9 |
+
"eva_config": null,
|
10 |
+
"exclude_modules": null,
|
11 |
+
"fan_in_fan_out": false,
|
12 |
+
"inference_mode": true,
|
13 |
+
"init_lora_weights": true,
|
14 |
+
"layer_replication": null,
|
15 |
+
"layers_pattern": null,
|
16 |
+
"layers_to_transform": null,
|
17 |
+
"loftq_config": {},
|
18 |
+
"lora_alpha": 64,
|
19 |
+
"lora_bias": false,
|
20 |
+
"lora_dropout": 0.05,
|
21 |
+
"megatron_config": null,
|
22 |
+
"megatron_core": "megatron.core",
|
23 |
+
"modules_to_save": null,
|
24 |
+
"peft_type": "LORA",
|
25 |
+
"r": 32,
|
26 |
+
"rank_pattern": {},
|
27 |
+
"revision": null,
|
28 |
+
"target_modules": [
|
29 |
+
"v_proj",
|
30 |
+
"q_proj"
|
31 |
+
],
|
32 |
+
"task_type": null,
|
33 |
+
"use_dora": false,
|
34 |
+
"use_rslora": false
|
35 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4bcd36e6a4c4fc6caa27166dd074e7ccd99184beb1c732ccbfe524bf95873a6
|
3 |
+
size 26237160
|
preprocessor_config.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"chunk_length": 30,
|
3 |
+
"feature_extractor_type": "WhisperFeatureExtractor",
|
4 |
+
"feature_size": 128,
|
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/Dec26_12-40-35_gglabs-a6000/events.out.tfevents.1735234835.gglabs-a6000
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c971b1f75a826a0169a27a4ec4a97a434b08e812831f12ac5e80ce119b805a1
|
3 |
+
size 30653
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a6798c140dfcff7541c0ebc5cd397323d06472eabe148fbaa6f22c25933c8658
|
3 |
+
size 5496
|