crossdelenna
commited on
End of training
Browse files- README.md +15 -9
- adapter_model/adapter_config.json +35 -0
- adapter_model/adapter_model.safetensors +3 -0
README.md
CHANGED
@@ -16,12 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [openai/whisper-large-v3-turbo](https://huggingface.co/openai/whisper-large-v3-turbo) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
-
|
20 |
-
- eval_runtime: 1342.9546
|
21 |
-
- eval_samples_per_second: 2.137
|
22 |
-
- eval_steps_per_second: 0.267
|
23 |
-
- epoch: 0.5571
|
24 |
-
- step: 400
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -41,15 +36,26 @@ More information needed
|
|
41 |
|
42 |
The following hyperparameters were used during training:
|
43 |
- learning_rate: 0.001
|
44 |
-
- train_batch_size:
|
45 |
-
- eval_batch_size:
|
46 |
- seed: 42
|
47 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
48 |
- lr_scheduler_type: linear
|
49 |
- lr_scheduler_warmup_steps: 50
|
50 |
-
- training_steps:
|
51 |
- mixed_precision_training: Native AMP
|
52 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
### Framework versions
|
54 |
|
55 |
- PEFT 0.14.0
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [openai/whisper-large-v3-turbo](https://huggingface.co/openai/whisper-large-v3-turbo) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.4319
|
|
|
|
|
|
|
|
|
|
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
- learning_rate: 0.001
|
39 |
+
- train_batch_size: 50
|
40 |
+
- eval_batch_size: 50
|
41 |
- seed: 42
|
42 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
43 |
- lr_scheduler_type: linear
|
44 |
- lr_scheduler_warmup_steps: 50
|
45 |
+
- training_steps: 751
|
46 |
- mixed_precision_training: Native AMP
|
47 |
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
+
|:-------------:|:------:|:----:|:---------------:|
|
52 |
+
| 0.9686 | 0.4870 | 150 | 0.6597 |
|
53 |
+
| 0.6634 | 0.9740 | 300 | 0.5482 |
|
54 |
+
| 0.5176 | 1.4610 | 450 | 0.5022 |
|
55 |
+
| 0.5383 | 1.9481 | 600 | 0.4719 |
|
56 |
+
| 0.4322 | 2.4351 | 750 | 0.4319 |
|
57 |
+
|
58 |
+
|
59 |
### Framework versions
|
60 |
|
61 |
- PEFT 0.14.0
|
adapter_model/adapter_config.json
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": {
|
4 |
+
"base_model_class": "PeftModel",
|
5 |
+
"parent_library": "peft.peft_model"
|
6 |
+
},
|
7 |
+
"base_model_name_or_path": null,
|
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/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7f3d8c2bde8a607c873c0e20e6c6dcc62d242e2add264130e8e1dce908dd589e
|
3 |
+
size 26239880
|