End of training
Browse files- README.md +66 -0
- adapter_config.json +41 -0
- adapter_model.safetensors +3 -0
- preprocessor_config.json +15 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
language:
|
4 |
+
- ms
|
5 |
+
- zh
|
6 |
+
- en
|
7 |
+
license: mit
|
8 |
+
base_model: openai/whisper-large-v3-turbo
|
9 |
+
tags:
|
10 |
+
- generated_from_trainer
|
11 |
+
datasets:
|
12 |
+
- CheeseES/LLM_FINE_TUNING_1
|
13 |
+
model-index:
|
14 |
+
- name: Whisper_Large_V3_Turbo_Tune
|
15 |
+
results: []
|
16 |
+
---
|
17 |
+
|
18 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
19 |
+
should probably proofread and complete it, then remove this comment. -->
|
20 |
+
|
21 |
+
# Whisper_Large_V3_Turbo_Tune
|
22 |
+
|
23 |
+
This model is a fine-tuned version of [openai/whisper-large-v3-turbo](https://huggingface.co/openai/whisper-large-v3-turbo) on the LLM Fine Tuning Dataset dataset.
|
24 |
+
It achieves the following results on the evaluation set:
|
25 |
+
- eval_loss: 0.0558
|
26 |
+
- eval_wer: 48.2143
|
27 |
+
- eval_runtime: 216.6063
|
28 |
+
- eval_samples_per_second: 1.08
|
29 |
+
- eval_steps_per_second: 0.139
|
30 |
+
- epoch: 10.2564
|
31 |
+
- step: 1200
|
32 |
+
|
33 |
+
## Model description
|
34 |
+
|
35 |
+
More information needed
|
36 |
+
|
37 |
+
## Intended uses & limitations
|
38 |
+
|
39 |
+
More information needed
|
40 |
+
|
41 |
+
## Training and evaluation data
|
42 |
+
|
43 |
+
More information needed
|
44 |
+
|
45 |
+
## Training procedure
|
46 |
+
|
47 |
+
### Training hyperparameters
|
48 |
+
|
49 |
+
The following hyperparameters were used during training:
|
50 |
+
- learning_rate: 5e-05
|
51 |
+
- train_batch_size: 8
|
52 |
+
- eval_batch_size: 8
|
53 |
+
- seed: 33
|
54 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
55 |
+
- lr_scheduler_type: cosine
|
56 |
+
- lr_scheduler_warmup_steps: 300
|
57 |
+
- training_steps: 3000
|
58 |
+
- mixed_precision_training: Native AMP
|
59 |
+
|
60 |
+
### Framework versions
|
61 |
+
|
62 |
+
- PEFT 0.15.2
|
63 |
+
- Transformers 4.51.3
|
64 |
+
- Pytorch 2.8.0.dev20250319+cu128
|
65 |
+
- Datasets 3.6.0
|
66 |
+
- Tokenizers 0.21.1
|
adapter_config.json
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"corda_config": null,
|
10 |
+
"eva_config": null,
|
11 |
+
"exclude_modules": null,
|
12 |
+
"fan_in_fan_out": false,
|
13 |
+
"inference_mode": true,
|
14 |
+
"init_lora_weights": true,
|
15 |
+
"layer_replication": null,
|
16 |
+
"layers_pattern": null,
|
17 |
+
"layers_to_transform": null,
|
18 |
+
"loftq_config": {},
|
19 |
+
"lora_alpha": 16,
|
20 |
+
"lora_bias": false,
|
21 |
+
"lora_dropout": 0.1,
|
22 |
+
"megatron_config": null,
|
23 |
+
"megatron_core": "megatron.core",
|
24 |
+
"modules_to_save": null,
|
25 |
+
"peft_type": "LORA",
|
26 |
+
"r": 8,
|
27 |
+
"rank_pattern": {},
|
28 |
+
"revision": null,
|
29 |
+
"target_modules": [
|
30 |
+
"fc1",
|
31 |
+
"q_proj",
|
32 |
+
"fc2",
|
33 |
+
"out_proj",
|
34 |
+
"v_proj",
|
35 |
+
"k_proj"
|
36 |
+
],
|
37 |
+
"task_type": null,
|
38 |
+
"trainable_token_indices": null,
|
39 |
+
"use_dora": false,
|
40 |
+
"use_rslora": false
|
41 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:32d63d7ab94f79b29fc6f959573df5c889aafb45c950dc6f2a6da961b973e514
|
3 |
+
size 27916528
|
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:43d1137e7a3b20a887997470a211a01efcce3749d35275a32598a5ab41a125d4
|
3 |
+
size 5841
|